COLOR #B0F58E

HEX: #B0F58E
RGB: (176,245,142)

Color info

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

RGB color model

#B0F58E color RGB value is (176,245,142).

  • red value is 176;
  • green value is 245;
  • blue value is 142.
RGB:
(176,245,142)
(69%,96%,56%)

RGB channels and saturation

R 176 of 255 = 69%
G 245 of 255 = 96%
B 142 of 255 = 56%

176
245
142

R + G + B ~ 74%. #B0F58E is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 245 + 142 = 563 (100%)
R 176 of 563 ~ 31.26%
G 245 of 563 ~ 43.52%
B 142 of 563 ~ 25.22%

%31.26
%43.52
%25.22

CMYK color model

#B0F58E color CMYK value is (28,0,42,4).

  • cyan value is 28.16%
  • magenta value is 0.00%
  • yellow value is 42.04%
  • key color value is 3.92%
CMYK:
(28,0,42,4)
C28M0Y42K4 
(28%,0%,42%,4%)
(0.28/0.00/0.42/0.04)	

CMYK percentages

%28.16
%0
%42.04
%3.92

Codes

Color #B0F58E in popluar color models

B0F58E
RGB176245142
HSL100°83.74%75.88%
HSB/HSV100°42.04%96.08%
CMYK28.16%0.00%42.04%
3.92%

Color #B0F58E in popluar number systems.

HEXB0F58E
Decimal176245142
Binary101100001111010110001110
Octal260365216

Shades and tints

Shades of #B0F58E

#B0F58E
(176,245,142)
#A0DF82
(160,223,130)
#90C976
(144,201,118)
#80B36A
(128,179,106)
#709D5E
(112,157,94)
#608752
(96,135,82)
#507146
(80,113,70)
#405B3A
(64,91,58)
#30452E
(48,69,46)
#202F22
(32,47,34)
#101916
(16,25,22)
#000000
(0,0,0)

Tints of #B0F58E

#B0F58E
(176,245,142)
#B7F598
(183,245,152)
#BEF5A2
(190,245,162)
#C5F5AC
(197,245,172)
#CCF5B6
(204,245,182)
#D3F5C0
(211,245,192)
#DAF5CA
(218,245,202)
#E1F5D4
(225,245,212)
#E8F5DE
(232,245,222)
#EFF5E8
(239,245,232)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0F58E color. Also use rgb(176,245,142) instead hex code.

Text Font Color

.myTextColor { color: #B0F58E; }

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

This text font color is #B0F58E.


Background Color

.myBgColor { background-color: #B0F58E; }

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

This div background color is #B0F58E.


Border color

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

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

This div border color is #B0F58E.


Opacity

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

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

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

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

This text has shadow with #B0F58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F58E on black background.


Color preview on white background

This text has color #B0F58E on white background.



Black color preview on #B0F58E background

This text has black color on #B0F58E background.


White color preview on #B0F58E background

This text has white color on #B0F58E background.