Shades of Inch Worm #C0E401
Tints of Inch Worm #C0E401
RGB
CMYK
RGB Variations
Color information
#C0E401 (or 0xC0E401) is known color: Inch Worm. HEX triplet: C0, E4 and 01. RGB value is (192,228,1). Sum of RGB (Red+Green+Blue) = 192+228+1=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 228 (89.45% from 255 or 54.16% from 421); Blue value is 1 (0.78% from 255 or 0.24% from 421); Max value from RGB is 228 - color contains mainly: green. Hex color #C0E401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0E401 is #3F1BFE. Grayscale: #C0C0C0. Windows color (decimal): -4135935 or 124096. OLE color: 124096.
HSL color Cylindrical-coordinate representation of color #C0E401: hue angle of 69.52º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0E401 is Cyan = 0.16, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 228 | 1 | - |
| CMYK | 0.16 | 0 | 1.00 | 0.11 |
| HSL | 69.52º | 0.99% | 0.45% | - |
| HSV(B) | 69.52º | 1% | 0.89% | - |
| XYZ | 49.49 | 66.7 | 10.29 | - |
| YUV | 191.36 | 20.57 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 228 | 1 | 0.16 | 0 | 1.00 | 0.11 | 69.52 | 0.99 | 0.45 |
| Hex | C0 | E4 | 1 | 10 | 0 | 64 | B | 46 | 63 | 2D |
| Octal | 300 | 344 | 1 | 20 | 0 | 144 | 13 | 106 | 143 | 55 |
| Binary | 11000000 | 11100100 | 1 | 10000 | 0 | 1100100 | 1011 | 1000110 | 1100011 | 101101 |
Color Harmonies of #C0E401
Complementary color
Monochromatic Colors of #C0E401
Black with #C0E401
Text Example
Text Example
White with #C0E401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E401; }
p { color: rgb(192,228,1); }
H1.HeaderClassName
{
color: #C0E401;
}
.AnyTagClassName
{
color: #C0E401;
}
</style>
background-color css
<style>
a { background-color: #C0E401; }
a { background-color: rgb(192,228,1); }
div.DivClassName
{
background-color: #C0E401;
}
.BgClassName
{
background-color: #C0E401;
}
</style>
border-color css
<style>
span { border-color: #C0E401; }
span { border-color: rgb(192,228,1); }
td.TdClassName
{
border-color: #C0E401;
}
.TagClassName
{
border-color: #C0E401;
}
</style>