COLOR #B0F079

HEX: #B0F079
RGB: (176,240,121)

Color info

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

RGB color model

#B0F079 color RGB value is (176,240,121).

  • red value is 176;
  • green value is 240;
  • blue value is 121.
RGB:
(176,240,121)
(69%,94%,47%)

RGB channels and saturation

R 176 of 255 = 69%
G 240 of 255 = 94%
B 121 of 255 = 47%

176
240
121

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

Portions of RGB colors in percentages

R + G + B =
176 + 240 + 121 = 537 (100%)
R 176 of 537 ~ 32.77%
G 240 of 537 ~ 44.69%
B 121 of 537 ~ 22.53%

%32.77
%44.69
%22.53

CMYK color model

#B0F079 color CMYK value is (27,0,50,6).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 49.58%
  • key color value is 5.88%
CMYK:
(27,0,50,6)
C27M0Y50K6 
(27%,0%,50%,6%)
(0.27/0.00/0.50/0.06)	

CMYK percentages

%26.67
%0
%49.58
%5.88

Codes

Color #B0F079 in popluar color models

B0F079
RGB176240121
HSL92°79.87%70.78%
HSB/HSV92°49.58%94.12%
CMYK26.67%0.00%49.58%
5.88%

Color #B0F079 in popluar number systems.

HEXB0F079
Decimal176240121
Binary10110000111100001111001
Octal260360171

Shades and tints

Shades of #B0F079

#B0F079
(176,240,121)
#A0DB6E
(160,219,110)
#90C663
(144,198,99)
#80B158
(128,177,88)
#709C4D
(112,156,77)
#608742
(96,135,66)
#507237
(80,114,55)
#405D2C
(64,93,44)
#304821
(48,72,33)
#203316
(32,51,22)
#101E0B
(16,30,11)
#000000
(0,0,0)

Tints of #B0F079

#B0F079
(176,240,121)
#B7F185
(183,241,133)
#BEF291
(190,242,145)
#C5F39D
(197,243,157)
#CCF4A9
(204,244,169)
#D3F5B5
(211,245,181)
#DAF6C1
(218,246,193)
#E1F7CD
(225,247,205)
#E8F8D9
(232,248,217)
#EFF9E5
(239,249,229)
#F6FAF1
(246,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0F079 color. Also use rgb(176,240,121) instead hex code.

Text Font Color

.myTextColor { color: #B0F079; }

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

This text font color is #B0F079.


Background Color

.myBgColor { background-color: #B0F079; }

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

This div background color is #B0F079.


Border color

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

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

This div border color is #B0F079.


Opacity

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

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

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

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

This text has shadow with #B0F079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F079 on black background.


Color preview on white background

This text has color #B0F079 on white background.



Black color preview on #B0F079 background

This text has black color on #B0F079 background.


White color preview on #B0F079 background

This text has white color on #B0F079 background.