Shades of Inch Worm #C0E602
Tints of Inch Worm #C0E602
RGB
CMYK
RGB Variations
Color information
#C0E602 (or 0xC0E602) is known color: Inch Worm. HEX triplet: C0, E6 and 02. RGB value is (192,230,2). Sum of RGB (Red+Green+Blue) = 192+230+2=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 230 (90.23% from 255 or 54.25% from 424); Blue value is 2 (1.17% from 255 or 0.47% from 424); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E602 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0E602 is #3F19FD. Grayscale: #C1C1C1. Windows color (decimal): -4135422 or 190144. OLE color: 190144.
HSL color Cylindrical-coordinate representation of color #C0E602: hue angle of 70º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0E602 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 230 | 2 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.10 |
| HSL | 70º | 0.98% | 0.45% | - |
| HSV(B) | 70º | 0.99% | 0.9% | - |
| XYZ | 50.05 | 67.8 | 10.51 | - |
| YUV | 192.65 | 20.41 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 230 | 2 | 0.17 | 0 | 0.99 | 0.10 | 70 | 0.98 | 0.45 |
| Hex | C0 | E6 | 2 | 11 | 0 | 63 | A | 46 | 62 | 2D |
| Octal | 300 | 346 | 2 | 21 | 0 | 143 | 12 | 106 | 142 | 55 |
| Binary | 11000000 | 11100110 | 10 | 10001 | 0 | 1100011 | 1010 | 1000110 | 1100010 | 101101 |
Color Harmonies of #C0E602
Complementary color
Monochromatic Colors of #C0E602
Black with #C0E602
Text Example
Text Example
White with #C0E602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E602; }
p { color: rgb(192,230,2); }
H1.HeaderClassName
{
color: #C0E602;
}
.AnyTagClassName
{
color: #C0E602;
}
</style>
background-color css
<style>
a { background-color: #C0E602; }
a { background-color: rgb(192,230,2); }
div.DivClassName
{
background-color: #C0E602;
}
.BgClassName
{
background-color: #C0E602;
}
</style>
border-color css
<style>
span { border-color: #C0E602; }
span { border-color: rgb(192,230,2); }
td.TdClassName
{
border-color: #C0E602;
}
.TagClassName
{
border-color: #C0E602;
}
</style>