COLOR #B5DD91

HEX: #B5DD91
RGB: (181,221,145)

Color info

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

RGB color model

#B5DD91 color RGB value is (181,221,145).

  • red value is 181;
  • green value is 221;
  • blue value is 145.
RGB:
(181,221,145)
(71%,87%,57%)

RGB channels and saturation

R 181 of 255 = 71%
G 221 of 255 = 87%
B 145 of 255 = 57%

181
221
145

R + G + B ~ 72%. #B5DD91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 221 + 145 = 547 (100%)
R 181 of 547 ~ 33.09%
G 221 of 547 ~ 40.4%
B 145 of 547 ~ 26.51%

%33.09
%40.4
%26.51

CMYK color model

#B5DD91 color CMYK value is (18,0,34,13).

  • cyan value is 18.10%
  • magenta value is 0.00%
  • yellow value is 34.39%
  • key color value is 13.33%
CMYK:
(18,0,34,13)
C18M0Y34K13 
(18%,0%,34%,13%)
(0.18/0.00/0.34/0.13)	

CMYK percentages

%18.1
%0
%34.39
%13.33

Codes

Color #B5DD91 in popluar color models

B5DD91
RGB181221145
HSL92°52.78%71.76%
HSB/HSV92°34.39%86.67%
CMYK18.10%0.00%34.39%
13.33%

Color #B5DD91 in popluar number systems.

HEXB5DD91
Decimal181221145
Binary101101011101110110010001
Octal265335221

Shades and tints

Shades of #B5DD91

#B5DD91
(181,221,145)
#A5C984
(165,201,132)
#95B577
(149,181,119)
#85A16A
(133,161,106)
#758D5D
(117,141,93)
#657950
(101,121,80)
#556543
(85,101,67)
#455136
(69,81,54)
#353D29
(53,61,41)
#25291C
(37,41,28)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #B5DD91

#B5DD91
(181,221,145)
#BBE09B
(187,224,155)
#C1E3A5
(193,227,165)
#C7E6AF
(199,230,175)
#CDE9B9
(205,233,185)
#D3ECC3
(211,236,195)
#D9EFCD
(217,239,205)
#DFF2D7
(223,242,215)
#E5F5E1
(229,245,225)
#EBF8EB
(235,248,235)
#F1FBF5
(241,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5DD91 color. Also use rgb(181,221,145) instead hex code.

Text Font Color

.myTextColor { color: #B5DD91; }

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

This text font color is #B5DD91.


Background Color

.myBgColor { background-color: #B5DD91; }

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

This div background color is #B5DD91.


Border color

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

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

This div border color is #B5DD91.


Opacity

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

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

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

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

This text has shadow with #B5DD91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5DD91 on black background.


Color preview on white background

This text has color #B5DD91 on white background.



Black color preview on #B5DD91 background

This text has black color on #B5DD91 background.


White color preview on #B5DD91 background

This text has white color on #B5DD91 background.