COLOR #B0EC62

HEX: #B0EC62
RGB: (176,236,98)

Color info

#B0EC62 contains mainly green color. Web safe color of #B0EC62 is #99FF66 (or #9F6).

RGB color model

#B0EC62 color RGB value is (176,236,98).

  • red value is 176;
  • green value is 236;
  • blue value is 98.
RGB:
(176,236,98)
(69%,93%,38%)

RGB channels and saturation

R 176 of 255 = 69%
G 236 of 255 = 93%
B 98 of 255 = 38%

176
236
98

R + G + B ~ 67%. #B0EC62 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 236 + 98 = 510 (100%)
R 176 of 510 ~ 34.51%
G 236 of 510 ~ 46.27%
B 98 of 510 ~ 19.22%

%34.51
%46.27
%19.22

CMYK color model

#B0EC62 color CMYK value is (25,0,58,7).

  • cyan value is 25.42%
  • magenta value is 0.00%
  • yellow value is 58.47%
  • key color value is 7.45%
CMYK:
(25,0,58,7)
C25M0Y58K7 
(25%,0%,58%,7%)
(0.25/0.00/0.58/0.07)	

CMYK percentages

%25.42
%0
%58.47
%7.45

Codes

Color #B0EC62 in popluar color models

B0EC62
RGB17623698
HSL86°78.41%65.49%
HSB/HSV86°58.47%92.55%
CMYK25.42%0.00%58.47%
7.45%

Color #B0EC62 in popluar number systems.

HEXB0EC62
Decimal17623698
Binary10110000111011001100010
Octal260354142

Shades and tints

Shades of #B0EC62

#B0EC62
(176,236,98)
#A0D75A
(160,215,90)
#90C252
(144,194,82)
#80AD4A
(128,173,74)
#709842
(112,152,66)
#60833A
(96,131,58)
#506E32
(80,110,50)
#40592A
(64,89,42)
#304422
(48,68,34)
#202F1A
(32,47,26)
#101A12
(16,26,18)
#000000
(0,0,0)

Tints of #B0EC62

#B0EC62
(176,236,98)
#B7ED70
(183,237,112)
#BEEE7E
(190,238,126)
#C5EF8C
(197,239,140)
#CCF09A
(204,240,154)
#D3F1A8
(211,241,168)
#DAF2B6
(218,242,182)
#E1F3C4
(225,243,196)
#E8F4D2
(232,244,210)
#EFF5E0
(239,245,224)
#F6F6EE
(246,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0EC62 color. Also use rgb(176,236,98) instead hex code.

Text Font Color

.myTextColor { color: #B0EC62; }

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

This text font color is #B0EC62.


Background Color

.myBgColor { background-color: #B0EC62; }

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

This div background color is #B0EC62.


Border color

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

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

This div border color is #B0EC62.


Opacity

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

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

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

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

This text has shadow with #B0EC62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0EC62 on black background.


Color preview on white background

This text has color #B0EC62 on white background.



Black color preview on #B0EC62 background

This text has black color on #B0EC62 background.


White color preview on #B0EC62 background

This text has white color on #B0EC62 background.