Shades of Inch Worm #C0E510
Tints of Inch Worm #C0E510
RGB
CMYK
RGB Variations
Color information
#C0E510 (or 0xC0E510) is known color: Inch Worm. HEX triplet: C0, E5 and 10. RGB value is (192,229,16). Sum of RGB (Red+Green+Blue) = 192+229+16=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 229 (89.84% from 255 or 52.40% from 437); Blue value is 16 (6.64% from 255 or 3.66% from 437); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0E510 is #3F1AEF. Grayscale: #C2C2C2. Windows color (decimal): -4135664 or 1107392. OLE color: 1107392.
HSL color Cylindrical-coordinate representation of color #C0E510: hue angle of 70.42º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0E510 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 229 | 16 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.10 |
| HSL | 70.42º | 0.87% | 0.48% | - |
| HSV(B) | 70.42º | 0.93% | 0.9% | - |
| XYZ | 49.85 | 67.28 | 10.85 | - |
| YUV | 193.66 | 27.74 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 229 | 16 | 0.16 | 0 | 0.93 | 0.10 | 70.42 | 0.87 | 0.48 |
| Hex | C0 | E5 | 10 | 10 | 0 | 5D | A | 46 | 57 | 30 |
| Octal | 300 | 345 | 20 | 20 | 0 | 135 | 12 | 106 | 127 | 60 |
| Binary | 11000000 | 11100101 | 10000 | 10000 | 0 | 1011101 | 1010 | 1000110 | 1010111 | 110000 |
Color Harmonies of #C0E510
Complementary color
Monochromatic Colors of #C0E510
Black with #C0E510
Text Example
Text Example
White with #C0E510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E510; }
p { color: rgb(192,229,16); }
H1.HeaderClassName
{
color: #C0E510;
}
.AnyTagClassName
{
color: #C0E510;
}
</style>
background-color css
<style>
a { background-color: #C0E510; }
a { background-color: rgb(192,229,16); }
div.DivClassName
{
background-color: #C0E510;
}
.BgClassName
{
background-color: #C0E510;
}
</style>
border-color css
<style>
span { border-color: #C0E510; }
span { border-color: rgb(192,229,16); }
td.TdClassName
{
border-color: #C0E510;
}
.TagClassName
{
border-color: #C0E510;
}
</style>