COLOR #B0F14F

HEX: #B0F14F
RGB: (176,241,79)

Color info

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

RGB color model

#B0F14F color RGB value is (176,241,79).

  • red value is 176;
  • green value is 241;
  • blue value is 79.
RGB:
(176,241,79)
(69%,95%,31%)

RGB channels and saturation

R 176 of 255 = 69%
G 241 of 255 = 95%
B 79 of 255 = 31%

176
241
79

R + G + B ~ 65%. #B0F14F is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 241 + 79 = 496 (100%)
R 176 of 496 ~ 35.48%
G 241 of 496 ~ 48.59%
B 79 of 496 ~ 15.93%

%35.48
%48.59
%15.93

CMYK color model

#B0F14F color CMYK value is (27,0,67,5).

  • cyan value is 26.97%
  • magenta value is 0.00%
  • yellow value is 67.22%
  • key color value is 5.49%
CMYK:
(27,0,67,5)
C27M0Y67K5 
(27%,0%,67%,5%)
(0.27/0.00/0.67/0.05)	

CMYK percentages

%26.97
%0
%67.22
%5.49

Codes

Color #B0F14F in popluar color models

B0F14F
RGB17624179
HSL84°85.26%62.75%
HSB/HSV84°67.22%94.51%
CMYK26.97%0.00%67.22%
5.49%

Color #B0F14F in popluar number systems.

HEXB0F14F
Decimal17624179
Binary10110000111100011001111
Octal260361117

Shades and tints

Shades of #B0F14F

#B0F14F
(176,241,79)
#A0DC48
(160,220,72)
#90C741
(144,199,65)
#80B23A
(128,178,58)
#709D33
(112,157,51)
#60882C
(96,136,44)
#507325
(80,115,37)
#405E1E
(64,94,30)
#304917
(48,73,23)
#203410
(32,52,16)
#101F09
(16,31,9)
#000000
(0,0,0)

Tints of #B0F14F

#B0F14F
(176,241,79)
#B7F25F
(183,242,95)
#BEF36F
(190,243,111)
#C5F47F
(197,244,127)
#CCF58F
(204,245,143)
#D3F69F
(211,246,159)
#DAF7AF
(218,247,175)
#E1F8BF
(225,248,191)
#E8F9CF
(232,249,207)
#EFFADF
(239,250,223)
#F6FBEF
(246,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0F14F color. Also use rgb(176,241,79) instead hex code.

Text Font Color

.myTextColor { color: #B0F14F; }

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

This text font color is #B0F14F.


Background Color

.myBgColor { background-color: #B0F14F; }

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

This div background color is #B0F14F.


Border color

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

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

This div border color is #B0F14F.


Opacity

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

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

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

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

This text has shadow with #B0F14F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F14F on black background.


Color preview on white background

This text has color #B0F14F on white background.



Black color preview on #B0F14F background

This text has black color on #B0F14F background.


White color preview on #B0F14F background

This text has white color on #B0F14F background.