COLOR #B0F172

HEX: #B0F172
RGB: (176,241,114)

Color info

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

RGB color model

#B0F172 color RGB value is (176,241,114).

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

RGB channels and saturation

R 176 of 255 = 69%
G 241 of 255 = 95%
B 114 of 255 = 45%

176
241
114

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

Portions of RGB colors in percentages

R + G + B =
176 + 241 + 114 = 531 (100%)
R 176 of 531 ~ 33.15%
G 241 of 531 ~ 45.39%
B 114 of 531 ~ 21.47%

%33.15
%45.39
%21.47

CMYK color model

#B0F172 color CMYK value is (27,0,53,5).

  • cyan value is 26.97%
  • magenta value is 0.00%
  • yellow value is 52.70%
  • key color value is 5.49%
CMYK:
(27,0,53,5)
C27M0Y53K5 
(27%,0%,53%,5%)
(0.27/0.00/0.53/0.05)	

CMYK percentages

%26.97
%0
%52.7
%5.49

Codes

Color #B0F172 in popluar color models

B0F172
RGB176241114
HSL91°81.94%69.61%
HSB/HSV91°52.70%94.51%
CMYK26.97%0.00%52.70%
5.49%

Color #B0F172 in popluar number systems.

HEXB0F172
Decimal176241114
Binary10110000111100011110010
Octal260361162

Shades and tints

Shades of #B0F172

#B0F172
(176,241,114)
#A0DC68
(160,220,104)
#90C75E
(144,199,94)
#80B254
(128,178,84)
#709D4A
(112,157,74)
#608840
(96,136,64)
#507336
(80,115,54)
#405E2C
(64,94,44)
#304922
(48,73,34)
#203418
(32,52,24)
#101F0E
(16,31,14)
#000000
(0,0,0)

Tints of #B0F172

#B0F172
(176,241,114)
#B7F27E
(183,242,126)
#BEF38A
(190,243,138)
#C5F496
(197,244,150)
#CCF5A2
(204,245,162)
#D3F6AE
(211,246,174)
#DAF7BA
(218,247,186)
#E1F8C6
(225,248,198)
#E8F9D2
(232,249,210)
#EFFADE
(239,250,222)
#F6FBEA
(246,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0F172; }

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

This text font color is #B0F172.


Background Color

.myBgColor { background-color: #B0F172; }

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

This div background color is #B0F172.


Border color

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

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

This div border color is #B0F172.


Opacity

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

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

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

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

This text has shadow with #B0F172 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F172 on black background.


Color preview on white background

This text has color #B0F172 on white background.



Black color preview on #B0F172 background

This text has black color on #B0F172 background.


White color preview on #B0F172 background

This text has white color on #B0F172 background.