COLOR #B0EF81

HEX: #B0EF81
RGB: (176,239,129)

Color info

#B0EF81 contains mainly green color. Web safe color of #B0EF81 is #99FF99 (or #9F9).

RGB color model

#B0EF81 color RGB value is (176,239,129).

  • red value is 176;
  • green value is 239;
  • blue value is 129.
RGB:
(176,239,129)
(69%,94%,51%)

RGB channels and saturation

R 176 of 255 = 69%
G 239 of 255 = 94%
B 129 of 255 = 51%

176
239
129

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

Portions of RGB colors in percentages

R + G + B =
176 + 239 + 129 = 544 (100%)
R 176 of 544 ~ 32.35%
G 239 of 544 ~ 43.93%
B 129 of 544 ~ 23.71%

%32.35
%43.93
%23.71

CMYK color model

#B0EF81 color CMYK value is (26,0,46,6).

  • cyan value is 26.36%
  • magenta value is 0.00%
  • yellow value is 46.03%
  • key color value is 6.27%
CMYK:
(26,0,46,6)
C26M0Y46K6 
(26%,0%,46%,6%)
(0.26/0.00/0.46/0.06)	

CMYK percentages

%26.36
%0
%46.03
%6.27

Codes

Color #B0EF81 in popluar color models

B0EF81
RGB176239129
HSL94°77.46%72.16%
HSB/HSV94°46.03%93.73%
CMYK26.36%0.00%46.03%
6.27%

Color #B0EF81 in popluar number systems.

HEXB0EF81
Decimal176239129
Binary101100001110111110000001
Octal260357201

Shades and tints

Shades of #B0EF81

#B0EF81
(176,239,129)
#A0DA76
(160,218,118)
#90C56B
(144,197,107)
#80B060
(128,176,96)
#709B55
(112,155,85)
#60864A
(96,134,74)
#50713F
(80,113,63)
#405C34
(64,92,52)
#304729
(48,71,41)
#20321E
(32,50,30)
#101D13
(16,29,19)
#000000
(0,0,0)

Tints of #B0EF81

#B0EF81
(176,239,129)
#B7F08C
(183,240,140)
#BEF197
(190,241,151)
#C5F2A2
(197,242,162)
#CCF3AD
(204,243,173)
#D3F4B8
(211,244,184)
#DAF5C3
(218,245,195)
#E1F6CE
(225,246,206)
#E8F7D9
(232,247,217)
#EFF8E4
(239,248,228)
#F6F9EF
(246,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0EF81 color. Also use rgb(176,239,129) instead hex code.

Text Font Color

.myTextColor { color: #B0EF81; }

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

This text font color is #B0EF81.


Background Color

.myBgColor { background-color: #B0EF81; }

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

This div background color is #B0EF81.


Border color

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

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

This div border color is #B0EF81.


Opacity

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

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

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

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

This text has shadow with #B0EF81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0EF81 on black background.


Color preview on white background

This text has color #B0EF81 on white background.



Black color preview on #B0EF81 background

This text has black color on #B0EF81 background.


White color preview on #B0EF81 background

This text has white color on #B0EF81 background.