Shades of Inch Worm #C0E516
Tints of Inch Worm #C0E516
RGB
CMYK
RGB Variations
Color information
#C0E516 (or 0xC0E516) is known color: Inch Worm. HEX triplet: C0, E5 and 16. RGB value is (192,229,22). Sum of RGB (Red+Green+Blue) = 192+229+22=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 229 (89.84% from 255 or 51.69% from 443); Blue value is 22 (8.98% from 255 or 4.97% from 443); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0E516 is #3F1AE9. Grayscale: #C3C3C3. Windows color (decimal): -4135658 or 1500608. OLE color: 1500608.
HSL color Cylindrical-coordinate representation of color #C0E516: hue angle of 70.72º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C0E516 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 229 | 22 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.10 |
| HSL | 70.72º | 0.82% | 0.49% | - |
| HSV(B) | 70.72º | 0.9% | 0.9% | - |
| XYZ | 49.9 | 67.3 | 11.12 | - |
| YUV | 194.34 | 30.74 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 229 | 22 | 0.16 | 0 | 0.90 | 0.10 | 70.72 | 0.82 | 0.49 |
| Hex | C0 | E5 | 16 | 10 | 0 | 5A | A | 47 | 52 | 31 |
| Octal | 300 | 345 | 26 | 20 | 0 | 132 | 12 | 107 | 122 | 61 |
| Binary | 11000000 | 11100101 | 10110 | 10000 | 0 | 1011010 | 1010 | 1000111 | 1010010 | 110001 |
Color Harmonies of #C0E516
Complementary color
Monochromatic Colors of #C0E516
Black with #C0E516
Text Example
Text Example
White with #C0E516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E516; }
p { color: rgb(192,229,22); }
H1.HeaderClassName
{
color: #C0E516;
}
.AnyTagClassName
{
color: #C0E516;
}
</style>
background-color css
<style>
a { background-color: #C0E516; }
a { background-color: rgb(192,229,22); }
div.DivClassName
{
background-color: #C0E516;
}
.BgClassName
{
background-color: #C0E516;
}
</style>
border-color css
<style>
span { border-color: #C0E516; }
span { border-color: rgb(192,229,22); }
td.TdClassName
{
border-color: #C0E516;
}
.TagClassName
{
border-color: #C0E516;
}
</style>