Shades of Inch Worm #C0DD01
Tints of Inch Worm #C0DD01
RGB
CMYK
RGB Variations
Color information
#C0DD01 (or 0xC0DD01) is known color: Inch Worm. HEX triplet: C0, DD and 01. RGB value is (192,221,1). Sum of RGB (Red+Green+Blue) = 192+221+1=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 221 (86.72% from 255 or 53.38% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0DD01 is #3F22FE. Grayscale: #BCBCBC. Windows color (decimal): -4137727 or 122304. OLE color: 122304.
HSL color Cylindrical-coordinate representation of color #C0DD01: hue angle of 67.91º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0DD01 is Cyan = 0.13, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 1 | - |
| CMYK | 0.13 | 0 | 1.00 | 0.13 |
| HSL | 67.91º | 0.99% | 0.44% | - |
| HSV(B) | 67.91º | 1% | 0.87% | - |
| XYZ | 47.6 | 62.92 | 9.66 | - |
| YUV | 187.25 | 22.89 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 1 | 0.13 | 0 | 1.00 | 0.13 | 67.91 | 0.99 | 0.44 |
| Hex | C0 | DD | 1 | D | 0 | 64 | D | 44 | 63 | 2C |
| Octal | 300 | 335 | 1 | 15 | 0 | 144 | 15 | 104 | 143 | 54 |
| Binary | 11000000 | 11011101 | 1 | 1101 | 0 | 1100100 | 1101 | 1000100 | 1100011 | 101100 |
Color Harmonies of #C0DD01
Complementary color
Monochromatic Colors of #C0DD01
Black with #C0DD01
Text Example
Text Example
White with #C0DD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DD01; }
p { color: rgb(192,221,1); }
H1.HeaderClassName
{
color: #C0DD01;
}
.AnyTagClassName
{
color: #C0DD01;
}
</style>
background-color css
<style>
a { background-color: #C0DD01; }
a { background-color: rgb(192,221,1); }
div.DivClassName
{
background-color: #C0DD01;
}
.BgClassName
{
background-color: #C0DD01;
}
</style>
border-color css
<style>
span { border-color: #C0DD01; }
span { border-color: rgb(192,221,1); }
td.TdClassName
{
border-color: #C0DD01;
}
.TagClassName
{
border-color: #C0DD01;
}
</style>