@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#95d17d hex color - Green - Cool color - Information

#95d17d hex color - Green - Cool color

Color Hue/Base color: Green

Hex #95d17d Color code in RGB color code model is created after adding 58.43% red color, 81.96% green color and 49.02% blue color. Hex #95d17d Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 0% magenta, 40% yellow and 18.04% black.

Hex #95d17d color code is between #99cc77 web safe hex color code and #88dd88 web safe hex color code. #99cc77 is the nearest web safe color code. You can see here many more shades of #95d17d color code.

0 Likes 0 Comments | 2 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 95d17d #95d17d
RGB Decimal 149, 209, 125 rgb(149, 209, 125)
RGB Percent 58%, 82%, 49% rgb(58%, 82%, 49%)
CSS RGBa 149, 209, 125,1 rgba(149,209,125,1)
CMYK Model cmyk(29%,0%,40%,18.04%)
HSL Color Space 103,48% ,65% hsl(103,48% ,65%)
HSV Color Space 103°, 40%, 82%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10010101 11010001 01111101
Octal 225 321 175
Decimal 149 209 125
Hex 95 d1 7d

Different shades of #95d17d color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #95d17d
#b4dea3
Dark Shade of #95d17d
#76c457
Saturated Shade of #95d17d
#91da74
Desaturated Shade of #95d17d
#99c886
Grey scale Shade of #95d17d
#a7a7a7
Brighten Shade
#aeea96
Most Readable Shade
#000000

Shades of #95d17d color code

Generate more color scales with scales (color stack) generator.

#95d17d
#84b96f
#73a261
#638b53
#527445
#425c37
#314529
#212e1b
#10170d
#000000

Similar Color like #95d17d color

Find visually similar hex color codes nearing to #95d17d hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#96d27e
#97d37f
#98d480
#99d581
#9ad682
#9bd783
#9cd884
#9dd985
#9eda86
#9fdb87
#a0dc88
#a1dd89
#a2de8a
#a3df8b
#94d07c
#93cf7b
#92ce7a
#91cd79
#90cc78
#8fcb77
#8eca76
#8dc975
#8cc874
#8bc773
#8ac672
#89c571
#88c470
#87c36f

Monochromatic Color with #95d17d

#95d17d
#b3fb96
#1c2717
#3a5131
#587c4a
#77a664

Tints of #95d17d Color

#95d17d
#a0d68b
#acdb99
#b8e0a8
#c4e5b6
#cfeac5
#dbefd3
#e7f4e2
#f3f9f0
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#95d17d
#b97dd1

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#95d17d
#8f7dd1
#d17dbf

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#b7d17d
#a6d17d
#95d17d
#84d17d
#7dd187

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#95d17d
#7d95d1
#d17d95

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#95d17d
#7dbfd1
#b97dd1
#d18f7d

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#95d17d
#b97dd1
#d17dbf
#7dd18f

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #95d17d Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#95d17d Color Code Preview on Black Background Color

This is how #95d17d Color will look on black background color. Color contrast ratio is 11.69

#95d17d in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#95d17d">Your Example Paragraph content text in with font color #95d17d </p>

Your Example Paragraph content text in with font color #95d17d

HTML with inline CSS

<div style="color:#95d17d">Your Paragraph text in with font color #95d17d </div>

Your Example Paragraph content text in with font color #95d17d

#95d17d color code is use for CSS Background Color

Background color for the above div is #95d17d

HTML with inline CSS

<div style="background-color:#95d17d;"></div>

#95d17d color code is use for CSS Border Color

CSS Border color for the above div is #95d17d

HTML with inline CSS

<div style="border:5px solid #95d17d;"></div>

CSS Border Left color for the above div is #95d17d

HTML with inline CSS

<div style="border-left:5px solid #95d17d;"></div>

CSS Border Right color for the above div is #95d17d

HTML with inline CSS

<div style="border-right:5px solid #95d17d;"></div>

CSS Border Bottom color for the above div is #95d17d

HTML with inline CSS

<div style="border-bottom:5px solid #95d17d;"></div>

CSS Border Top color for the above div is #95d17d

HTML with inline CSS

<div style="border-top:5px solid #95d17d;"></div>

#95d17d hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#95d17d; } .examplecolorclass {color:#95d17d; } .examplebordercolor {border:3px solid #95d17d; }

#95d17d Color code Preview on White Background

This is how #95d17d Color code will look on white background color. Color contrast ratio is 1.80

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #95d17d; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #95d17d; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(149,209,125,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(185,125,209,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(149,209,125,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.