Shades of Inch Worm #C0E51C
Tints of Inch Worm #C0E51C
RGB
CMYK
RGB Variations
Color information
#C0E51C (or 0xC0E51C) is known color: Inch Worm. HEX triplet: C0, E5 and 1C. RGB value is (192,229,28). Sum of RGB (Red+Green+Blue) = 192+229+28=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 229 (89.84% from 255 or 51.00% from 449); Blue value is 28 (11.33% from 255 or 6.24% from 449); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E51C is #3F1AE3. Grayscale: #C3C3C3. Windows color (decimal): -4135652 or 1893824. OLE color: 1893824.
HSL color Cylindrical-coordinate representation of color #C0E51C: hue angle of 71.04º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0E51C is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 229 | 28 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.10 |
| HSL | 71.04º | 0.79% | 0.5% | - |
| HSV(B) | 71.04º | 0.88% | 0.9% | - |
| XYZ | 49.97 | 67.33 | 11.46 | - |
| YUV | 195.02 | 33.74 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 229 | 28 | 0.16 | 0 | 0.88 | 0.10 | 71.04 | 0.79 | 0.5 |
| Hex | C0 | E5 | 1C | 10 | 0 | 58 | A | 47 | 4F | 32 |
| Octal | 300 | 345 | 34 | 20 | 0 | 130 | 12 | 107 | 117 | 62 |
| Binary | 11000000 | 11100101 | 11100 | 10000 | 0 | 1011000 | 1010 | 1000111 | 1001111 | 110010 |
Color Harmonies of #C0E51C
Complementary color
Monochromatic Colors of #C0E51C
Black with #C0E51C
Text Example
Text Example
White with #C0E51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E51C; }
p { color: rgb(192,229,28); }
H1.HeaderClassName
{
color: #C0E51C;
}
.AnyTagClassName
{
color: #C0E51C;
}
</style>
background-color css
<style>
a { background-color: #C0E51C; }
a { background-color: rgb(192,229,28); }
div.DivClassName
{
background-color: #C0E51C;
}
.BgClassName
{
background-color: #C0E51C;
}
</style>
border-color css
<style>
span { border-color: #C0E51C; }
span { border-color: rgb(192,229,28); }
td.TdClassName
{
border-color: #C0E51C;
}
.TagClassName
{
border-color: #C0E51C;
}
</style>