Shades of Inch Worm #C0E50E
Tints of Inch Worm #C0E50E
RGB
CMYK
RGB Variations
Color information
#C0E50E (or 0xC0E50E) is known color: Inch Worm. HEX triplet: C0, E5 and 0E. RGB value is (192,229,14). Sum of RGB (Red+Green+Blue) = 192+229+14=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 229 (89.84% from 255 or 52.64% from 435); Blue value is 14 (5.86% from 255 or 3.22% from 435); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0E50E is #3F1AF1. Grayscale: #C2C2C2. Windows color (decimal): -4135666 or 976320. OLE color: 976320.
HSL color Cylindrical-coordinate representation of color #C0E50E: hue angle of 70.33º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0E50E is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 229 | 14 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.10 |
| HSL | 70.33º | 0.88% | 0.48% | - |
| HSV(B) | 70.33º | 0.94% | 0.9% | - |
| XYZ | 49.84 | 67.28 | 10.77 | - |
| YUV | 193.43 | 26.74 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 229 | 14 | 0.16 | 0 | 0.94 | 0.10 | 70.33 | 0.88 | 0.48 |
| Hex | C0 | E5 | E | 10 | 0 | 5E | A | 46 | 58 | 30 |
| Octal | 300 | 345 | 16 | 20 | 0 | 136 | 12 | 106 | 130 | 60 |
| Binary | 11000000 | 11100101 | 1110 | 10000 | 0 | 1011110 | 1010 | 1000110 | 1011000 | 110000 |
Color Harmonies of #C0E50E
Complementary color
Monochromatic Colors of #C0E50E
Black with #C0E50E
Text Example
Text Example
White with #C0E50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E50E; }
p { color: rgb(192,229,14); }
H1.HeaderClassName
{
color: #C0E50E;
}
.AnyTagClassName
{
color: #C0E50E;
}
</style>
background-color css
<style>
a { background-color: #C0E50E; }
a { background-color: rgb(192,229,14); }
div.DivClassName
{
background-color: #C0E50E;
}
.BgClassName
{
background-color: #C0E50E;
}
</style>
border-color css
<style>
span { border-color: #C0E50E; }
span { border-color: rgb(192,229,14); }
td.TdClassName
{
border-color: #C0E50E;
}
.TagClassName
{
border-color: #C0E50E;
}
</style>