COLOR #95BF5B

HEX: #95BF5B
RGB: (149,191,91)

Color info

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

RGB color model

#95BF5B color RGB value is (149,191,91).

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

RGB channels and saturation

R 149 of 255 = 58%
G 191 of 255 = 75%
B 91 of 255 = 36%

149
191
91

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

Portions of RGB colors in percentages

R + G + B =
149 + 191 + 91 = 431 (100%)
R 149 of 431 ~ 34.57%
G 191 of 431 ~ 44.32%
B 91 of 431 ~ 21.11%

%34.57
%44.32
%21.11

CMYK color model

#95BF5B color CMYK value is (22,0,52,25).

  • cyan value is 21.99%
  • magenta value is 0.00%
  • yellow value is 52.36%
  • key color value is 25.10%
CMYK:
(22,0,52,25)
C22M0Y52K25 
(22%,0%,52%,25%)
(0.22/0.00/0.52/0.25)	

CMYK percentages

%21.99
%0
%52.36
%25.1

Codes

Color #95BF5B in popluar color models

95BF5B
RGB14919191
HSL85°43.86%55.29%
HSB/HSV85°52.36%74.90%
CMYK21.99%0.00%52.36%
25.10%

Color #95BF5B in popluar number systems.

HEX95BF5B
Decimal14919191
Binary10010101101111111011011
Octal225277133

Shades and tints

Shades of #95BF5B

#95BF5B
(149,191,91)
#88AE53
(136,174,83)
#7B9D4B
(123,157,75)
#6E8C43
(110,140,67)
#617B3B
(97,123,59)
#546A33
(84,106,51)
#47592B
(71,89,43)
#3A4823
(58,72,35)
#2D371B
(45,55,27)
#202613
(32,38,19)
#13150B
(19,21,11)
#000000
(0,0,0)

Tints of #95BF5B

#95BF5B
(149,191,91)
#9EC469
(158,196,105)
#A7C977
(167,201,119)
#B0CE85
(176,206,133)
#B9D393
(185,211,147)
#C2D8A1
(194,216,161)
#CBDDAF
(203,221,175)
#D4E2BD
(212,226,189)
#DDE7CB
(221,231,203)
#E6ECD9
(230,236,217)
#EFF1E7
(239,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95BF5B; }

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

This text font color is #95BF5B.


Background Color

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

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

This div background color is #95BF5B.


Border color

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

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

This div border color is #95BF5B.


Opacity

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

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

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

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

This text has shadow with #95BF5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95BF5B on black background.


Color preview on white background

This text has color #95BF5B on white background.



Black color preview on #95BF5B background

This text has black color on #95BF5B background.


White color preview on #95BF5B background

This text has white color on #95BF5B background.