Shades of Inch Worm #C4E20A
Tints of Inch Worm #C4E20A
RGB
CMYK
RGB Variations
Color information
#C4E20A (or 0xC4E20A) is known color: Inch Worm. HEX triplet: C4, E2 and 0A. RGB value is (196,226,10). Sum of RGB (Red+Green+Blue) = 196+226+10=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 226 (88.67% from 255 or 52.31% from 432); Blue value is 10 (4.30% from 255 or 2.31% from 432); Max value from RGB is 226 - color contains mainly: green. Hex color #C4E20A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4E20A is #3B1DF5. Grayscale: #C1C1C1. Windows color (decimal): -3874294 or 713412. OLE color: 713412.
HSL color Cylindrical-coordinate representation of color #C4E20A: hue angle of 68.33º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C4E20A is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 226 | 10 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.11 |
| HSL | 68.33º | 0.92% | 0.46% | - |
| HSV(B) | 68.33º | 0.96% | 0.89% | - |
| XYZ | 50.02 | 66.15 | 10.42 | - |
| YUV | 192.41 | 25.06 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 226 | 10 | 0.13 | 0 | 0.96 | 0.11 | 68.33 | 0.92 | 0.46 |
| Hex | C4 | E2 | A | D | 0 | 60 | B | 44 | 5C | 2E |
| Octal | 304 | 342 | 12 | 15 | 0 | 140 | 13 | 104 | 134 | 56 |
| Binary | 11000100 | 11100010 | 1010 | 1101 | 0 | 1100000 | 1011 | 1000100 | 1011100 | 101110 |
Color Harmonies of #C4E20A
Complementary color
Monochromatic Colors of #C4E20A
Black with #C4E20A
Text Example
Text Example
White with #C4E20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E20A; }
p { color: rgb(196,226,10); }
H1.HeaderClassName
{
color: #C4E20A;
}
.AnyTagClassName
{
color: #C4E20A;
}
</style>
background-color css
<style>
a { background-color: #C4E20A; }
a { background-color: rgb(196,226,10); }
div.DivClassName
{
background-color: #C4E20A;
}
.BgClassName
{
background-color: #C4E20A;
}
</style>
border-color css
<style>
span { border-color: #C4E20A; }
span { border-color: rgb(196,226,10); }
td.TdClassName
{
border-color: #C4E20A;
}
.TagClassName
{
border-color: #C4E20A;
}
</style>