Shades of Inch Worm #C4E10A
Tints of Inch Worm #C4E10A
RGB
CMYK
RGB Variations
Color information
#C4E10A (or 0xC4E10A) is known color: Inch Worm. HEX triplet: C4, E1 and 0A. RGB value is (196,225,10). Sum of RGB (Red+Green+Blue) = 196+225+10=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 225 (88.28% from 255 or 52.20% from 431); Blue value is 10 (4.30% from 255 or 2.32% from 431); Max value from RGB is 225 - color contains mainly: green. Hex color #C4E10A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4E10A is #3B1EF5. Grayscale: #C0C0C0. Windows color (decimal): -3874550 or 713156. OLE color: 713156.
HSL color Cylindrical-coordinate representation of color #C4E10A: hue angle of 68.09º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C4E10A is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 225 | 10 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.12 |
| HSL | 68.09º | 0.91% | 0.46% | - |
| HSV(B) | 68.09º | 0.96% | 0.88% | - |
| XYZ | 49.74 | 65.61 | 10.33 | - |
| YUV | 191.82 | 25.39 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 225 | 10 | 0.13 | 0 | 0.96 | 0.12 | 68.09 | 0.91 | 0.46 |
| Hex | C4 | E1 | A | D | 0 | 60 | C | 44 | 5B | 2E |
| Octal | 304 | 341 | 12 | 15 | 0 | 140 | 14 | 104 | 133 | 56 |
| Binary | 11000100 | 11100001 | 1010 | 1101 | 0 | 1100000 | 1100 | 1000100 | 1011011 | 101110 |
Color Harmonies of #C4E10A
Complementary color
Monochromatic Colors of #C4E10A
Black with #C4E10A
Text Example
Text Example
White with #C4E10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E10A; }
p { color: rgb(196,225,10); }
H1.HeaderClassName
{
color: #C4E10A;
}
.AnyTagClassName
{
color: #C4E10A;
}
</style>
background-color css
<style>
a { background-color: #C4E10A; }
a { background-color: rgb(196,225,10); }
div.DivClassName
{
background-color: #C4E10A;
}
.BgClassName
{
background-color: #C4E10A;
}
</style>
border-color css
<style>
span { border-color: #C4E10A; }
span { border-color: rgb(196,225,10); }
td.TdClassName
{
border-color: #C4E10A;
}
.TagClassName
{
border-color: #C4E10A;
}
</style>