Shades of Inch Worm #C0E400
Tints of Inch Worm #C0E400
RGB
CMYK
RGB Variations
Color information
#C0E400 (or 0xC0E400) is known color: Inch Worm. HEX triplet: C0, E4 and 00. RGB value is (192,228,0). Sum of RGB (Red+Green+Blue) = 192+228+0=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 228 (89.45% from 255 or 54.29% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 228 - color contains mainly: green. Hex color #C0E400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0E400 is #3F1BFF. Grayscale: #C0C0C0. Windows color (decimal): -4135936 or 58560. OLE color: 58560.
HSL color Cylindrical-coordinate representation of color #C0E400: hue angle of 69.47º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0E400 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 228 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.11 |
| HSL | 69.47º | 1% | 0.45% | - |
| HSV(B) | 69.47º | 1% | 0.89% | - |
| XYZ | 49.48 | 66.69 | 10.27 | - |
| YUV | 191.24 | 20.07 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 228 | 0 | 0.16 | 0 | 1 | 0.11 | 69.47 | 1 | 0.45 |
| Hex | C0 | E4 | 0 | 10 | 0 | 64 | B | 45 | 64 | 2D |
| Octal | 300 | 344 | 0 | 20 | 0 | 144 | 13 | 105 | 144 | 55 |
| Binary | 11000000 | 11100100 | 0 | 10000 | 0 | 1100100 | 1011 | 1000101 | 1100100 | 101101 |
Color Harmonies of #C0E400
Complementary color
Monochromatic Colors of #C0E400
Black with #C0E400
Text Example
Text Example
White with #C0E400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E400; }
p { color: rgb(192,228,0); }
H1.HeaderClassName
{
color: #C0E400;
}
.AnyTagClassName
{
color: #C0E400;
}
</style>
background-color css
<style>
a { background-color: #C0E400; }
a { background-color: rgb(192,228,0); }
div.DivClassName
{
background-color: #C0E400;
}
.BgClassName
{
background-color: #C0E400;
}
</style>
border-color css
<style>
span { border-color: #C0E400; }
span { border-color: rgb(192,228,0); }
td.TdClassName
{
border-color: #C0E400;
}
.TagClassName
{
border-color: #C0E400;
}
</style>