COLOR #B0EE84

HEX: #B0EE84 RGB: (176,238,132)

Color info

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

RGB color model

#B0EE84 color RGB value is (176,238,132).

RGB: (176,238,132) (69%, 93%, 52%)

RGB channels and saturation

R 176 of 255 = 69%
G 238 of 255 = 93%
B 132 of 255 = 52%

176
238
132

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

Portions of RGB colors in percentages

R + G + B = 176 + 238 + 132 = 546 (100%)
R 176 of 546 ~ 32.23%
G 238 of 546 ~ 43.59%
B 132 of 546 ~ 24.18'%

%32.23
%43.59
%24.18

CMYK color model

#B0EE84 color CMYK value is (26,0,45,7).

  • cyan value is 26.05%
  • magenta value is 0.00%
  • yellow value is 44.54%
  • key color value is 6.67%

CMYK: (26,0,45,7)
C26M0Y45K7 (26%, 0%, 45%, 7%)
(0.26 / 0.00 / 0.45 / 0.07)

CMYK percentages

%26.05
%0
%44.54
%6.67

Codes

Color #B0EE84 in popluar color models

B0 EE 84
RGB 176 238 132
HSL 95° 75.71% 72.55%
HSB/HSV 95° 44.54% 93.33%
CMYK 26.05% 0.00% 44.54%
6.67%

Color #B0EE84 in popluar number systems.

HEX B0 EE 84
Decimal 176 238 132
Binary 10110000 11101110 10000100
Octal 260 356 204

Shades and tints

Shades of #B0EE84

#B0EE84
(176,238,132)
#A0D978
(160,217,120)
#90C46C
(144,196,108)
#80AF60
(128,175,96)
#709A54
(112,154,84)
#608548
(96,133,72)
#50703C
(80,112,60)
#405B30
(64,91,48)
#304624
(48,70,36)
#203118
(32,49,24)
#101C0C
(16,28,12)
#000000
(0,0,0)

Tints of #B0EE84

#B0EE84
(176,238,132)
#B7EF8F
(183,239,143)
#BEF09A
(190,240,154)
#C5F1A5
(197,241,165)
#CCF2B0
(204,242,176)
#D3F3BB
(211,243,187)
#DAF4C6
(218,244,198)
#E1F5D1
(225,245,209)
#E8F6DC
(232,246,220)
#EFF7E7
(239,247,231)
#F6F8F2
(246,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0EE84 color. Also use rgb(176,238,132) instead hex code.

Text Font Color

.myTextColor { color: #B0EE84; }

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

This text font color is #B0EE84.

Background Color

.myBgColor { background-color: #B0EE84; }

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

This div background color is #B0EE84.

Border color

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

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

This div border color is #B0EE84.

Opacity

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

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

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

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

This text has shadow with #B0EE84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0EE84.

Preview

Color preview on black background

This text has color #B0EE84 on black background.


Color preview on white background

This text has color #B0EE84 on white background.


Black color preview on #B0EE84 background

This text has black color on #B0EE84 background.


White color preview on #B0EE84 background

This text has white color on #B0EE84 background.


Related colors

Complementary color

Complementary color for #hex is #4F117B.


I love getcolorcode.com

Triadic colors

1 #84B0EE and #EE84B0 with #B0EE84 are triadic colors.

2 #84EEB0 and #EEB084 with #B0EE84 are triadic colors.