Shades of Inch Worm #B0DC02
Tints of Inch Worm #B0DC02
RGB
CMYK
RGB Variations
Color information
#B0DC02 (or 0xB0DC02) is known color: Inch Worm. HEX triplet: B0, DC and 02. RGB value is (176,220,2). Sum of RGB (Red+Green+Blue) = 176+220+2=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 220 (86.33% from 255 or 55.28% from 398); Blue value is 2 (1.17% from 255 or 0.50% from 398); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0DC02 is #4F23FD. Grayscale: #B6B6B6. Windows color (decimal): -5186558 or 187568. OLE color: 187568.
HSL color Cylindrical-coordinate representation of color #B0DC02: hue angle of 72.11º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0DC02 is Cyan = 0.2, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 2 | - |
| CMYK | 0.2 | 0 | 0.99 | 0.14 |
| HSL | 72.11º | 0.98% | 0.44% | - |
| HSV(B) | 72.11º | 0.99% | 0.86% | - |
| XYZ | 43.51 | 60.42 | 9.43 | - |
| YUV | 181.99 | 26.42 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 2 | 0.2 | 0 | 0.99 | 0.14 | 72.11 | 0.98 | 0.44 |
| Hex | B0 | DC | 2 | 14 | 0 | 63 | E | 48 | 62 | 2C |
| Octal | 260 | 334 | 2 | 24 | 0 | 143 | 16 | 110 | 142 | 54 |
| Binary | 10110000 | 11011100 | 10 | 10100 | 0 | 1100011 | 1110 | 1001000 | 1100010 | 101100 |
Color Harmonies of #B0DC02
Complementary color
Monochromatic Colors of #B0DC02
Black with #B0DC02
Text Example
Text Example
White with #B0DC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DC02; }
p { color: rgb(176,220,2); }
H1.HeaderClassName
{
color: #B0DC02;
}
.AnyTagClassName
{
color: #B0DC02;
}
</style>
background-color css
<style>
a { background-color: #B0DC02; }
a { background-color: rgb(176,220,2); }
div.DivClassName
{
background-color: #B0DC02;
}
.BgClassName
{
background-color: #B0DC02;
}
</style>
border-color css
<style>
span { border-color: #B0DC02; }
span { border-color: rgb(176,220,2); }
td.TdClassName
{
border-color: #B0DC02;
}
.TagClassName
{
border-color: #B0DC02;
}
</style>