COLOR #95D37C

HEX: #95D37C
RGB: (149,211,124)

Color info

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

RGB color model

#95D37C color RGB value is (149,211,124).

  • red value is 149;
  • green value is 211;
  • blue value is 124.
RGB:
(149,211,124)
(58%,83%,49%)

RGB channels and saturation

R 149 of 255 = 58%
G 211 of 255 = 83%
B 124 of 255 = 49%

149
211
124

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

Portions of RGB colors in percentages

R + G + B =
149 + 211 + 124 = 484 (100%)
R 149 of 484 ~ 30.79%
G 211 of 484 ~ 43.6%
B 124 of 484 ~ 25.62%

%30.79
%43.6
%25.62

CMYK color model

#95D37C color CMYK value is (29,0,41,17).

  • cyan value is 29.38%
  • magenta value is 0.00%
  • yellow value is 41.23%
  • key color value is 17.25%
CMYK:
(29,0,41,17)
C29M0Y41K17 
(29%,0%,41%,17%)
(0.29/0.00/0.41/0.17)	

CMYK percentages

%29.38
%0
%41.23
%17.25

Codes

Color #95D37C in popluar color models

95D37C
RGB149211124
HSL103°49.71%65.69%
HSB/HSV103°41.23%82.75%
CMYK29.38%0.00%41.23%
17.25%

Color #95D37C in popluar number systems.

HEX95D37C
Decimal149211124
Binary10010101110100111111100
Octal225323174

Shades and tints

Shades of #95D37C

#95D37C
(149,211,124)
#88C071
(136,192,113)
#7BAD66
(123,173,102)
#6E9A5B
(110,154,91)
#618750
(97,135,80)
#547445
(84,116,69)
#47613A
(71,97,58)
#3A4E2F
(58,78,47)
#2D3B24
(45,59,36)
#202819
(32,40,25)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #95D37C

#95D37C
(149,211,124)
#9ED787
(158,215,135)
#A7DB92
(167,219,146)
#B0DF9D
(176,223,157)
#B9E3A8
(185,227,168)
#C2E7B3
(194,231,179)
#CBEBBE
(203,235,190)
#D4EFC9
(212,239,201)
#DDF3D4
(221,243,212)
#E6F7DF
(230,247,223)
#EFFBEA
(239,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95D37C color. Also use rgb(149,211,124) instead hex code.

Text Font Color

.myTextColor { color: #95D37C; }

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

This text font color is #95D37C.


Background Color

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

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

This div background color is #95D37C.


Border color

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

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

This div border color is #95D37C.


Opacity

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

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

Text with #95D37C 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 #95D37C;}

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

This text has shadow with #95D37C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D37C on black background.


Color preview on white background

This text has color #95D37C on white background.



Black color preview on #95D37C background

This text has black color on #95D37C background.


White color preview on #95D37C background

This text has white color on #95D37C background.