COLOR #B0F05D

HEX: #B0F05D
RGB: (176,240,93)

Color info

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

RGB color model

#B0F05D color RGB value is (176,240,93).

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

RGB channels and saturation

R 176 of 255 = 69%
G 240 of 255 = 94%
B 93 of 255 = 36%

176
240
93

R + G + B ~ 66%. #B0F05D is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 240 + 93 = 509 (100%)
R 176 of 509 ~ 34.58%
G 240 of 509 ~ 47.15%
B 93 of 509 ~ 18.27%

%34.58
%47.15
%18.27

CMYK color model

#B0F05D color CMYK value is (27,0,61,6).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 61.25%
  • key color value is 5.88%
CMYK:
(27,0,61,6)
C27M0Y61K6 
(27%,0%,61%,6%)
(0.27/0.00/0.61/0.06)	

CMYK percentages

%26.67
%0
%61.25
%5.88

Codes

Color #B0F05D in popluar color models

B0F05D
RGB17624093
HSL86°83.05%65.29%
HSB/HSV86°61.25%94.12%
CMYK26.67%0.00%61.25%
5.88%

Color #B0F05D in popluar number systems.

HEXB0F05D
Decimal17624093
Binary10110000111100001011101
Octal260360135

Shades and tints

Shades of #B0F05D

#B0F05D
(176,240,93)
#A0DB55
(160,219,85)
#90C64D
(144,198,77)
#80B145
(128,177,69)
#709C3D
(112,156,61)
#608735
(96,135,53)
#50722D
(80,114,45)
#405D25
(64,93,37)
#30481D
(48,72,29)
#203315
(32,51,21)
#101E0D
(16,30,13)
#000000
(0,0,0)

Tints of #B0F05D

#B0F05D
(176,240,93)
#B7F16B
(183,241,107)
#BEF279
(190,242,121)
#C5F387
(197,243,135)
#CCF495
(204,244,149)
#D3F5A3
(211,245,163)
#DAF6B1
(218,246,177)
#E1F7BF
(225,247,191)
#E8F8CD
(232,248,205)
#EFF9DB
(239,249,219)
#F6FAE9
(246,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0F05D; }

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

This text font color is #B0F05D.


Background Color

.myBgColor { background-color: #B0F05D; }

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

This div background color is #B0F05D.


Border color

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

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

This div border color is #B0F05D.


Opacity

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

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

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

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

This text has shadow with #B0F05D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F05D on black background.


Color preview on white background

This text has color #B0F05D on white background.



Black color preview on #B0F05D background

This text has black color on #B0F05D background.


White color preview on #B0F05D background

This text has white color on #B0F05D background.