COLOR #B5DD78

HEX: #B5DD78
RGB: (181,221,120)

Color info

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

RGB color model

#B5DD78 color RGB value is (181,221,120).

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

RGB channels and saturation

R 181 of 255 = 71%
G 221 of 255 = 87%
B 120 of 255 = 47%

181
221
120

R + G + B ~ 68%. #B5DD78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 221 + 120 = 522 (100%)
R 181 of 522 ~ 34.67%
G 221 of 522 ~ 42.34%
B 120 of 522 ~ 22.99%

%34.67
%42.34
%22.99

CMYK color model

#B5DD78 color CMYK value is (18,0,46,13).

  • cyan value is 18.10%
  • magenta value is 0.00%
  • yellow value is 45.70%
  • key color value is 13.33%
CMYK:
(18,0,46,13)
C18M0Y46K13 
(18%,0%,46%,13%)
(0.18/0.00/0.46/0.13)	

CMYK percentages

%18.1
%0
%45.7
%13.33

Codes

Color #B5DD78 in popluar color models

B5DD78
RGB181221120
HSL84°59.76%66.86%
HSB/HSV84°45.70%86.67%
CMYK18.10%0.00%45.70%
13.33%

Color #B5DD78 in popluar number systems.

HEXB5DD78
Decimal181221120
Binary10110101110111011111000
Octal265335170

Shades and tints

Shades of #B5DD78

#B5DD78
(181,221,120)
#A5C96E
(165,201,110)
#95B564
(149,181,100)
#85A15A
(133,161,90)
#758D50
(117,141,80)
#657946
(101,121,70)
#55653C
(85,101,60)
#455132
(69,81,50)
#353D28
(53,61,40)
#25291E
(37,41,30)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #B5DD78

#B5DD78
(181,221,120)
#BBE084
(187,224,132)
#C1E390
(193,227,144)
#C7E69C
(199,230,156)
#CDE9A8
(205,233,168)
#D3ECB4
(211,236,180)
#D9EFC0
(217,239,192)
#DFF2CC
(223,242,204)
#E5F5D8
(229,245,216)
#EBF8E4
(235,248,228)
#F1FBF0
(241,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DD78; }

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

This text font color is #B5DD78.


Background Color

.myBgColor { background-color: #B5DD78; }

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

This div background color is #B5DD78.


Border color

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

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

This div border color is #B5DD78.


Opacity

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

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

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

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

This text has shadow with #B5DD78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5DD78 on black background.


Color preview on white background

This text has color #B5DD78 on white background.



Black color preview on #B5DD78 background

This text has black color on #B5DD78 background.


White color preview on #B5DD78 background

This text has white color on #B5DD78 background.