COLOR #B5D870

HEX: #B5D870
RGB: (181,216,112)

Color info

#B5D870 contains mainly red and green colors. Web safe color of #B5D870 is #CCCC66 (or #CC6).

RGB color model

#B5D870 color RGB value is (181,216,112).

  • red value is 181;
  • green value is 216;
  • blue value is 112.
RGB:
(181,216,112)
(71%,85%,44%)

RGB channels and saturation

R 181 of 255 = 71%
G 216 of 255 = 85%
B 112 of 255 = 44%

181
216
112

R + G + B ~ 67%. #B5D870 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 216 + 112 = 509 (100%)
R 181 of 509 ~ 35.56%
G 216 of 509 ~ 42.44%
B 112 of 509 ~ 22%

%35.56
%42.44
%22

CMYK color model

#B5D870 color CMYK value is (16,0,48,15).

  • cyan value is 16.20%
  • magenta value is 0.00%
  • yellow value is 48.15%
  • key color value is 15.29%
CMYK:
(16,0,48,15)
C16M0Y48K15 
(16%,0%,48%,15%)
(0.16/0.00/0.48/0.15)	

CMYK percentages

%16.2
%0
%48.15
%15.29

Codes

Color #B5D870 in popluar color models

B5D870
RGB181216112
HSL80°57.14%64.31%
HSB/HSV80°48.15%84.71%
CMYK16.20%0.00%48.15%
15.29%

Color #B5D870 in popluar number systems.

HEXB5D870
Decimal181216112
Binary10110101110110001110000
Octal265330160

Shades and tints

Shades of #B5D870

#B5D870
(181,216,112)
#A5C566
(165,197,102)
#95B25C
(149,178,92)
#859F52
(133,159,82)
#758C48
(117,140,72)
#65793E
(101,121,62)
#556634
(85,102,52)
#45532A
(69,83,42)
#354020
(53,64,32)
#252D16
(37,45,22)
#151A0C
(21,26,12)
#000000
(0,0,0)

Tints of #B5D870

#B5D870
(181,216,112)
#BBDB7D
(187,219,125)
#C1DE8A
(193,222,138)
#C7E197
(199,225,151)
#CDE4A4
(205,228,164)
#D3E7B1
(211,231,177)
#D9EABE
(217,234,190)
#DFEDCB
(223,237,203)
#E5F0D8
(229,240,216)
#EBF3E5
(235,243,229)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D870 color. Also use rgb(181,216,112) instead hex code.

Text Font Color

.myTextColor { color: #B5D870; }

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

This text font color is #B5D870.


Background Color

.myBgColor { background-color: #B5D870; }

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

This div background color is #B5D870.


Border color

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

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

This div border color is #B5D870.


Opacity

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

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

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

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

This text has shadow with #B5D870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D870 on black background.


Color preview on white background

This text has color #B5D870 on white background.



Black color preview on #B5D870 background

This text has black color on #B5D870 background.


White color preview on #B5D870 background

This text has white color on #B5D870 background.