COLOR #B5E595

HEX: #B5E595
RGB: (181,229,149)

Color info

#B5E595 contains mainly red and green colors. Web safe color of #B5E595 is #CCCC99 (or #CC9).

RGB color model

#B5E595 color RGB value is (181,229,149).

  • red value is 181;
  • green value is 229;
  • blue value is 149.
RGB:
(181,229,149)
(71%,90%,58%)

RGB channels and saturation

R 181 of 255 = 71%
G 229 of 255 = 90%
B 149 of 255 = 58%

181
229
149

R + G + B ~ 73%. #B5E595 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 229 + 149 = 559 (100%)
R 181 of 559 ~ 32.38%
G 229 of 559 ~ 40.97%
B 149 of 559 ~ 26.65%

%32.38
%40.97
%26.65

CMYK color model

#B5E595 color CMYK value is (21,0,35,10).

  • cyan value is 20.96%
  • magenta value is 0.00%
  • yellow value is 34.93%
  • key color value is 10.20%
CMYK:
(21,0,35,10)
C21M0Y35K10 
(21%,0%,35%,10%)
(0.21/0.00/0.35/0.10)	

CMYK percentages

%20.96
%0
%34.93
%10.2

Codes

Color #B5E595 in popluar color models

B5E595
RGB181229149
HSL96°60.61%74.12%
HSB/HSV96°34.93%89.80%
CMYK20.96%0.00%34.93%
10.20%

Color #B5E595 in popluar number systems.

HEXB5E595
Decimal181229149
Binary101101011110010110010101
Octal265345225

Shades and tints

Shades of #B5E595

#B5E595
(181,229,149)
#A5D188
(165,209,136)
#95BD7B
(149,189,123)
#85A96E
(133,169,110)
#759561
(117,149,97)
#658154
(101,129,84)
#556D47
(85,109,71)
#45593A
(69,89,58)
#35452D
(53,69,45)
#253120
(37,49,32)
#151D13
(21,29,19)
#000000
(0,0,0)

Tints of #B5E595

#B5E595
(181,229,149)
#BBE79E
(187,231,158)
#C1E9A7
(193,233,167)
#C7EBB0
(199,235,176)
#CDEDB9
(205,237,185)
#D3EFC2
(211,239,194)
#D9F1CB
(217,241,203)
#DFF3D4
(223,243,212)
#E5F5DD
(229,245,221)
#EBF7E6
(235,247,230)
#F1F9EF
(241,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E595 color. Also use rgb(181,229,149) instead hex code.

Text Font Color

.myTextColor { color: #B5E595; }

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

This text font color is #B5E595.


Background Color

.myBgColor { background-color: #B5E595; }

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

This div background color is #B5E595.


Border color

.myBorderColor { border: 1px solid #B5E595; }

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

This div border color is #B5E595.


Opacity

.myOpacity80 { color: #B5E595; opacity: 0.8; }

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

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

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

This text has shadow with #B5E595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E595 on black background.


Color preview on white background

This text has color #B5E595 on white background.



Black color preview on #B5E595 background

This text has black color on #B5E595 background.


White color preview on #B5E595 background

This text has white color on #B5E595 background.