Shades of Inch Worm #C0DD06
Tints of Inch Worm #C0DD06
RGB
CMYK
RGB Variations
Color information
#C0DD06 (or 0xC0DD06) is known color: Inch Worm. HEX triplet: C0, DD and 06. RGB value is (192,221,6). Sum of RGB (Red+Green+Blue) = 192+221+6=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 6 (2.73% from 255 or 1.43% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0DD06 is #3F22F9. Grayscale: #BCBCBC. Windows color (decimal): -4137722 or 449984. OLE color: 449984.
HSL color Cylindrical-coordinate representation of color #C0DD06: hue angle of 68.09º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0DD06 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 6 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.13 |
| HSL | 68.09º | 0.95% | 0.45% | - |
| HSV(B) | 68.09º | 0.97% | 0.87% | - |
| XYZ | 47.63 | 62.93 | 9.81 | - |
| YUV | 187.82 | 25.39 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 6 | 0.13 | 0 | 0.97 | 0.13 | 68.09 | 0.95 | 0.45 |
| Hex | C0 | DD | 6 | D | 0 | 61 | D | 44 | 5F | 2D |
| Octal | 300 | 335 | 6 | 15 | 0 | 141 | 15 | 104 | 137 | 55 |
| Binary | 11000000 | 11011101 | 110 | 1101 | 0 | 1100001 | 1101 | 1000100 | 1011111 | 101101 |
Color Harmonies of #C0DD06
Complementary color
Monochromatic Colors of #C0DD06
Black with #C0DD06
Text Example
Text Example
White with #C0DD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DD06; }
p { color: rgb(192,221,6); }
H1.HeaderClassName
{
color: #C0DD06;
}
.AnyTagClassName
{
color: #C0DD06;
}
</style>
background-color css
<style>
a { background-color: #C0DD06; }
a { background-color: rgb(192,221,6); }
div.DivClassName
{
background-color: #C0DD06;
}
.BgClassName
{
background-color: #C0DD06;
}
</style>
border-color css
<style>
span { border-color: #C0DD06; }
span { border-color: rgb(192,221,6); }
td.TdClassName
{
border-color: #C0DD06;
}
.TagClassName
{
border-color: #C0DD06;
}
</style>