Shades of Inch Worm #C0E60E
Tints of Inch Worm #C0E60E
RGB
CMYK
RGB Variations
Color information
#C0E60E (or 0xC0E60E) is known color: Inch Worm. HEX triplet: C0, E6 and 0E. RGB value is (192,230,14). Sum of RGB (Red+Green+Blue) = 192+230+14=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 230 (90.23% from 255 or 52.75% from 436); Blue value is 14 (5.86% from 255 or 3.21% from 436); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E60E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0E60E is #3F19F1. Grayscale: #C2C2C2. Windows color (decimal): -4135410 or 976576. OLE color: 976576.
HSL color Cylindrical-coordinate representation of color #C0E60E: hue angle of 70.56º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0E60E is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 230 | 14 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.10 |
| HSL | 70.56º | 0.89% | 0.48% | - |
| HSV(B) | 70.56º | 0.94% | 0.9% | - |
| XYZ | 50.11 | 67.83 | 10.87 | - |
| YUV | 194.01 | 26.41 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 230 | 14 | 0.17 | 0 | 0.94 | 0.10 | 70.56 | 0.89 | 0.48 |
| Hex | C0 | E6 | E | 11 | 0 | 5E | A | 47 | 59 | 30 |
| Octal | 300 | 346 | 16 | 21 | 0 | 136 | 12 | 107 | 131 | 60 |
| Binary | 11000000 | 11100110 | 1110 | 10001 | 0 | 1011110 | 1010 | 1000111 | 1011001 | 110000 |
Color Harmonies of #C0E60E
Complementary color
Monochromatic Colors of #C0E60E
Black with #C0E60E
Text Example
Text Example
White with #C0E60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E60E; }
p { color: rgb(192,230,14); }
H1.HeaderClassName
{
color: #C0E60E;
}
.AnyTagClassName
{
color: #C0E60E;
}
</style>
background-color css
<style>
a { background-color: #C0E60E; }
a { background-color: rgb(192,230,14); }
div.DivClassName
{
background-color: #C0E60E;
}
.BgClassName
{
background-color: #C0E60E;
}
</style>
border-color css
<style>
span { border-color: #C0E60E; }
span { border-color: rgb(192,230,14); }
td.TdClassName
{
border-color: #C0E60E;
}
.TagClassName
{
border-color: #C0E60E;
}
</style>