Shades of Inch Worm #C0ED0A
Tints of Inch Worm #C0ED0A
RGB
CMYK
RGB Variations
Color information
#C0ED0A (or 0xC0ED0A) is known color: Inch Worm. HEX triplet: C0, ED and 0A. RGB value is (192,237,10). Sum of RGB (Red+Green+Blue) = 192+237+10=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 237 (92.97% from 255 or 53.99% from 439); Blue value is 10 (4.30% from 255 or 2.28% from 439); Max value from RGB is 237 - color contains mainly: green. Hex color #C0ED0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0ED0A is #3F12F5. Grayscale: #C6C6C6. Windows color (decimal): -4133622 or 716224. OLE color: 716224.
HSL color Cylindrical-coordinate representation of color #C0ED0A: hue angle of 71.89º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0ED0A is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 237 | 10 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.07 |
| HSL | 71.89º | 0.92% | 0.48% | - |
| HSV(B) | 71.89º | 0.96% | 0.93% | - |
| XYZ | 52.08 | 71.8 | 11.4 | - |
| YUV | 197.67 | 22.09 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 237 | 10 | 0.19 | 0 | 0.96 | 0.07 | 71.89 | 0.92 | 0.48 |
| Hex | C0 | ED | A | 13 | 0 | 60 | 7 | 48 | 5C | 30 |
| Octal | 300 | 355 | 12 | 23 | 0 | 140 | 7 | 110 | 134 | 60 |
| Binary | 11000000 | 11101101 | 1010 | 10011 | 0 | 1100000 | 111 | 1001000 | 1011100 | 110000 |
Color Harmonies of #C0ED0A
Complementary color
Monochromatic Colors of #C0ED0A
Black with #C0ED0A
Text Example
Text Example
White with #C0ED0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ED0A; }
p { color: rgb(192,237,10); }
H1.HeaderClassName
{
color: #C0ED0A;
}
.AnyTagClassName
{
color: #C0ED0A;
}
</style>
background-color css
<style>
a { background-color: #C0ED0A; }
a { background-color: rgb(192,237,10); }
div.DivClassName
{
background-color: #C0ED0A;
}
.BgClassName
{
background-color: #C0ED0A;
}
</style>
border-color css
<style>
span { border-color: #C0ED0A; }
span { border-color: rgb(192,237,10); }
td.TdClassName
{
border-color: #C0ED0A;
}
.TagClassName
{
border-color: #C0ED0A;
}
</style>