COLOR #B5DE81

HEX: #B5DE81
RGB: (181,222,129)

Color info

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

RGB color model

#B5DE81 color RGB value is (181,222,129).

  • red value is 181;
  • green value is 222;
  • blue value is 129.
RGB:
(181,222,129)
(71%,87%,51%)

RGB channels and saturation

R 181 of 255 = 71%
G 222 of 255 = 87%
B 129 of 255 = 51%

181
222
129

R + G + B ~ 70%. #B5DE81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 222 + 129 = 532 (100%)
R 181 of 532 ~ 34.02%
G 222 of 532 ~ 41.73%
B 129 of 532 ~ 24.25%

%34.02
%41.73
%24.25

CMYK color model

#B5DE81 color CMYK value is (18,0,42,13).

  • cyan value is 18.47%
  • magenta value is 0.00%
  • yellow value is 41.89%
  • key color value is 12.94%
CMYK:
(18,0,42,13)
C18M0Y42K13 
(18%,0%,42%,13%)
(0.18/0.00/0.42/0.13)	

CMYK percentages

%18.47
%0
%41.89
%12.94

Codes

Color #B5DE81 in popluar color models

B5DE81
RGB181222129
HSL86°58.49%68.82%
HSB/HSV86°41.89%87.06%
CMYK18.47%0.00%41.89%
12.94%

Color #B5DE81 in popluar number systems.

HEXB5DE81
Decimal181222129
Binary101101011101111010000001
Octal265336201

Shades and tints

Shades of #B5DE81

#B5DE81
(181,222,129)
#A5CA76
(165,202,118)
#95B66B
(149,182,107)
#85A260
(133,162,96)
#758E55
(117,142,85)
#657A4A
(101,122,74)
#55663F
(85,102,63)
#455234
(69,82,52)
#353E29
(53,62,41)
#252A1E
(37,42,30)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #B5DE81

#B5DE81
(181,222,129)
#BBE18C
(187,225,140)
#C1E497
(193,228,151)
#C7E7A2
(199,231,162)
#CDEAAD
(205,234,173)
#D3EDB8
(211,237,184)
#D9F0C3
(217,240,195)
#DFF3CE
(223,243,206)
#E5F6D9
(229,246,217)
#EBF9E4
(235,249,228)
#F1FCEF
(241,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5DE81 color. Also use rgb(181,222,129) instead hex code.

Text Font Color

.myTextColor { color: #B5DE81; }

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

This text font color is #B5DE81.


Background Color

.myBgColor { background-color: #B5DE81; }

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

This div background color is #B5DE81.


Border color

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

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

This div border color is #B5DE81.


Opacity

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

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

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

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

This text has shadow with #B5DE81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5DE81 on black background.


Color preview on white background

This text has color #B5DE81 on white background.



Black color preview on #B5DE81 background

This text has black color on #B5DE81 background.


White color preview on #B5DE81 background

This text has white color on #B5DE81 background.