COLOR #B6D71F

HEX: #B6D71F
RGB: (182,215,31)

Color info

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

RGB color model

#B6D71F color RGB value is (182,215,31).

  • red value is 182;
  • green value is 215;
  • blue value is 31.
RGB:
(182,215,31)
(71%,84%,12%)

RGB channels and saturation

R 182 of 255 = 71%
G 215 of 255 = 84%
B 31 of 255 = 12%

182
215
31

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

Portions of RGB colors in percentages

R + G + B =
182 + 215 + 31 = 428 (100%)
R 182 of 428 ~ 42.52%
G 215 of 428 ~ 50.23%
B 31 of 428 ~ 7.24%

%42.52
%50.23

CMYK color model

#B6D71F color CMYK value is (15,0,86,16).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 85.58%
  • key color value is 15.69%
CMYK:
(15,0,86,16)
C15M0Y86K16 
(15%,0%,86%,16%)
(0.15/0.00/0.86/0.16)	

CMYK percentages

%15.35
%0
%85.58
%15.69

Codes

Color #B6D71F in popluar color models

B6D71F
RGB18221531
HSL71°74.80%48.24%
HSB/HSV71°85.58%84.31%
CMYK15.35%0.00%85.58%
15.69%

Color #B6D71F in popluar number systems.

HEXB6D71F
Decimal18221531
Binary101101101101011111111
Octal26632737

Shades and tints

Shades of #B6D71F

#B6D71F
(182,215,31)
#A6C41D
(166,196,29)
#96B11B
(150,177,27)
#869E19
(134,158,25)
#768B17
(118,139,23)
#667815
(102,120,21)
#566513
(86,101,19)
#465211
(70,82,17)
#363F0F
(54,63,15)
#262C0D
(38,44,13)
#16190B
(22,25,11)
#000000
(0,0,0)

Tints of #B6D71F

#B6D71F
(182,215,31)
#BCDA33
(188,218,51)
#C2DD47
(194,221,71)
#C8E05B
(200,224,91)
#CEE36F
(206,227,111)
#D4E683
(212,230,131)
#DAE997
(218,233,151)
#E0ECAB
(224,236,171)
#E6EFBF
(230,239,191)
#ECF2D3
(236,242,211)
#F2F5E7
(242,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6D71F color. Also use rgb(182,215,31) instead hex code.

Text Font Color

.myTextColor { color: #B6D71F; }

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

This text font color is #B6D71F.


Background Color

.myBgColor { background-color: #B6D71F; }

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

This div background color is #B6D71F.


Border color

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

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

This div border color is #B6D71F.


Opacity

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

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

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

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

This text has shadow with #B6D71F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6D71F on black background.


Color preview on white background

This text has color #B6D71F on white background.



Black color preview on #B6D71F background

This text has black color on #B6D71F background.


White color preview on #B6D71F background

This text has white color on #B6D71F background.