COLOR #B4D82B

HEX: #B4D82B
RGB: (180,216,43)

Color info

#B4D82B contains mainly red and green colors. Web safe color of #B4D82B is #CCCC33 (or #CC3).

RGB color model

#B4D82B color RGB value is (180,216,43).

  • red value is 180;
  • green value is 216;
  • blue value is 43.
RGB:
(180,216,43)
(71%,85%,17%)

RGB channels and saturation

R 180 of 255 = 71%
G 216 of 255 = 85%
B 43 of 255 = 17%

180
216
43

R + G + B ~ 58%. #B4D82B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
180 + 216 + 43 = 439 (100%)
R 180 of 439 ~ 41%
G 216 of 439 ~ 49.2%
B 43 of 439 ~ 9.79%

%41
%49.2
%9.79

CMYK color model

#B4D82B color CMYK value is (17,0,80,15).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 80.09%
  • key color value is 15.29%
CMYK:
(17,0,80,15)
C17M0Y80K15 
(17%,0%,80%,15%)
(0.17/0.00/0.80/0.15)	

CMYK percentages

%16.67
%0
%80.09
%15.29

Codes

Color #B4D82B in popluar color models

B4D82B
RGB18021643
HSL72°68.92%50.78%
HSB/HSV72°80.09%84.71%
CMYK16.67%0.00%80.09%
15.29%

Color #B4D82B in popluar number systems.

HEXB4D82B
Decimal18021643
Binary1011010011011000101011
Octal26433053

Shades and tints

Shades of #B4D82B

#B4D82B
(180,216,43)
#A4C528
(164,197,40)
#94B225
(148,178,37)
#849F22
(132,159,34)
#748C1F
(116,140,31)
#64791C
(100,121,28)
#546619
(84,102,25)
#445316
(68,83,22)
#344013
(52,64,19)
#242D10
(36,45,16)
#141A0D
(20,26,13)
#000000
(0,0,0)

Tints of #B4D82B

#B4D82B
(180,216,43)
#BADB3E
(186,219,62)
#C0DE51
(192,222,81)
#C6E164
(198,225,100)
#CCE477
(204,228,119)
#D2E78A
(210,231,138)
#D8EA9D
(216,234,157)
#DEEDB0
(222,237,176)
#E4F0C3
(228,240,195)
#EAF3D6
(234,243,214)
#F0F6E9
(240,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4D82B color. Also use rgb(180,216,43) instead hex code.

Text Font Color

.myTextColor { color: #B4D82B; }

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

This text font color is #B4D82B.


Background Color

.myBgColor { background-color: #B4D82B; }

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

This div background color is #B4D82B.


Border color

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

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

This div border color is #B4D82B.


Opacity

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

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

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

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

This text has shadow with #B4D82B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4D82B on black background.


Color preview on white background

This text has color #B4D82B on white background.



Black color preview on #B4D82B background

This text has black color on #B4D82B background.


White color preview on #B4D82B background

This text has white color on #B4D82B background.