Shades of Inch Worm #C0E51A
Tints of Inch Worm #C0E51A
RGB
CMYK
RGB Variations
Color information
#C0E51A (or 0xC0E51A) is known color: Inch Worm. HEX triplet: C0, E5 and 1A. RGB value is (192,229,26). Sum of RGB (Red+Green+Blue) = 192+229+26=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 229 (89.84% from 255 or 51.23% from 447); Blue value is 26 (10.55% from 255 or 5.82% from 447); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E51A is #3F1AE5. Grayscale: #C3C3C3. Windows color (decimal): -4135654 or 1762752. OLE color: 1762752.
HSL color Cylindrical-coordinate representation of color #C0E51A: hue angle of 70.94º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C0E51A is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 229 | 26 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.10 |
| HSL | 70.94º | 0.8% | 0.5% | - |
| HSV(B) | 70.94º | 0.89% | 0.9% | - |
| XYZ | 49.94 | 67.32 | 11.34 | - |
| YUV | 194.8 | 32.74 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 229 | 26 | 0.16 | 0 | 0.89 | 0.10 | 70.94 | 0.8 | 0.5 |
| Hex | C0 | E5 | 1A | 10 | 0 | 59 | A | 47 | 50 | 32 |
| Octal | 300 | 345 | 32 | 20 | 0 | 131 | 12 | 107 | 120 | 62 |
| Binary | 11000000 | 11100101 | 11010 | 10000 | 0 | 1011001 | 1010 | 1000111 | 1010000 | 110010 |
Color Harmonies of #C0E51A
Complementary color
Monochromatic Colors of #C0E51A
Black with #C0E51A
Text Example
Text Example
White with #C0E51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E51A; }
p { color: rgb(192,229,26); }
H1.HeaderClassName
{
color: #C0E51A;
}
.AnyTagClassName
{
color: #C0E51A;
}
</style>
background-color css
<style>
a { background-color: #C0E51A; }
a { background-color: rgb(192,229,26); }
div.DivClassName
{
background-color: #C0E51A;
}
.BgClassName
{
background-color: #C0E51A;
}
</style>
border-color css
<style>
span { border-color: #C0E51A; }
span { border-color: rgb(192,229,26); }
td.TdClassName
{
border-color: #C0E51A;
}
.TagClassName
{
border-color: #C0E51A;
}
</style>