Shades of Inch Worm #C0E519
Tints of Inch Worm #C0E519
RGB
CMYK
RGB Variations
Color information
#C0E519 (or 0xC0E519) is known color: Inch Worm. HEX triplet: C0, E5 and 19. RGB value is (192,229,25). Sum of RGB (Red+Green+Blue) = 192+229+25=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 229 (89.84% from 255 or 51.35% from 446); Blue value is 25 (10.16% from 255 or 5.61% from 446); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0E519 is #3F1AE6. Grayscale: #C3C3C3. Windows color (decimal): -4135655 or 1697216. OLE color: 1697216.
HSL color Cylindrical-coordinate representation of color #C0E519: hue angle of 70.88º 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 #C0E519 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 229 | 25 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.10 |
| HSL | 70.88º | 0.8% | 0.5% | - |
| HSV(B) | 70.88º | 0.89% | 0.9% | - |
| XYZ | 49.93 | 67.32 | 11.28 | - |
| YUV | 194.68 | 32.24 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 229 | 25 | 0.16 | 0 | 0.89 | 0.10 | 70.88 | 0.8 | 0.5 |
| Hex | C0 | E5 | 19 | 10 | 0 | 59 | A | 47 | 50 | 32 |
| Octal | 300 | 345 | 31 | 20 | 0 | 131 | 12 | 107 | 120 | 62 |
| Binary | 11000000 | 11100101 | 11001 | 10000 | 0 | 1011001 | 1010 | 1000111 | 1010000 | 110010 |
Color Harmonies of #C0E519
Complementary color
Monochromatic Colors of #C0E519
Black with #C0E519
Text Example
Text Example
White with #C0E519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E519; }
p { color: rgb(192,229,25); }
H1.HeaderClassName
{
color: #C0E519;
}
.AnyTagClassName
{
color: #C0E519;
}
</style>
background-color css
<style>
a { background-color: #C0E519; }
a { background-color: rgb(192,229,25); }
div.DivClassName
{
background-color: #C0E519;
}
.BgClassName
{
background-color: #C0E519;
}
</style>
border-color css
<style>
span { border-color: #C0E519; }
span { border-color: rgb(192,229,25); }
td.TdClassName
{
border-color: #C0E519;
}
.TagClassName
{
border-color: #C0E519;
}
</style>