Shades of Inch Worm #C0E818
Tints of Inch Worm #C0E818
RGB
CMYK
RGB Variations
Color information
#C0E818 (or 0xC0E818) is known color: Inch Worm. HEX triplet: C0, E8 and 18. RGB value is (192,232,24). Sum of RGB (Red+Green+Blue) = 192+232+24=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 232 (91.02% from 255 or 51.79% from 448); Blue value is 24 (9.77% from 255 or 5.36% from 448); Max value from RGB is 232 - color contains mainly: green. Hex color #C0E818 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0E818 is #3F17E7. Grayscale: #C5C5C5. Windows color (decimal): -4134888 or 1632448. OLE color: 1632448.
HSL color Cylindrical-coordinate representation of color #C0E818: hue angle of 71.54º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0E818 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 232 | 24 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.09 |
| HSL | 71.54º | 0.82% | 0.5% | - |
| HSV(B) | 71.54º | 0.9% | 0.91% | - |
| XYZ | 50.76 | 68.99 | 11.5 | - |
| YUV | 196.33 | 30.75 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 232 | 24 | 0.17 | 0 | 0.90 | 0.09 | 71.54 | 0.82 | 0.5 |
| Hex | C0 | E8 | 18 | 11 | 0 | 5A | 9 | 48 | 52 | 32 |
| Octal | 300 | 350 | 30 | 21 | 0 | 132 | 11 | 110 | 122 | 62 |
| Binary | 11000000 | 11101000 | 11000 | 10001 | 0 | 1011010 | 1001 | 1001000 | 1010010 | 110010 |
Color Harmonies of #C0E818
Complementary color
Monochromatic Colors of #C0E818
Black with #C0E818
Text Example
Text Example
White with #C0E818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E818; }
p { color: rgb(192,232,24); }
H1.HeaderClassName
{
color: #C0E818;
}
.AnyTagClassName
{
color: #C0E818;
}
</style>
background-color css
<style>
a { background-color: #C0E818; }
a { background-color: rgb(192,232,24); }
div.DivClassName
{
background-color: #C0E818;
}
.BgClassName
{
background-color: #C0E818;
}
</style>
border-color css
<style>
span { border-color: #C0E818; }
span { border-color: rgb(192,232,24); }
td.TdClassName
{
border-color: #C0E818;
}
.TagClassName
{
border-color: #C0E818;
}
</style>