Shades of Inch Worm #C0DD1A
Tints of Inch Worm #C0DD1A
RGB
CMYK
RGB Variations
Color information
#C0DD1A (or 0xC0DD1A) is known color: Inch Worm. HEX triplet: C0, DD and 1A. RGB value is (192,221,26). Sum of RGB (Red+Green+Blue) = 192+221+26=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 26 (10.55% from 255 or 5.92% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DD1A is #3F22E5. Grayscale: #BEBEBE. Windows color (decimal): -4137702 or 1760704. OLE color: 1760704.
HSL color Cylindrical-coordinate representation of color #C0DD1A: hue angle of 68.92º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0DD1A is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 221 | 26 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.13 |
| HSL | 68.92º | 0.79% | 0.48% | - |
| HSV(B) | 68.92º | 0.88% | 0.87% | - |
| XYZ | 47.78 | 62.99 | 10.62 | - |
| YUV | 190.1 | 35.39 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 221 | 26 | 0.13 | 0 | 0.88 | 0.13 | 68.92 | 0.79 | 0.48 |
| Hex | C0 | DD | 1A | D | 0 | 58 | D | 45 | 4F | 30 |
| Octal | 300 | 335 | 32 | 15 | 0 | 130 | 15 | 105 | 117 | 60 |
| Binary | 11000000 | 11011101 | 11010 | 1101 | 0 | 1011000 | 1101 | 1000101 | 1001111 | 110000 |
Color Harmonies of #C0DD1A
Complementary color
Monochromatic Colors of #C0DD1A
Black with #C0DD1A
Text Example
Text Example
White with #C0DD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DD1A; }
p { color: rgb(192,221,26); }
H1.HeaderClassName
{
color: #C0DD1A;
}
.AnyTagClassName
{
color: #C0DD1A;
}
</style>
background-color css
<style>
a { background-color: #C0DD1A; }
a { background-color: rgb(192,221,26); }
div.DivClassName
{
background-color: #C0DD1A;
}
.BgClassName
{
background-color: #C0DD1A;
}
</style>
border-color css
<style>
span { border-color: #C0DD1A; }
span { border-color: rgb(192,221,26); }
td.TdClassName
{
border-color: #C0DD1A;
}
.TagClassName
{
border-color: #C0DD1A;
}
</style>