Shades of Inch Worm #C7E310
Tints of Inch Worm #C7E310
RGB
CMYK
RGB Variations
Color information
#C7E310 (or 0xC7E310) is known color: Inch Worm. HEX triplet: C7, E3 and 10. RGB value is (199,227,16). Sum of RGB (Red+Green+Blue) = 199+227+16=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 227 (89.06% from 255 or 51.36% from 442); Blue value is 16 (6.64% from 255 or 3.62% from 442); Max value from RGB is 227 - color contains mainly: green. Hex color #C7E310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7E310 is #381CEF. Grayscale: #C3C3C3. Windows color (decimal): -3677424 or 1106887. OLE color: 1106887.
HSL color Cylindrical-coordinate representation of color #C7E310: hue angle of 67.96º degrees, saturation: 0.87, 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 #C7E310 is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 227 | 16 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.11 |
| HSL | 67.96º | 0.87% | 0.48% | - |
| HSV(B) | 67.96º | 0.93% | 0.89% | - |
| XYZ | 51.12 | 67.12 | 10.75 | - |
| YUV | 194.57 | 27.22 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 227 | 16 | 0.12 | 0 | 0.93 | 0.11 | 67.96 | 0.87 | 0.48 |
| Hex | C7 | E3 | 10 | C | 0 | 5D | B | 44 | 57 | 30 |
| Octal | 307 | 343 | 20 | 14 | 0 | 135 | 13 | 104 | 127 | 60 |
| Binary | 11000111 | 11100011 | 10000 | 1100 | 0 | 1011101 | 1011 | 1000100 | 1010111 | 110000 |
Color Harmonies of #C7E310
Complementary color
Monochromatic Colors of #C7E310
Black with #C7E310
Text Example
Text Example
White with #C7E310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E310; }
p { color: rgb(199,227,16); }
H1.HeaderClassName
{
color: #C7E310;
}
.AnyTagClassName
{
color: #C7E310;
}
</style>
background-color css
<style>
a { background-color: #C7E310; }
a { background-color: rgb(199,227,16); }
div.DivClassName
{
background-color: #C7E310;
}
.BgClassName
{
background-color: #C7E310;
}
</style>
border-color css
<style>
span { border-color: #C7E310; }
span { border-color: rgb(199,227,16); }
td.TdClassName
{
border-color: #C7E310;
}
.TagClassName
{
border-color: #C7E310;
}
</style>