COLOR #B7D11D

HEX: #B7D11D
RGB: (183,209,29)

Color info

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

RGB color model

#B7D11D color RGB value is (183,209,29).

  • red value is 183;
  • green value is 209;
  • blue value is 29.
RGB:
(183,209,29)
(72%,82%,11%)

RGB channels and saturation

R 183 of 255 = 72%
G 209 of 255 = 82%
B 29 of 255 = 11%

183
209
29

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

Portions of RGB colors in percentages

R + G + B =
183 + 209 + 29 = 421 (100%)
R 183 of 421 ~ 43.47%
G 209 of 421 ~ 49.64%
B 29 of 421 ~ 6.89%

%43.47
%49.64

CMYK color model

#B7D11D color CMYK value is (12,0,86,18).

  • cyan value is 12.44%
  • magenta value is 0.00%
  • yellow value is 86.12%
  • key color value is 18.04%
CMYK:
(12,0,86,18)
C12M0Y86K18 
(12%,0%,86%,18%)
(0.12/0.00/0.86/0.18)	

CMYK percentages

%12.44
%0
%86.12
%18.04

Codes

Color #B7D11D in popluar color models

B7D11D
RGB18320929
HSL69°75.63%46.67%
HSB/HSV69°86.12%81.96%
CMYK12.44%0.00%86.12%
18.04%

Color #B7D11D in popluar number systems.

HEXB7D11D
Decimal18320929
Binary101101111101000111101
Octal26732135

Shades and tints

Shades of #B7D11D

#B7D11D
(183,209,29)
#A7BE1B
(167,190,27)
#97AB19
(151,171,25)
#879817
(135,152,23)
#778515
(119,133,21)
#677213
(103,114,19)
#575F11
(87,95,17)
#474C0F
(71,76,15)
#37390D
(55,57,13)
#27260B
(39,38,11)
#171309
(23,19,9)
#000000
(0,0,0)

Tints of #B7D11D

#B7D11D
(183,209,29)
#BDD531
(189,213,49)
#C3D945
(195,217,69)
#C9DD59
(201,221,89)
#CFE16D
(207,225,109)
#D5E581
(213,229,129)
#DBE995
(219,233,149)
#E1EDA9
(225,237,169)
#E7F1BD
(231,241,189)
#EDF5D1
(237,245,209)
#F3F9E5
(243,249,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7D11D color. Also use rgb(183,209,29) instead hex code.

Text Font Color

.myTextColor { color: #B7D11D; }

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

This text font color is #B7D11D.


Background Color

.myBgColor { background-color: #B7D11D; }

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

This div background color is #B7D11D.


Border color

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

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

This div border color is #B7D11D.


Opacity

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

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

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

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

This text has shadow with #B7D11D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7D11D on black background.


Color preview on white background

This text has color #B7D11D on white background.



Black color preview on #B7D11D background

This text has black color on #B7D11D background.


White color preview on #B7D11D background

This text has white color on #B7D11D background.