COLOR #B4DA54

HEX: #B4DA54
RGB: (180,218,84)

Color info

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

RGB color model

#B4DA54 color RGB value is (180,218,84).

  • red value is 180;
  • green value is 218;
  • blue value is 84.
RGB:
(180,218,84)
(71%,85%,33%)

RGB channels and saturation

R 180 of 255 = 71%
G 218 of 255 = 85%
B 84 of 255 = 33%

180
218
84

R + G + B ~ 63%. #B4DA54 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 218 + 84 = 482 (100%)
R 180 of 482 ~ 37.34%
G 218 of 482 ~ 45.23%
B 84 of 482 ~ 17.43%

%37.34
%45.23
%17.43

CMYK color model

#B4DA54 color CMYK value is (17,0,61,15).

  • cyan value is 17.43%
  • magenta value is 0.00%
  • yellow value is 61.47%
  • key color value is 14.51%
CMYK:
(17,0,61,15)
C17M0Y61K15 
(17%,0%,61%,15%)
(0.17/0.00/0.61/0.15)	

CMYK percentages

%17.43
%0
%61.47
%14.51

Codes

Color #B4DA54 in popluar color models

B4DA54
RGB18021884
HSL77°64.42%59.22%
HSB/HSV77°61.47%85.49%
CMYK17.43%0.00%61.47%
14.51%

Color #B4DA54 in popluar number systems.

HEXB4DA54
Decimal18021884
Binary10110100110110101010100
Octal264332124

Shades and tints

Shades of #B4DA54

#B4DA54
(180,218,84)
#A4C74D
(164,199,77)
#94B446
(148,180,70)
#84A13F
(132,161,63)
#748E38
(116,142,56)
#647B31
(100,123,49)
#54682A
(84,104,42)
#445523
(68,85,35)
#34421C
(52,66,28)
#242F15
(36,47,21)
#141C0E
(20,28,14)
#000000
(0,0,0)

Tints of #B4DA54

#B4DA54
(180,218,84)
#BADD63
(186,221,99)
#C0E072
(192,224,114)
#C6E381
(198,227,129)
#CCE690
(204,230,144)
#D2E99F
(210,233,159)
#D8ECAE
(216,236,174)
#DEEFBD
(222,239,189)
#E4F2CC
(228,242,204)
#EAF5DB
(234,245,219)
#F0F8EA
(240,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4DA54 color. Also use rgb(180,218,84) instead hex code.

Text Font Color

.myTextColor { color: #B4DA54; }

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

This text font color is #B4DA54.


Background Color

.myBgColor { background-color: #B4DA54; }

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

This div background color is #B4DA54.


Border color

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

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

This div border color is #B4DA54.


Opacity

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

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

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

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

This text has shadow with #B4DA54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4DA54 on black background.


Color preview on white background

This text has color #B4DA54 on white background.



Black color preview on #B4DA54 background

This text has black color on #B4DA54 background.


White color preview on #B4DA54 background

This text has white color on #B4DA54 background.