COLOR #B0E14F

HEX: #B0E14F RGB: (176,225,79)

Color info

#B0E14F contains mainly red and green colors. Web safe color of #B0E14F is #99CC66 (or #9C6).

RGB color model

#B0E14F color RGB value is (176,225,79).

RGB: (176,225,79) (69%, 88%, 31%)

RGB channels and saturation

R 176 of 255 = 69%
G 225 of 255 = 88%
B 79 of 255 = 31%

176
225
79

R + G + B ~ 63%. #B0E14F is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 225 + 79 = 480 (100%)
R 176 of 480 ~ 36.67%
G 225 of 480 ~ 46.88%
B 79 of 480 ~ 16.46'%

%36.67
%46.88
%16.46

CMYK color model

#B0E14F color CMYK value is (22,0,65,12).

  • cyan value is 21.78%
  • magenta value is 0.00%
  • yellow value is 64.89%
  • key color value is 11.76%

CMYK: (22,0,65,12)
C22M0Y65K12 (22%, 0%, 65%, 12%)
(0.22 / 0.00 / 0.65 / 0.12)

CMYK percentages

%21.78
%0
%64.89
%11.76

Codes

Color #B0E14F in popluar color models

B0 E1 4F
RGB 176 225 79
HSL 80° 70.87% 59.61%
HSB/HSV 80° 64.89% 88.24%
CMYK 21.78% 0.00% 64.89%
11.76%

Color #B0E14F in popluar number systems.

HEX B0 E1 4F
Decimal 176 225 79
Binary 10110000 11100001 1001111
Octal 260 341 117

Shades and tints

Shades of #B0E14F

#B0E14F
(176,225,79)
#A0CD48
(160,205,72)
#90B941
(144,185,65)
#80A53A
(128,165,58)
#709133
(112,145,51)
#607D2C
(96,125,44)
#506925
(80,105,37)
#40551E
(64,85,30)
#304117
(48,65,23)
#202D10
(32,45,16)
#101909
(16,25,9)
#000000
(0,0,0)

Tints of #B0E14F

#B0E14F
(176,225,79)
#B7E35F
(183,227,95)
#BEE56F
(190,229,111)
#C5E77F
(197,231,127)
#CCE98F
(204,233,143)
#D3EB9F
(211,235,159)
#DAEDAF
(218,237,175)
#E1EFBF
(225,239,191)
#E8F1CF
(232,241,207)
#EFF3DF
(239,243,223)
#F6F5EF
(246,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0E14F; }

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

This text font color is #B0E14F.

Background Color

.myBgColor { background-color: #B0E14F; }

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

This div background color is #B0E14F.

Border color

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

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

This div border color is #B0E14F.

Opacity

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

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

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

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

This text has shadow with #B0E14F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0E14F.

Preview

Color preview on black background

This text has color #B0E14F on black background.


Color preview on white background

This text has color #B0E14F on white background.


Black color preview on #B0E14F background

This text has black color on #B0E14F background.


White color preview on #B0E14F background

This text has white color on #B0E14F background.


Related colors

Complementary color

Complementary color for #B0E14F is #4F1EB0.


I love getcolorcode.com

Triadic colors

1 #4FB0E1 and #E14FB0 with #B0E14F are triadic colors.

2 #4FE1B0 and #E1B04F with #B0E14F are triadic colors.