COLOR #95CD92

HEX: #95CD92
RGB: (149,205,146)

Color info

#95CD92 contains red, green and blue colors in about the same proportion. Web safe color of #95CD92 is #99CC99 (or #9C9).

RGB color model

#95CD92 color RGB value is (149,205,146).

  • red value is 149;
  • green value is 205;
  • blue value is 146.
RGB: (149,205,146) (58%,80%,57%)

RGB channels and saturation

R 149 of 255 = 58%
G 205 of 255 = 80%
B 146 of 255 = 57%

149
205
146

R + G + B ~ 65%. #95CD92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 205 + 146 = 500 (100%)
R 149 of 500 ~ 29.8%
G 205 of 500 ~ 41%
B 146 of 500 ~ 29.2%

%29.8
%41
%29.2

CMYK color model

#95CD92 color CMYK value is (27,0,29,20).

  • cyan value is 27.32%
  • magenta value is 0.00%
  • yellow value is 28.78%
  • key color value is 19.61%
CMYK: (27,0,29,20) C27M0Y29K20 (27%,0%,29%,20%) (0.27/0.00/0.29/0.20)

CMYK percentages

%27.32
%0
%28.78
%19.61

Codes

Color #95CD92 in popluar color models

95CD92
RGB149205146
HSL117°37.11%68.82%
HSB/HSV117°28.78%80.39%
CMYK27.32%0.00%28.78%
19.61%

Color #95CD92 in popluar number systems.

HEX95CD92
Decimal149205146
Binary100101011100110110010010
Octal225315222

Shades and tints

Shades of #95CD92

#95CD92
(149,205,146)
#88BB85
(136,187,133)
#7BA978
(123,169,120)
#6E976B
(110,151,107)
#61855E
(97,133,94)
#547351
(84,115,81)
#476144
(71,97,68)
#3A4F37
(58,79,55)
#2D3D2A
(45,61,42)
#202B1D
(32,43,29)
#131910
(19,25,16)
#000000
(0,0,0)

Tints of #95CD92

#95CD92
(149,205,146)
#9ED19B
(158,209,155)
#A7D5A4
(167,213,164)
#B0D9AD
(176,217,173)
#B9DDB6
(185,221,182)
#C2E1BF
(194,225,191)
#CBE5C8
(203,229,200)
#D4E9D1
(212,233,209)
#DDEDDA
(221,237,218)
#E6F1E3
(230,241,227)
#EFF5EC
(239,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95CD92 color. Also use rgb(149,205,146) instead hex code.

Text Font Color

.myTextColor { color: #95CD92; }

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

This text font color is #95CD92.


Background Color

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

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

This div background color is #95CD92.


Border color

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

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

This div border color is #95CD92.


Opacity

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

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

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

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

This text has shadow with #95CD92 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #95CD92 on black background.


Color preview on white background

This text has color #95CD92 on white background.



Black color preview on #95CD92 background

This text has black color on #95CD92 background.


White color preview on #95CD92 background

This text has white color on #95CD92 background.