Shades of Inch Worm #B2DB02
Tints of Inch Worm #B2DB02
RGB
CMYK
RGB Variations
Color information
#B2DB02 (or 0xB2DB02) is known color: Inch Worm. HEX triplet: B2, DB and 02. RGB value is (178,219,2). Sum of RGB (Red+Green+Blue) = 178+219+2=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 219 (85.94% from 255 or 54.89% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DB02 is #4D24FD. Grayscale: #B6B6B6. Windows color (decimal): -5055742 or 187314. OLE color: 187314.
HSL color Cylindrical-coordinate representation of color #B2DB02: hue angle of 71.34º 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 #B2DB02 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 219 | 2 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.14 |
| HSL | 71.34º | 0.98% | 0.43% | - |
| HSV(B) | 71.34º | 0.99% | 0.86% | - |
| XYZ | 43.7 | 60.13 | 9.36 | - |
| YUV | 182 | 26.42 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 219 | 2 | 0.19 | 0 | 0.99 | 0.14 | 71.34 | 0.98 | 0.43 |
| Hex | B2 | DB | 2 | 13 | 0 | 63 | E | 47 | 62 | 2B |
| Octal | 262 | 333 | 2 | 23 | 0 | 143 | 16 | 107 | 142 | 53 |
| Binary | 10110010 | 11011011 | 10 | 10011 | 0 | 1100011 | 1110 | 1000111 | 1100010 | 101011 |
Color Harmonies of #B2DB02
Complementary color
Monochromatic Colors of #B2DB02
Black with #B2DB02
Text Example
Text Example
White with #B2DB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DB02; }
p { color: rgb(178,219,2); }
H1.HeaderClassName
{
color: #B2DB02;
}
.AnyTagClassName
{
color: #B2DB02;
}
</style>
background-color css
<style>
a { background-color: #B2DB02; }
a { background-color: rgb(178,219,2); }
div.DivClassName
{
background-color: #B2DB02;
}
.BgClassName
{
background-color: #B2DB02;
}
</style>
border-color css
<style>
span { border-color: #B2DB02; }
span { border-color: rgb(178,219,2); }
td.TdClassName
{
border-color: #B2DB02;
}
.TagClassName
{
border-color: #B2DB02;
}
</style>