Shades of Inch Worm #C0DC16
Tints of Inch Worm #C0DC16
RGB
CMYK
RGB Variations
Color information
#C0DC16 (or 0xC0DC16) is known color: Inch Worm. HEX triplet: C0, DC and 16. RGB value is (192,220,22). Sum of RGB (Red+Green+Blue) = 192+220+22=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 22 (8.98% from 255 or 5.07% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0DC16 is #3F23E9. Grayscale: #BDBDBD. Windows color (decimal): -4137962 or 1498304. OLE color: 1498304.
HSL color Cylindrical-coordinate representation of color #C0DC16: hue angle of 68.48º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0DC16 is Cyan = 0.13, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 22 | - |
| CMYK | 0.13 | 0 | 0.9 | 0.14 |
| HSL | 68.48º | 0.82% | 0.47% | - |
| HSV(B) | 68.48º | 0.9% | 0.86% | - |
| XYZ | 47.48 | 62.45 | 10.31 | - |
| YUV | 189.06 | 33.72 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 22 | 0.13 | 0 | 0.9 | 0.14 | 68.48 | 0.82 | 0.47 |
| Hex | C0 | DC | 16 | D | 0 | 5A | E | 44 | 52 | 2F |
| Octal | 300 | 334 | 26 | 15 | 0 | 132 | 16 | 104 | 122 | 57 |
| Binary | 11000000 | 11011100 | 10110 | 1101 | 0 | 1011010 | 1110 | 1000100 | 1010010 | 101111 |
Color Harmonies of #C0DC16
Complementary color
Monochromatic Colors of #C0DC16
Black with #C0DC16
Text Example
Text Example
White with #C0DC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DC16; }
p { color: rgb(192,220,22); }
H1.HeaderClassName
{
color: #C0DC16;
}
.AnyTagClassName
{
color: #C0DC16;
}
</style>
background-color css
<style>
a { background-color: #C0DC16; }
a { background-color: rgb(192,220,22); }
div.DivClassName
{
background-color: #C0DC16;
}
.BgClassName
{
background-color: #C0DC16;
}
</style>
border-color css
<style>
span { border-color: #C0DC16; }
span { border-color: rgb(192,220,22); }
td.TdClassName
{
border-color: #C0DC16;
}
.TagClassName
{
border-color: #C0DC16;
}
</style>