Shades of Inch Worm #B2DD16
Tints of Inch Worm #B2DD16
RGB
CMYK
RGB Variations
Color information
#B2DD16 (or 0xB2DD16) is known color: Inch Worm. HEX triplet: B2, DD and 16. RGB value is (178,221,22). Sum of RGB (Red+Green+Blue) = 178+221+22=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 221 (86.72% from 255 or 52.49% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DD16 is #4D22E9. Grayscale: #BABABA. Windows color (decimal): -5055210 or 1498546. OLE color: 1498546.
HSL color Cylindrical-coordinate representation of color #B2DD16: hue angle of 72.96º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2DD16 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 22 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.13 |
| HSL | 72.96º | 0.82% | 0.48% | - |
| HSV(B) | 72.96º | 0.9% | 0.87% | - |
| XYZ | 44.36 | 61.24 | 10.24 | - |
| YUV | 185.46 | 35.75 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 22 | 0.19 | 0 | 0.90 | 0.13 | 72.96 | 0.82 | 0.48 |
| Hex | B2 | DD | 16 | 13 | 0 | 5A | D | 49 | 52 | 30 |
| Octal | 262 | 335 | 26 | 23 | 0 | 132 | 15 | 111 | 122 | 60 |
| Binary | 10110010 | 11011101 | 10110 | 10011 | 0 | 1011010 | 1101 | 1001001 | 1010010 | 110000 |
Color Harmonies of #B2DD16
Complementary color
Monochromatic Colors of #B2DD16
Black with #B2DD16
Text Example
Text Example
White with #B2DD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DD16; }
p { color: rgb(178,221,22); }
H1.HeaderClassName
{
color: #B2DD16;
}
.AnyTagClassName
{
color: #B2DD16;
}
</style>
background-color css
<style>
a { background-color: #B2DD16; }
a { background-color: rgb(178,221,22); }
div.DivClassName
{
background-color: #B2DD16;
}
.BgClassName
{
background-color: #B2DD16;
}
</style>
border-color css
<style>
span { border-color: #B2DD16; }
span { border-color: rgb(178,221,22); }
td.TdClassName
{
border-color: #B2DD16;
}
.TagClassName
{
border-color: #B2DD16;
}
</style>