Shades of Inch Worm #C4E012
Tints of Inch Worm #C4E012
RGB
CMYK
RGB Variations
Color information
#C4E012 (or 0xC4E012) is known color: Inch Worm. HEX triplet: C4, E0 and 12. RGB value is (196,224,18). Sum of RGB (Red+Green+Blue) = 196+224+18=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 224 (87.89% from 255 or 51.14% from 438); Blue value is 18 (7.42% from 255 or 4.11% from 438); Max value from RGB is 224 - color contains mainly: green. Hex color #C4E012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4E012 is #3B1FED. Grayscale: #C0C0C0. Windows color (decimal): -3874798 or 1237188. OLE color: 1237188.
HSL color Cylindrical-coordinate representation of color #C4E012: hue angle of 68.16º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4E012 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 224 | 18 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.12 |
| HSL | 68.16º | 0.85% | 0.47% | - |
| HSV(B) | 68.16º | 0.92% | 0.88% | - |
| XYZ | 49.53 | 65.09 | 10.53 | - |
| YUV | 192.14 | 29.72 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 224 | 18 | 0.12 | 0 | 0.92 | 0.12 | 68.16 | 0.85 | 0.47 |
| Hex | C4 | E0 | 12 | C | 0 | 5C | C | 44 | 55 | 2F |
| Octal | 304 | 340 | 22 | 14 | 0 | 134 | 14 | 104 | 125 | 57 |
| Binary | 11000100 | 11100000 | 10010 | 1100 | 0 | 1011100 | 1100 | 1000100 | 1010101 | 101111 |
Color Harmonies of #C4E012
Complementary color
Monochromatic Colors of #C4E012
Black with #C4E012
Text Example
Text Example
White with #C4E012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E012; }
p { color: rgb(196,224,18); }
H1.HeaderClassName
{
color: #C4E012;
}
.AnyTagClassName
{
color: #C4E012;
}
</style>
background-color css
<style>
a { background-color: #C4E012; }
a { background-color: rgb(196,224,18); }
div.DivClassName
{
background-color: #C4E012;
}
.BgClassName
{
background-color: #C4E012;
}
</style>
border-color css
<style>
span { border-color: #C4E012; }
span { border-color: rgb(196,224,18); }
td.TdClassName
{
border-color: #C4E012;
}
.TagClassName
{
border-color: #C4E012;
}
</style>