Shades of Inch Worm #C5E116
Tints of Inch Worm #C5E116
RGB
CMYK
RGB Variations
Color information
#C5E116 (or 0xC5E116) is known color: Inch Worm. HEX triplet: C5, E1 and 16. RGB value is (197,225,22). Sum of RGB (Red+Green+Blue) = 197+225+22=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 225 (88.28% from 255 or 50.68% from 444); Blue value is 22 (8.98% from 255 or 4.95% from 444); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5E116 is #3A1EE9. Grayscale: #C2C2C2. Windows color (decimal): -3809002 or 1499589. OLE color: 1499589.
HSL color Cylindrical-coordinate representation of color #C5E116: hue angle of 68.28º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5E116 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 225 | 22 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.12 |
| HSL | 68.28º | 0.82% | 0.48% | - |
| HSV(B) | 68.28º | 0.9% | 0.88% | - |
| XYZ | 50.1 | 65.78 | 10.82 | - |
| YUV | 193.49 | 31.22 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 225 | 22 | 0.12 | 0 | 0.90 | 0.12 | 68.28 | 0.82 | 0.48 |
| Hex | C5 | E1 | 16 | C | 0 | 5A | C | 44 | 52 | 30 |
| Octal | 305 | 341 | 26 | 14 | 0 | 132 | 14 | 104 | 122 | 60 |
| Binary | 11000101 | 11100001 | 10110 | 1100 | 0 | 1011010 | 1100 | 1000100 | 1010010 | 110000 |
Color Harmonies of #C5E116
Complementary color
Monochromatic Colors of #C5E116
Black with #C5E116
Text Example
Text Example
White with #C5E116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E116; }
p { color: rgb(197,225,22); }
H1.HeaderClassName
{
color: #C5E116;
}
.AnyTagClassName
{
color: #C5E116;
}
</style>
background-color css
<style>
a { background-color: #C5E116; }
a { background-color: rgb(197,225,22); }
div.DivClassName
{
background-color: #C5E116;
}
.BgClassName
{
background-color: #C5E116;
}
</style>
border-color css
<style>
span { border-color: #C5E116; }
span { border-color: rgb(197,225,22); }
td.TdClassName
{
border-color: #C5E116;
}
.TagClassName
{
border-color: #C5E116;
}
</style>