COLOR #95D17F

HEX: #95D17F
RGB: (149,209,127)

Color info

#95D17F contains mainly green color. Web safe color of #95D17F is #99CC66 (or #9C6).

RGB color model

#95D17F color RGB value is (149,209,127).

  • red value is 149;
  • green value is 209;
  • blue value is 127.
RGB:
(149,209,127)
(58%,82%,50%)

RGB channels and saturation

R 149 of 255 = 58%
G 209 of 255 = 82%
B 127 of 255 = 50%

149
209
127

R + G + B ~ 63%. #95D17F is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 209 + 127 = 485 (100%)
R 149 of 485 ~ 30.72%
G 209 of 485 ~ 43.09%
B 127 of 485 ~ 26.19%

%30.72
%43.09
%26.19

CMYK color model

#95D17F color CMYK value is (29,0,39,18).

  • cyan value is 28.71%
  • magenta value is 0.00%
  • yellow value is 39.23%
  • key color value is 18.04%
CMYK:
(29,0,39,18)
C29M0Y39K18 
(29%,0%,39%,18%)
(0.29/0.00/0.39/0.18)	

CMYK percentages

%28.71
%0
%39.23
%18.04

Codes

Color #95D17F in popluar color models

95D17F
RGB149209127
HSL104°47.13%65.88%
HSB/HSV104°39.23%81.96%
CMYK28.71%0.00%39.23%
18.04%

Color #95D17F in popluar number systems.

HEX95D17F
Decimal149209127
Binary10010101110100011111111
Octal225321177

Shades and tints

Shades of #95D17F

#95D17F
(149,209,127)
#88BE74
(136,190,116)
#7BAB69
(123,171,105)
#6E985E
(110,152,94)
#618553
(97,133,83)
#547248
(84,114,72)
#475F3D
(71,95,61)
#3A4C32
(58,76,50)
#2D3927
(45,57,39)
#20261C
(32,38,28)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #95D17F

#95D17F
(149,209,127)
#9ED58A
(158,213,138)
#A7D995
(167,217,149)
#B0DDA0
(176,221,160)
#B9E1AB
(185,225,171)
#C2E5B6
(194,229,182)
#CBE9C1
(203,233,193)
#D4EDCC
(212,237,204)
#DDF1D7
(221,241,215)
#E6F5E2
(230,245,226)
#EFF9ED
(239,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95D17F color. Also use rgb(149,209,127) instead hex code.

Text Font Color

.myTextColor { color: #95D17F; }

<p style="color:#95D17F">This sample text font color is #95D17F.</p>

This text font color is #95D17F.


Background Color

.myBgColor { background-color: #95D17F; }

<div style="background-color:#95D17F">Inner text</div>

This div background color is #95D17F.


Border color

.myBorderColor { border: 1px solid #95D17F; }

<div style="border:3px solid #95D17F">Div</div>

This div border color is #95D17F.


Opacity

.myOpacity80 { color: #95D17F; opacity: 0.8; }

<p style="color:#95D17F;opacity:0.8;">80%</p>

Text with #95D17F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #95D17F;}

<p style="text-shadow: 3px 3px 1px #95D17F">Text here.</p>

This text has shadow with #95D17F color.

.textShadow {text-shadow: 3px 3px 1px #95D17F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #95D17F, 5px 5px 20px red">Text here.</p>

This text has shadow with #95D17F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#95D17F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#95D17F, Direction=45, Strength=4)">Text</p>

This text has shadow with #95D17F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #95D17F;
  -webkit-box-shadow:	1px 1px 3px 2px #95D17F;
  box-shadow:		1px 1px 3px 2px #95D17F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #95D17F;
-webkit-box-shadow: 1px 1px 3px 2px #95D17F;
box-shadow:1px 1px 3px 2px #95D17F;">
Div content here</div>
This div box has shadow with color #95D17F.

Preview

Color preview on black background

This text has color #95D17F on black background.


Color preview on white background

This text has color #95D17F on white background.



Black color preview on #95D17F background

This text has black color on #95D17F background.


White color preview on #95D17F background

This text has white color on #95D17F background.