Shades of Inch Worm #C7E312
Tints of Inch Worm #C7E312
RGB
CMYK
RGB Variations
Color information
#C7E312 (or 0xC7E312) is known color: Inch Worm. HEX triplet: C7, E3 and 12. RGB value is (199,227,18). Sum of RGB (Red+Green+Blue) = 199+227+18=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 227 (89.06% from 255 or 51.13% from 444); Blue value is 18 (7.42% from 255 or 4.05% from 444); Max value from RGB is 227 - color contains mainly: green. Hex color #C7E312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7E312 is #381CED. Grayscale: #C3C3C3. Windows color (decimal): -3677422 or 1237959. OLE color: 1237959.
HSL color Cylindrical-coordinate representation of color #C7E312: hue angle of 68.04º degrees, saturation: 0.85, 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 #C7E312 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 227 | 18 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.11 |
| HSL | 68.04º | 0.85% | 0.48% | - |
| HSV(B) | 68.04º | 0.92% | 0.89% | - |
| XYZ | 51.13 | 67.12 | 10.83 | - |
| YUV | 194.8 | 28.22 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 227 | 18 | 0.12 | 0 | 0.92 | 0.11 | 68.04 | 0.85 | 0.48 |
| Hex | C7 | E3 | 12 | C | 0 | 5C | B | 44 | 55 | 30 |
| Octal | 307 | 343 | 22 | 14 | 0 | 134 | 13 | 104 | 125 | 60 |
| Binary | 11000111 | 11100011 | 10010 | 1100 | 0 | 1011100 | 1011 | 1000100 | 1010101 | 110000 |
Color Harmonies of #C7E312
Complementary color
Monochromatic Colors of #C7E312
Black with #C7E312
Text Example
Text Example
White with #C7E312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E312; }
p { color: rgb(199,227,18); }
H1.HeaderClassName
{
color: #C7E312;
}
.AnyTagClassName
{
color: #C7E312;
}
</style>
background-color css
<style>
a { background-color: #C7E312; }
a { background-color: rgb(199,227,18); }
div.DivClassName
{
background-color: #C7E312;
}
.BgClassName
{
background-color: #C7E312;
}
</style>
border-color css
<style>
span { border-color: #C7E312; }
span { border-color: rgb(199,227,18); }
td.TdClassName
{
border-color: #C7E312;
}
.TagClassName
{
border-color: #C7E312;
}
</style>