Shades of Inch Worm #C7E311
Tints of Inch Worm #C7E311
RGB
CMYK
RGB Variations
Color information
#C7E311 (or 0xC7E311) is known color: Inch Worm. HEX triplet: C7, E3 and 11. RGB value is (199,227,17). Sum of RGB (Red+Green+Blue) = 199+227+17=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 227 (89.06% from 255 or 51.24% from 443); Blue value is 17 (7.03% from 255 or 3.84% from 443); Max value from RGB is 227 - color contains mainly: green. Hex color #C7E311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7E311 is #381CEE. Grayscale: #C3C3C3. Windows color (decimal): -3677423 or 1172423. OLE color: 1172423.
HSL color Cylindrical-coordinate representation of color #C7E311: hue angle of 68º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7E311 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 227 | 17 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.11 |
| HSL | 68º | 0.86% | 0.48% | - |
| HSV(B) | 68º | 0.93% | 0.89% | - |
| XYZ | 51.12 | 67.12 | 10.79 | - |
| YUV | 194.69 | 27.72 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 227 | 17 | 0.12 | 0 | 0.93 | 0.11 | 68 | 0.86 | 0.48 |
| Hex | C7 | E3 | 11 | C | 0 | 5D | B | 44 | 56 | 30 |
| Octal | 307 | 343 | 21 | 14 | 0 | 135 | 13 | 104 | 126 | 60 |
| Binary | 11000111 | 11100011 | 10001 | 1100 | 0 | 1011101 | 1011 | 1000100 | 1010110 | 110000 |
Color Harmonies of #C7E311
Complementary color
Monochromatic Colors of #C7E311
Black with #C7E311
Text Example
Text Example
White with #C7E311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E311; }
p { color: rgb(199,227,17); }
H1.HeaderClassName
{
color: #C7E311;
}
.AnyTagClassName
{
color: #C7E311;
}
</style>
background-color css
<style>
a { background-color: #C7E311; }
a { background-color: rgb(199,227,17); }
div.DivClassName
{
background-color: #C7E311;
}
.BgClassName
{
background-color: #C7E311;
}
</style>
border-color css
<style>
span { border-color: #C7E311; }
span { border-color: rgb(199,227,17); }
td.TdClassName
{
border-color: #C7E311;
}
.TagClassName
{
border-color: #C7E311;
}
</style>