COLOR #95CD6C

HEX: #95CD6C
RGB: (149,205,108)

Color info

#95CD6C contains mainly red and green colors. Web safe color of #95CD6C is #99CC66 (or #9C6).

RGB color model

#95CD6C color RGB value is (149,205,108).

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

RGB channels and saturation

R 149 of 255 = 58%
G 205 of 255 = 80%
B 108 of 255 = 42%

149
205
108

R + G + B ~ 60%. #95CD6C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 205 + 108 = 462 (100%)
R 149 of 462 ~ 32.25%
G 205 of 462 ~ 44.37%
B 108 of 462 ~ 23.38%

%32.25
%44.37
%23.38

CMYK color model

#95CD6C color CMYK value is (27,0,47,20).

  • cyan value is 27.32%
  • magenta value is 0.00%
  • yellow value is 47.32%
  • key color value is 19.61%
CMYK:
(27,0,47,20)
C27M0Y47K20 
(27%,0%,47%,20%)
(0.27/0.00/0.47/0.20)	

CMYK percentages

%27.32
%0
%47.32
%19.61

Codes

Color #95CD6C in popluar color models

95CD6C
RGB149205108
HSL95°49.24%61.37%
HSB/HSV95°47.32%80.39%
CMYK27.32%0.00%47.32%
19.61%

Color #95CD6C in popluar number systems.

HEX95CD6C
Decimal149205108
Binary10010101110011011101100
Octal225315154

Shades and tints

Shades of #95CD6C

#95CD6C
(149,205,108)
#88BB63
(136,187,99)
#7BA95A
(123,169,90)
#6E9751
(110,151,81)
#618548
(97,133,72)
#54733F
(84,115,63)
#476136
(71,97,54)
#3A4F2D
(58,79,45)
#2D3D24
(45,61,36)
#202B1B
(32,43,27)
#131912
(19,25,18)
#000000
(0,0,0)

Tints of #95CD6C

#95CD6C
(149,205,108)
#9ED179
(158,209,121)
#A7D586
(167,213,134)
#B0D993
(176,217,147)
#B9DDA0
(185,221,160)
#C2E1AD
(194,225,173)
#CBE5BA
(203,229,186)
#D4E9C7
(212,233,199)
#DDEDD4
(221,237,212)
#E6F1E1
(230,241,225)
#EFF5EE
(239,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95CD6C; }

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

This text font color is #95CD6C.


Background Color

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

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

This div background color is #95CD6C.


Border color

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

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

This div border color is #95CD6C.


Opacity

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

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

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

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

This text has shadow with #95CD6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95CD6C on black background.


Color preview on white background

This text has color #95CD6C on white background.



Black color preview on #95CD6C background

This text has black color on #95CD6C background.


White color preview on #95CD6C background

This text has white color on #95CD6C background.