COLOR #B6E351

HEX: #B6E351
RGB: (182,227,81)

Color info

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

RGB color model

#B6E351 color RGB value is (182,227,81).

  • red value is 182;
  • green value is 227;
  • blue value is 81.
RGB:
(182,227,81)
(71%,89%,32%)

RGB channels and saturation

R 182 of 255 = 71%
G 227 of 255 = 89%
B 81 of 255 = 32%

182
227
81

R + G + B ~ 64%. #B6E351 is quite light color.

Portions of RGB colors in percentages

R + G + B =
182 + 227 + 81 = 490 (100%)
R 182 of 490 ~ 37.14%
G 227 of 490 ~ 46.33%
B 81 of 490 ~ 16.53%

%37.14
%46.33
%16.53

CMYK color model

#B6E351 color CMYK value is (20,0,64,11).

  • cyan value is 19.82%
  • magenta value is 0.00%
  • yellow value is 64.32%
  • key color value is 10.98%
CMYK:
(20,0,64,11)
C20M0Y64K11 
(20%,0%,64%,11%)
(0.20/0.00/0.64/0.11)	

CMYK percentages

%19.82
%0
%64.32
%10.98

Codes

Color #B6E351 in popluar color models

B6E351
RGB18222781
HSL78°72.28%60.39%
HSB/HSV78°64.32%89.02%
CMYK19.82%0.00%64.32%
10.98%

Color #B6E351 in popluar number systems.

HEXB6E351
Decimal18222781
Binary10110110111000111010001
Octal266343121

Shades and tints

Shades of #B6E351

#B6E351
(182,227,81)
#A6CF4A
(166,207,74)
#96BB43
(150,187,67)
#86A73C
(134,167,60)
#769335
(118,147,53)
#667F2E
(102,127,46)
#566B27
(86,107,39)
#465720
(70,87,32)
#364319
(54,67,25)
#262F12
(38,47,18)
#161B0B
(22,27,11)
#000000
(0,0,0)

Tints of #B6E351

#B6E351
(182,227,81)
#BCE560
(188,229,96)
#C2E76F
(194,231,111)
#C8E97E
(200,233,126)
#CEEB8D
(206,235,141)
#D4ED9C
(212,237,156)
#DAEFAB
(218,239,171)
#E0F1BA
(224,241,186)
#E6F3C9
(230,243,201)
#ECF5D8
(236,245,216)
#F2F7E7
(242,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B6E351 color. Also use rgb(182,227,81) instead hex code.

Text Font Color

.myTextColor { color: #B6E351; }

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

This text font color is #B6E351.


Background Color

.myBgColor { background-color: #B6E351; }

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

This div background color is #B6E351.


Border color

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

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

This div border color is #B6E351.


Opacity

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

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

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

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

This text has shadow with #B6E351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B6E351 on black background.


Color preview on white background

This text has color #B6E351 on white background.



Black color preview on #B6E351 background

This text has black color on #B6E351 background.


White color preview on #B6E351 background

This text has white color on #B6E351 background.