Shades of Inch Worm #C0DD00
Tints of Inch Worm #C0DD00
RGB
CMYK
RGB Variations
Color information
#C0DD00 (or 0xC0DD00) is known color: Inch Worm. HEX triplet: C0, DD and 00. RGB value is (192,221,0). Sum of RGB (Red+Green+Blue) = 192+221+0=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0DD00 is #3F22FF. Grayscale: #BBBBBB. Windows color (decimal): -4137728 or 56768. OLE color: 56768.
HSL color Cylindrical-coordinate representation of color #C0DD00: hue angle of 67.87º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0DD00 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.13 |
| HSL | 67.87º | 1% | 0.43% | - |
| HSV(B) | 67.87º | 1% | 0.87% | - |
| XYZ | 47.59 | 62.92 | 9.64 | - |
| YUV | 187.14 | 22.39 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 0 | 0.13 | 0 | 1 | 0.13 | 67.87 | 1 | 0.43 |
| Hex | C0 | DD | 0 | D | 0 | 64 | D | 44 | 64 | 2B |
| Octal | 300 | 335 | 0 | 15 | 0 | 144 | 15 | 104 | 144 | 53 |
| Binary | 11000000 | 11011101 | 0 | 1101 | 0 | 1100100 | 1101 | 1000100 | 1100100 | 101011 |
Color Harmonies of #C0DD00
Complementary color
Monochromatic Colors of #C0DD00
Black with #C0DD00
Text Example
Text Example
White with #C0DD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DD00; }
p { color: rgb(192,221,0); }
H1.HeaderClassName
{
color: #C0DD00;
}
.AnyTagClassName
{
color: #C0DD00;
}
</style>
background-color css
<style>
a { background-color: #C0DD00; }
a { background-color: rgb(192,221,0); }
div.DivClassName
{
background-color: #C0DD00;
}
.BgClassName
{
background-color: #C0DD00;
}
</style>
border-color css
<style>
span { border-color: #C0DD00; }
span { border-color: rgb(192,221,0); }
td.TdClassName
{
border-color: #C0DD00;
}
.TagClassName
{
border-color: #C0DD00;
}
</style>