COLOR #95CB84

HEX: #95CB84
RGB: (149,203,132)

Color info

#95CB84 contains mainly red and green colors. Web safe color of #95CB84 is #99CC99 (or #9C9).

RGB color model

#95CB84 color RGB value is (149,203,132).

  • red value is 149;
  • green value is 203;
  • blue value is 132.
RGB:
(149,203,132)
(58%,80%,52%)

RGB channels and saturation

R 149 of 255 = 58%
G 203 of 255 = 80%
B 132 of 255 = 52%

149
203
132

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

Portions of RGB colors in percentages

R + G + B =
149 + 203 + 132 = 484 (100%)
R 149 of 484 ~ 30.79%
G 203 of 484 ~ 41.94%
B 132 of 484 ~ 27.27%

%30.79
%41.94
%27.27

CMYK color model

#95CB84 color CMYK value is (27,0,35,20).

  • cyan value is 26.60%
  • magenta value is 0.00%
  • yellow value is 34.98%
  • key color value is 20.39%
CMYK:
(27,0,35,20)
C27M0Y35K20 
(27%,0%,35%,20%)
(0.27/0.00/0.35/0.20)	

CMYK percentages

%26.6
%0
%34.98
%20.39

Codes

Color #95CB84 in popluar color models

95CB84
RGB149203132
HSL106°40.57%65.69%
HSB/HSV106°34.98%79.61%
CMYK26.60%0.00%34.98%
20.39%

Color #95CB84 in popluar number systems.

HEX95CB84
Decimal149203132
Binary100101011100101110000100
Octal225313204

Shades and tints

Shades of #95CB84

#95CB84
(149,203,132)
#88B978
(136,185,120)
#7BA76C
(123,167,108)
#6E9560
(110,149,96)
#618354
(97,131,84)
#547148
(84,113,72)
#475F3C
(71,95,60)
#3A4D30
(58,77,48)
#2D3B24
(45,59,36)
#202918
(32,41,24)
#13170C
(19,23,12)
#000000
(0,0,0)

Tints of #95CB84

#95CB84
(149,203,132)
#9ECF8F
(158,207,143)
#A7D39A
(167,211,154)
#B0D7A5
(176,215,165)
#B9DBB0
(185,219,176)
#C2DFBB
(194,223,187)
#CBE3C6
(203,227,198)
#D4E7D1
(212,231,209)
#DDEBDC
(221,235,220)
#E6EFE7
(230,239,231)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95CB84 color. Also use rgb(149,203,132) instead hex code.

Text Font Color

.myTextColor { color: #95CB84; }

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

This text font color is #95CB84.


Background Color

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

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

This div background color is #95CB84.


Border color

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

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

This div border color is #95CB84.


Opacity

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

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

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

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

This text has shadow with #95CB84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95CB84 on black background.


Color preview on white background

This text has color #95CB84 on white background.



Black color preview on #95CB84 background

This text has black color on #95CB84 background.


White color preview on #95CB84 background

This text has white color on #95CB84 background.