Shades of Inch Worm #C0DC04
Tints of Inch Worm #C0DC04
RGB
CMYK
RGB Variations
Color information
#C0DC04 (or 0xC0DC04) is known color: Inch Worm. HEX triplet: C0, DC and 04. RGB value is (192,220,4). Sum of RGB (Red+Green+Blue) = 192+220+4=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 4 (1.95% from 255 or 0.96% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0DC04 is #3F23FB. Grayscale: #BBBBBB. Windows color (decimal): -4137980 or 318656. OLE color: 318656.
HSL color Cylindrical-coordinate representation of color #C0DC04: hue angle of 67.78º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0DC04 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 4 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.14 |
| HSL | 67.78º | 0.96% | 0.44% | - |
| HSV(B) | 67.78º | 0.98% | 0.86% | - |
| XYZ | 47.35 | 62.4 | 9.66 | - |
| YUV | 187 | 24.72 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 4 | 0.13 | 0 | 0.98 | 0.14 | 67.78 | 0.96 | 0.44 |
| Hex | C0 | DC | 4 | D | 0 | 62 | E | 44 | 60 | 2C |
| Octal | 300 | 334 | 4 | 15 | 0 | 142 | 16 | 104 | 140 | 54 |
| Binary | 11000000 | 11011100 | 100 | 1101 | 0 | 1100010 | 1110 | 1000100 | 1100000 | 101100 |
Color Harmonies of #C0DC04
Complementary color
Monochromatic Colors of #C0DC04
Black with #C0DC04
Text Example
Text Example
White with #C0DC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DC04; }
p { color: rgb(192,220,4); }
H1.HeaderClassName
{
color: #C0DC04;
}
.AnyTagClassName
{
color: #C0DC04;
}
</style>
background-color css
<style>
a { background-color: #C0DC04; }
a { background-color: rgb(192,220,4); }
div.DivClassName
{
background-color: #C0DC04;
}
.BgClassName
{
background-color: #C0DC04;
}
</style>
border-color css
<style>
span { border-color: #C0DC04; }
span { border-color: rgb(192,220,4); }
td.TdClassName
{
border-color: #C0DC04;
}
.TagClassName
{
border-color: #C0DC04;
}
</style>