COLOR #B2EB81

HEX: #B2EB81
RGB: (178,235,129)

Color info

#B2EB81 contains mainly red and green colors. Web safe color of #B2EB81 is #99FF99 (or #9F9).

RGB color model

#B2EB81 color RGB value is (178,235,129).

  • red value is 178;
  • green value is 235;
  • blue value is 129.
RGB:
(178,235,129)
(70%,92%,51%)

RGB channels and saturation

R 178 of 255 = 70%
G 235 of 255 = 92%
B 129 of 255 = 51%

178
235
129

R + G + B ~ 71%. #B2EB81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 235 + 129 = 542 (100%)
R 178 of 542 ~ 32.84%
G 235 of 542 ~ 43.36%
B 129 of 542 ~ 23.8%

%32.84
%43.36
%23.8

CMYK color model

#B2EB81 color CMYK value is (24,0,45,8).

  • cyan value is 24.26%
  • magenta value is 0.00%
  • yellow value is 45.11%
  • key color value is 7.84%
CMYK:
(24,0,45,8)
C24M0Y45K8 
(24%,0%,45%,8%)
(0.24/0.00/0.45/0.08)	

CMYK percentages

%24.26
%0
%45.11
%7.84

Codes

Color #B2EB81 in popluar color models

B2EB81
RGB178235129
HSL92°72.60%71.37%
HSB/HSV92°45.11%92.16%
CMYK24.26%0.00%45.11%
7.84%

Color #B2EB81 in popluar number systems.

HEXB2EB81
Decimal178235129
Binary101100101110101110000001
Octal262353201

Shades and tints

Shades of #B2EB81

#B2EB81
(178,235,129)
#A2D676
(162,214,118)
#92C16B
(146,193,107)
#82AC60
(130,172,96)
#729755
(114,151,85)
#62824A
(98,130,74)
#526D3F
(82,109,63)
#425834
(66,88,52)
#324329
(50,67,41)
#222E1E
(34,46,30)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #B2EB81

#B2EB81
(178,235,129)
#B9EC8C
(185,236,140)
#C0ED97
(192,237,151)
#C7EEA2
(199,238,162)
#CEEFAD
(206,239,173)
#D5F0B8
(213,240,184)
#DCF1C3
(220,241,195)
#E3F2CE
(227,242,206)
#EAF3D9
(234,243,217)
#F1F4E4
(241,244,228)
#F8F5EF
(248,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2EB81 color. Also use rgb(178,235,129) instead hex code.

Text Font Color

.myTextColor { color: #B2EB81; }

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

This text font color is #B2EB81.


Background Color

.myBgColor { background-color: #B2EB81; }

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

This div background color is #B2EB81.


Border color

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

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

This div border color is #B2EB81.


Opacity

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

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

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

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

This text has shadow with #B2EB81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2EB81 on black background.


Color preview on white background

This text has color #B2EB81 on white background.



Black color preview on #B2EB81 background

This text has black color on #B2EB81 background.


White color preview on #B2EB81 background

This text has white color on #B2EB81 background.