Shades of Inch Worm #C4DD16
Tints of Inch Worm #C4DD16
RGB
CMYK
RGB Variations
Color information
#C4DD16 (or 0xC4DD16) is known color: Inch Worm. HEX triplet: C4, DD and 16. RGB value is (196,221,22). Sum of RGB (Red+Green+Blue) = 196+221+22=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 22 (8.98% from 255 or 5.01% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #C4DD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4DD16 is #3B22E9. Grayscale: #BFBFBF. Windows color (decimal): -3875562 or 1498564. OLE color: 1498564.
HSL color Cylindrical-coordinate representation of color #C4DD16: hue angle of 67.54º 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 #C4DD16 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 221 | 22 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.13 |
| HSL | 67.54º | 0.82% | 0.48% | - |
| HSV(B) | 67.54º | 0.9% | 0.87% | - |
| XYZ | 48.77 | 63.51 | 10.45 | - |
| YUV | 190.84 | 32.72 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 221 | 22 | 0.11 | 0 | 0.90 | 0.13 | 67.54 | 0.82 | 0.48 |
| Hex | C4 | DD | 16 | B | 0 | 5A | D | 44 | 52 | 30 |
| Octal | 304 | 335 | 26 | 13 | 0 | 132 | 15 | 104 | 122 | 60 |
| Binary | 11000100 | 11011101 | 10110 | 1011 | 0 | 1011010 | 1101 | 1000100 | 1010010 | 110000 |
Color Harmonies of #C4DD16
Complementary color
Monochromatic Colors of #C4DD16
Black with #C4DD16
Text Example
Text Example
White with #C4DD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DD16; }
p { color: rgb(196,221,22); }
H1.HeaderClassName
{
color: #C4DD16;
}
.AnyTagClassName
{
color: #C4DD16;
}
</style>
background-color css
<style>
a { background-color: #C4DD16; }
a { background-color: rgb(196,221,22); }
div.DivClassName
{
background-color: #C4DD16;
}
.BgClassName
{
background-color: #C4DD16;
}
</style>
border-color css
<style>
span { border-color: #C4DD16; }
span { border-color: rgb(196,221,22); }
td.TdClassName
{
border-color: #C4DD16;
}
.TagClassName
{
border-color: #C4DD16;
}
</style>