Shades of Inch Worm #C0DC13
Tints of Inch Worm #C0DC13
RGB
CMYK
RGB Variations
Color information
#C0DC13 (or 0xC0DC13) is known color: Inch Worm. HEX triplet: C0, DC and 13. RGB value is (192,220,19). Sum of RGB (Red+Green+Blue) = 192+220+19=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 19 (7.81% from 255 or 4.41% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0DC13 is #3F23EC. Grayscale: #BDBDBD. Windows color (decimal): -4137965 or 1301696. OLE color: 1301696.
HSL color Cylindrical-coordinate representation of color #C0DC13: hue angle of 68.36º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0DC13 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 19 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.14 |
| HSL | 68.36º | 0.84% | 0.47% | - |
| HSV(B) | 68.36º | 0.91% | 0.86% | - |
| XYZ | 47.45 | 62.44 | 10.17 | - |
| YUV | 188.71 | 32.22 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 19 | 0.13 | 0 | 0.91 | 0.14 | 68.36 | 0.84 | 0.47 |
| Hex | C0 | DC | 13 | D | 0 | 5B | E | 44 | 54 | 2F |
| Octal | 300 | 334 | 23 | 15 | 0 | 133 | 16 | 104 | 124 | 57 |
| Binary | 11000000 | 11011100 | 10011 | 1101 | 0 | 1011011 | 1110 | 1000100 | 1010100 | 101111 |
Color Harmonies of #C0DC13
Complementary color
Monochromatic Colors of #C0DC13
Black with #C0DC13
Text Example
Text Example
White with #C0DC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DC13; }
p { color: rgb(192,220,19); }
H1.HeaderClassName
{
color: #C0DC13;
}
.AnyTagClassName
{
color: #C0DC13;
}
</style>
background-color css
<style>
a { background-color: #C0DC13; }
a { background-color: rgb(192,220,19); }
div.DivClassName
{
background-color: #C0DC13;
}
.BgClassName
{
background-color: #C0DC13;
}
</style>
border-color css
<style>
span { border-color: #C0DC13; }
span { border-color: rgb(192,220,19); }
td.TdClassName
{
border-color: #C0DC13;
}
.TagClassName
{
border-color: #C0DC13;
}
</style>