Shades of Inch Worm #C0E11C
Tints of Inch Worm #C0E11C
RGB
CMYK
RGB Variations
Color information
#C0E11C (or 0xC0E11C) is known color: Inch Worm. HEX triplet: C0, E1 and 1C. RGB value is (192,225,28). Sum of RGB (Red+Green+Blue) = 192+225+28=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 225 (88.28% from 255 or 50.56% from 445); Blue value is 28 (11.33% from 255 or 6.29% from 445); Max value from RGB is 225 - color contains mainly: green. Hex color #C0E11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E11C is #3F1EE3. Grayscale: #C1C1C1. Windows color (decimal): -4136676 or 1892800. OLE color: 1892800.
HSL color Cylindrical-coordinate representation of color #C0E11C: hue angle of 70.05º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0E11C is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 225 | 28 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.12 |
| HSL | 70.05º | 0.78% | 0.5% | - |
| HSV(B) | 70.05º | 0.88% | 0.88% | - |
| XYZ | 48.87 | 65.14 | 11.1 | - |
| YUV | 192.68 | 35.07 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 225 | 28 | 0.15 | 0 | 0.88 | 0.12 | 70.05 | 0.78 | 0.5 |
| Hex | C0 | E1 | 1C | F | 0 | 58 | C | 46 | 4E | 32 |
| Octal | 300 | 341 | 34 | 17 | 0 | 130 | 14 | 106 | 116 | 62 |
| Binary | 11000000 | 11100001 | 11100 | 1111 | 0 | 1011000 | 1100 | 1000110 | 1001110 | 110010 |
Color Harmonies of #C0E11C
Complementary color
Monochromatic Colors of #C0E11C
Black with #C0E11C
Text Example
Text Example
White with #C0E11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E11C; }
p { color: rgb(192,225,28); }
H1.HeaderClassName
{
color: #C0E11C;
}
.AnyTagClassName
{
color: #C0E11C;
}
</style>
background-color css
<style>
a { background-color: #C0E11C; }
a { background-color: rgb(192,225,28); }
div.DivClassName
{
background-color: #C0E11C;
}
.BgClassName
{
background-color: #C0E11C;
}
</style>
border-color css
<style>
span { border-color: #C0E11C; }
span { border-color: rgb(192,225,28); }
td.TdClassName
{
border-color: #C0E11C;
}
.TagClassName
{
border-color: #C0E11C;
}
</style>