Shades of Inch Worm #C0E204
Tints of Inch Worm #C0E204
RGB
CMYK
RGB Variations
Color information
#C0E204 (or 0xC0E204) is known color: Inch Worm. HEX triplet: C0, E2 and 04. RGB value is (192,226,4). Sum of RGB (Red+Green+Blue) = 192+226+4=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 226 (88.67% from 255 or 53.55% from 422); Blue value is 4 (1.95% from 255 or 0.95% from 422); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E204 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0E204 is #3F1DFB. Grayscale: #BFBFBF. Windows color (decimal): -4136444 or 320192. OLE color: 320192.
HSL color Cylindrical-coordinate representation of color #C0E204: hue angle of 69.19º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0E204 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 226 | 4 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.11 |
| HSL | 69.19º | 0.97% | 0.45% | - |
| HSV(B) | 69.19º | 0.98% | 0.89% | - |
| XYZ | 48.96 | 65.61 | 10.2 | - |
| YUV | 190.53 | 22.74 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 226 | 4 | 0.15 | 0 | 0.98 | 0.11 | 69.19 | 0.97 | 0.45 |
| Hex | C0 | E2 | 4 | F | 0 | 62 | B | 45 | 61 | 2D |
| Octal | 300 | 342 | 4 | 17 | 0 | 142 | 13 | 105 | 141 | 55 |
| Binary | 11000000 | 11100010 | 100 | 1111 | 0 | 1100010 | 1011 | 1000101 | 1100001 | 101101 |
Color Harmonies of #C0E204
Complementary color
Monochromatic Colors of #C0E204
Black with #C0E204
Text Example
Text Example
White with #C0E204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E204; }
p { color: rgb(192,226,4); }
H1.HeaderClassName
{
color: #C0E204;
}
.AnyTagClassName
{
color: #C0E204;
}
</style>
background-color css
<style>
a { background-color: #C0E204; }
a { background-color: rgb(192,226,4); }
div.DivClassName
{
background-color: #C0E204;
}
.BgClassName
{
background-color: #C0E204;
}
</style>
border-color css
<style>
span { border-color: #C0E204; }
span { border-color: rgb(192,226,4); }
td.TdClassName
{
border-color: #C0E204;
}
.TagClassName
{
border-color: #C0E204;
}
</style>