COLOR #95C561

HEX: #95C561
RGB: (149,197,97)

Color info

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

RGB color model

#95C561 color RGB value is (149,197,97).

  • red value is 149;
  • green value is 197;
  • blue value is 97.
RGB:
(149,197,97)
(58%,77%,38%)

RGB channels and saturation

R 149 of 255 = 58%
G 197 of 255 = 77%
B 97 of 255 = 38%

149
197
97

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

Portions of RGB colors in percentages

R + G + B =
149 + 197 + 97 = 443 (100%)
R 149 of 443 ~ 33.63%
G 197 of 443 ~ 44.47%
B 97 of 443 ~ 21.9%

%33.63
%44.47
%21.9

CMYK color model

#95C561 color CMYK value is (24,0,51,23).

  • cyan value is 24.37%
  • magenta value is 0.00%
  • yellow value is 50.76%
  • key color value is 22.75%
CMYK:
(24,0,51,23)
C24M0Y51K23 
(24%,0%,51%,23%)
(0.24/0.00/0.51/0.23)	

CMYK percentages

%24.37
%0
%50.76
%22.75

Codes

Color #95C561 in popluar color models

95C561
RGB14919797
HSL89°46.30%57.65%
HSB/HSV89°50.76%77.25%
CMYK24.37%0.00%50.76%
22.75%

Color #95C561 in popluar number systems.

HEX95C561
Decimal14919797
Binary10010101110001011100001
Octal225305141

Shades and tints

Shades of #95C561

#95C561
(149,197,97)
#88B459
(136,180,89)
#7BA351
(123,163,81)
#6E9249
(110,146,73)
#618141
(97,129,65)
#547039
(84,112,57)
#475F31
(71,95,49)
#3A4E29
(58,78,41)
#2D3D21
(45,61,33)
#202C19
(32,44,25)
#131B11
(19,27,17)
#000000
(0,0,0)

Tints of #95C561

#95C561
(149,197,97)
#9ECA6F
(158,202,111)
#A7CF7D
(167,207,125)
#B0D48B
(176,212,139)
#B9D999
(185,217,153)
#C2DEA7
(194,222,167)
#CBE3B5
(203,227,181)
#D4E8C3
(212,232,195)
#DDEDD1
(221,237,209)
#E6F2DF
(230,242,223)
#EFF7ED
(239,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C561 color. Also use rgb(149,197,97) instead hex code.

Text Font Color

.myTextColor { color: #95C561; }

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

This text font color is #95C561.


Background Color

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

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

This div background color is #95C561.


Border color

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

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

This div border color is #95C561.


Opacity

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

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

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

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

This text has shadow with #95C561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95C561 on black background.


Color preview on white background

This text has color #95C561 on white background.



Black color preview on #95C561 background

This text has black color on #95C561 background.


White color preview on #95C561 background

This text has white color on #95C561 background.