Shades of Inch Worm #B0DB02
Tints of Inch Worm #B0DB02
RGB
CMYK
RGB Variations
Color information
#B0DB02 (or 0xB0DB02) is known color: Inch Worm. HEX triplet: B0, DB and 02. RGB value is (176,219,2). Sum of RGB (Red+Green+Blue) = 176+219+2=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 219 (85.94% from 255 or 55.16% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0DB02 is #4F24FD. Grayscale: #B6B6B6. Windows color (decimal): -5186814 or 187312. OLE color: 187312.
HSL color Cylindrical-coordinate representation of color #B0DB02: hue angle of 71.89º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0DB02 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 2 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.14 |
| HSL | 71.89º | 0.98% | 0.43% | - |
| HSV(B) | 71.89º | 0.99% | 0.86% | - |
| XYZ | 43.25 | 59.9 | 9.34 | - |
| YUV | 181.41 | 26.75 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 2 | 0.20 | 0 | 0.99 | 0.14 | 71.89 | 0.98 | 0.43 |
| Hex | B0 | DB | 2 | 14 | 0 | 63 | E | 48 | 62 | 2B |
| Octal | 260 | 333 | 2 | 24 | 0 | 143 | 16 | 110 | 142 | 53 |
| Binary | 10110000 | 11011011 | 10 | 10100 | 0 | 1100011 | 1110 | 1001000 | 1100010 | 101011 |
Color Harmonies of #B0DB02
Complementary color
Monochromatic Colors of #B0DB02
Black with #B0DB02
Text Example
Text Example
White with #B0DB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DB02; }
p { color: rgb(176,219,2); }
H1.HeaderClassName
{
color: #B0DB02;
}
.AnyTagClassName
{
color: #B0DB02;
}
</style>
background-color css
<style>
a { background-color: #B0DB02; }
a { background-color: rgb(176,219,2); }
div.DivClassName
{
background-color: #B0DB02;
}
.BgClassName
{
background-color: #B0DB02;
}
</style>
border-color css
<style>
span { border-color: #B0DB02; }
span { border-color: rgb(176,219,2); }
td.TdClassName
{
border-color: #B0DB02;
}
.TagClassName
{
border-color: #B0DB02;
}
</style>