Shades of Inch Worm #C5E211
Tints of Inch Worm #C5E211
RGB
CMYK
RGB Variations
Color information
#C5E211 (or 0xC5E211) is known color: Inch Worm. HEX triplet: C5, E2 and 11. RGB value is (197,226,17). Sum of RGB (Red+Green+Blue) = 197+226+17=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 226 (88.67% from 255 or 51.36% from 440); Blue value is 17 (7.03% from 255 or 3.86% from 440); Max value from RGB is 226 - color contains mainly: green. Hex color #C5E211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5E211 is #3A1DEE. Grayscale: #C2C2C2. Windows color (decimal): -3808751 or 1172165. OLE color: 1172165.
HSL color Cylindrical-coordinate representation of color #C5E211: hue angle of 68.33º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5E211 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 226 | 17 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.11 |
| HSL | 68.33º | 0.86% | 0.48% | - |
| HSV(B) | 68.33º | 0.92% | 0.89% | - |
| XYZ | 50.32 | 66.3 | 10.68 | - |
| YUV | 193.5 | 28.39 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 226 | 17 | 0.13 | 0 | 0.92 | 0.11 | 68.33 | 0.86 | 0.48 |
| Hex | C5 | E2 | 11 | D | 0 | 5C | B | 44 | 56 | 30 |
| Octal | 305 | 342 | 21 | 15 | 0 | 134 | 13 | 104 | 126 | 60 |
| Binary | 11000101 | 11100010 | 10001 | 1101 | 0 | 1011100 | 1011 | 1000100 | 1010110 | 110000 |
Color Harmonies of #C5E211
Complementary color
Monochromatic Colors of #C5E211
Black with #C5E211
Text Example
Text Example
White with #C5E211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E211; }
p { color: rgb(197,226,17); }
H1.HeaderClassName
{
color: #C5E211;
}
.AnyTagClassName
{
color: #C5E211;
}
</style>
background-color css
<style>
a { background-color: #C5E211; }
a { background-color: rgb(197,226,17); }
div.DivClassName
{
background-color: #C5E211;
}
.BgClassName
{
background-color: #C5E211;
}
</style>
border-color css
<style>
span { border-color: #C5E211; }
span { border-color: rgb(197,226,17); }
td.TdClassName
{
border-color: #C5E211;
}
.TagClassName
{
border-color: #C5E211;
}
</style>