COLOR #B0F770

HEX: #B0F770
RGB: (176,247,112)

Color info

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

RGB color model

#B0F770 color RGB value is (176,247,112).

  • red value is 176;
  • green value is 247;
  • blue value is 112.
RGB:
(176,247,112)
(69%,97%,44%)

RGB channels and saturation

R 176 of 255 = 69%
G 247 of 255 = 97%
B 112 of 255 = 44%

176
247
112

R + G + B ~ 70%. #B0F770 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 247 + 112 = 535 (100%)
R 176 of 535 ~ 32.9%
G 247 of 535 ~ 46.17%
B 112 of 535 ~ 20.93%

%32.9
%46.17
%20.93

CMYK color model

#B0F770 color CMYK value is (29,0,55,3).

  • cyan value is 28.74%
  • magenta value is 0.00%
  • yellow value is 54.66%
  • key color value is 3.14%
CMYK:
(29,0,55,3)
C29M0Y55K3 
(29%,0%,55%,3%)
(0.29/0.00/0.55/0.03)	

CMYK percentages

%28.74
%0
%54.66
%3.14

Codes

Color #B0F770 in popluar color models

B0F770
RGB176247112
HSL92°89.40%70.39%
HSB/HSV92°54.66%96.86%
CMYK28.74%0.00%54.66%
3.14%

Color #B0F770 in popluar number systems.

HEXB0F770
Decimal176247112
Binary10110000111101111110000
Octal260367160

Shades and tints

Shades of #B0F770

#B0F770
(176,247,112)
#A0E166
(160,225,102)
#90CB5C
(144,203,92)
#80B552
(128,181,82)
#709F48
(112,159,72)
#60893E
(96,137,62)
#507334
(80,115,52)
#405D2A
(64,93,42)
#304720
(48,71,32)
#203116
(32,49,22)
#101B0C
(16,27,12)
#000000
(0,0,0)

Tints of #B0F770

#B0F770
(176,247,112)
#B7F77D
(183,247,125)
#BEF78A
(190,247,138)
#C5F797
(197,247,151)
#CCF7A4
(204,247,164)
#D3F7B1
(211,247,177)
#DAF7BE
(218,247,190)
#E1F7CB
(225,247,203)
#E8F7D8
(232,247,216)
#EFF7E5
(239,247,229)
#F6F7F2
(246,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0F770 color. Also use rgb(176,247,112) instead hex code.

Text Font Color

.myTextColor { color: #B0F770; }

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

This text font color is #B0F770.


Background Color

.myBgColor { background-color: #B0F770; }

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

This div background color is #B0F770.


Border color

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

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

This div border color is #B0F770.


Opacity

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

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

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

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

This text has shadow with #B0F770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F770 on black background.


Color preview on white background

This text has color #B0F770 on white background.



Black color preview on #B0F770 background

This text has black color on #B0F770 background.


White color preview on #B0F770 background

This text has white color on #B0F770 background.