COLOR #B4DD77

HEX: #B4DD77
RGB: (180,221,119)

Color info

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

RGB color model

#B4DD77 color RGB value is (180,221,119).

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

RGB channels and saturation

R 180 of 255 = 71%
G 221 of 255 = 87%
B 119 of 255 = 47%

180
221
119

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

Portions of RGB colors in percentages

R + G + B =
180 + 221 + 119 = 520 (100%)
R 180 of 520 ~ 34.62%
G 221 of 520 ~ 42.5%
B 119 of 520 ~ 22.88%

%34.62
%42.5
%22.88

CMYK color model

#B4DD77 color CMYK value is (19,0,46,13).

  • cyan value is 18.55%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 13.33%
CMYK:
(19,0,46,13)
C19M0Y46K13 
(19%,0%,46%,13%)
(0.19/0.00/0.46/0.13)	

CMYK percentages

%18.55
%0
%46.15
%13.33

Codes

Color #B4DD77 in popluar color models

B4DD77
RGB180221119
HSL84°60.00%66.67%
HSB/HSV84°46.15%86.67%
CMYK18.55%0.00%46.15%
13.33%

Color #B4DD77 in popluar number systems.

HEXB4DD77
Decimal180221119
Binary10110100110111011110111
Octal264335167

Shades and tints

Shades of #B4DD77

#B4DD77
(180,221,119)
#A4C96D
(164,201,109)
#94B563
(148,181,99)
#84A159
(132,161,89)
#748D4F
(116,141,79)
#647945
(100,121,69)
#54653B
(84,101,59)
#445131
(68,81,49)
#343D27
(52,61,39)
#24291D
(36,41,29)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #B4DD77

#B4DD77
(180,221,119)
#BAE083
(186,224,131)
#C0E38F
(192,227,143)
#C6E69B
(198,230,155)
#CCE9A7
(204,233,167)
#D2ECB3
(210,236,179)
#D8EFBF
(216,239,191)
#DEF2CB
(222,242,203)
#E4F5D7
(228,245,215)
#EAF8E3
(234,248,227)
#F0FBEF
(240,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4DD77 color. Also use rgb(180,221,119) instead hex code.

Text Font Color

.myTextColor { color: #B4DD77; }

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

This text font color is #B4DD77.


Background Color

.myBgColor { background-color: #B4DD77; }

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

This div background color is #B4DD77.


Border color

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

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

This div border color is #B4DD77.


Opacity

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

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

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

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

This text has shadow with #B4DD77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DD77 on black background.


Color preview on white background

This text has color #B4DD77 on white background.



Black color preview on #B4DD77 background

This text has black color on #B4DD77 background.


White color preview on #B4DD77 background

This text has white color on #B4DD77 background.