Shades of Inch Worm #C8E112
Tints of Inch Worm #C8E112
RGB
CMYK
RGB Variations
Color information
#C8E112 (or 0xC8E112) is known color: Inch Worm. HEX triplet: C8, E1 and 12. RGB value is (200,225,18). Sum of RGB (Red+Green+Blue) = 200+225+18=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 225 (88.28% from 255 or 50.79% from 443); Blue value is 18 (7.42% from 255 or 4.06% from 443); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8E112 is #371EED. Grayscale: #C2C2C2. Windows color (decimal): -3612398 or 1237448. OLE color: 1237448.
HSL color Cylindrical-coordinate representation of color #C8E112: hue angle of 67.25º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8E112 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 225 | 18 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.12 |
| HSL | 67.25º | 0.85% | 0.48% | - |
| HSV(B) | 67.25º | 0.92% | 0.88% | - |
| XYZ | 50.85 | 66.17 | 10.66 | - |
| YUV | 193.93 | 28.72 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 225 | 18 | 0.11 | 0 | 0.92 | 0.12 | 67.25 | 0.85 | 0.48 |
| Hex | C8 | E1 | 12 | B | 0 | 5C | C | 43 | 55 | 30 |
| Octal | 310 | 341 | 22 | 13 | 0 | 134 | 14 | 103 | 125 | 60 |
| Binary | 11001000 | 11100001 | 10010 | 1011 | 0 | 1011100 | 1100 | 1000011 | 1010101 | 110000 |
Color Harmonies of #C8E112
Complementary color
Monochromatic Colors of #C8E112
Black with #C8E112
Text Example
Text Example
White with #C8E112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E112; }
p { color: rgb(200,225,18); }
H1.HeaderClassName
{
color: #C8E112;
}
.AnyTagClassName
{
color: #C8E112;
}
</style>
background-color css
<style>
a { background-color: #C8E112; }
a { background-color: rgb(200,225,18); }
div.DivClassName
{
background-color: #C8E112;
}
.BgClassName
{
background-color: #C8E112;
}
</style>
border-color css
<style>
span { border-color: #C8E112; }
span { border-color: rgb(200,225,18); }
td.TdClassName
{
border-color: #C8E112;
}
.TagClassName
{
border-color: #C8E112;
}
</style>