COLOR #95BF81

HEX: #95BF81
RGB: (149,191,129)

Color info

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

RGB color model

#95BF81 color RGB value is (149,191,129).

  • red value is 149;
  • green value is 191;
  • blue value is 129.
RGB:
(149,191,129)
(58%,75%,51%)

RGB channels and saturation

R 149 of 255 = 58%
G 191 of 255 = 75%
B 129 of 255 = 51%

149
191
129

R + G + B ~ 61%. #95BF81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 191 + 129 = 469 (100%)
R 149 of 469 ~ 31.77%
G 191 of 469 ~ 40.72%
B 129 of 469 ~ 27.51%

%31.77
%40.72
%27.51

CMYK color model

#95BF81 color CMYK value is (22,0,32,25).

  • cyan value is 21.99%
  • magenta value is 0.00%
  • yellow value is 32.46%
  • key color value is 25.10%
CMYK:
(22,0,32,25)
C22M0Y32K25 
(22%,0%,32%,25%)
(0.22/0.00/0.32/0.25)	

CMYK percentages

%21.99
%0
%32.46
%25.1

Codes

Color #95BF81 in popluar color models

95BF81
RGB149191129
HSL101°32.63%62.75%
HSB/HSV101°32.46%74.90%
CMYK21.99%0.00%32.46%
25.10%

Color #95BF81 in popluar number systems.

HEX95BF81
Decimal149191129
Binary100101011011111110000001
Octal225277201

Shades and tints

Shades of #95BF81

#95BF81
(149,191,129)
#88AE76
(136,174,118)
#7B9D6B
(123,157,107)
#6E8C60
(110,140,96)
#617B55
(97,123,85)
#546A4A
(84,106,74)
#47593F
(71,89,63)
#3A4834
(58,72,52)
#2D3729
(45,55,41)
#20261E
(32,38,30)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #95BF81

#95BF81
(149,191,129)
#9EC48C
(158,196,140)
#A7C997
(167,201,151)
#B0CEA2
(176,206,162)
#B9D3AD
(185,211,173)
#C2D8B8
(194,216,184)
#CBDDC3
(203,221,195)
#D4E2CE
(212,226,206)
#DDE7D9
(221,231,217)
#E6ECE4
(230,236,228)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95BF81 color. Also use rgb(149,191,129) instead hex code.

Text Font Color

.myTextColor { color: #95BF81; }

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

This text font color is #95BF81.


Background Color

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

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

This div background color is #95BF81.


Border color

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

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

This div border color is #95BF81.


Opacity

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

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

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

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

This text has shadow with #95BF81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BF81 on black background.


Color preview on white background

This text has color #95BF81 on white background.



Black color preview on #95BF81 background

This text has black color on #95BF81 background.


White color preview on #95BF81 background

This text has white color on #95BF81 background.