COLOR #B0DB05

HEX: #B0DB05
RGB: (176,219,5)

Color info

#B0DB05 contains mainly red and green colors. Web safe color of #B0DB05 is #99CC00 (or #9C0).

RGB color model

#B0DB05 color RGB value is (176,219,5).

  • red value is 176;
  • green value is 219;
  • blue value is 5.
RGB:
(176,219,5)
(69%,86%,2%)

RGB channels and saturation

R 176 of 255 = 69%
G 219 of 255 = 86%
B 5 of 255 = 2%

176
219
5

R + G + B ~ 52%. #B0DB05 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
176 + 219 + 5 = 400 (100%)
R 176 of 400 ~ 44%
G 219 of 400 ~ 54.75%
B 5 of 400 ~ 1.25%

%44
%54.75

CMYK color model

#B0DB05 color CMYK value is (20,0,98,14).

  • cyan value is 19.63%
  • magenta value is 0.00%
  • yellow value is 97.72%
  • key color value is 14.12%
CMYK:
(20,0,98,14)
C20M0Y98K14 
(20%,0%,98%,14%)
(0.20/0.00/0.98/0.14)	

CMYK percentages

%19.63
%0
%97.72
%14.12

Codes

Color #B0DB05 in popluar color models

B0DB05
RGB1762195
HSL72°95.54%43.92%
HSB/HSV72°97.72%85.88%
CMYK19.63%0.00%97.72%
14.12%

Color #B0DB05 in popluar number systems.

HEXB0DB05
Decimal1762195
Binary1011000011011011101
Octal2603335

Shades and tints

Shades of #B0DB05

#B0DB05
(176,219,5)
#A0C805
(160,200,5)
#90B505
(144,181,5)
#80A205
(128,162,5)
#708F05
(112,143,5)
#607C05
(96,124,5)
#506905
(80,105,5)
#405605
(64,86,5)
#304305
(48,67,5)
#203005
(32,48,5)
#101D05
(16,29,5)
#000000
(0,0,0)

Tints of #B0DB05

#B0DB05
(176,219,5)
#B7DE1B
(183,222,27)
#BEE131
(190,225,49)
#C5E447
(197,228,71)
#CCE75D
(204,231,93)
#D3EA73
(211,234,115)
#DAED89
(218,237,137)
#E1F09F
(225,240,159)
#E8F3B5
(232,243,181)
#EFF6CB
(239,246,203)
#F6F9E1
(246,249,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0DB05 color. Also use rgb(176,219,5) instead hex code.

Text Font Color

.myTextColor { color: #B0DB05; }

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

This text font color is #B0DB05.


Background Color

.myBgColor { background-color: #B0DB05; }

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

This div background color is #B0DB05.


Border color

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

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

This div border color is #B0DB05.


Opacity

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

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

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

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

This text has shadow with #B0DB05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0DB05 on black background.


Color preview on white background

This text has color #B0DB05 on white background.



Black color preview on #B0DB05 background

This text has black color on #B0DB05 background.


White color preview on #B0DB05 background

This text has white color on #B0DB05 background.