Shades of Inch Worm #C7E313
Tints of Inch Worm #C7E313
RGB
CMYK
RGB Variations
Color information
#C7E313 (or 0xC7E313) is known color: Inch Worm. HEX triplet: C7, E3 and 13. RGB value is (199,227,19). Sum of RGB (Red+Green+Blue) = 199+227+19=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 227 (89.06% from 255 or 51.01% from 445); Blue value is 19 (7.81% from 255 or 4.27% from 445); Max value from RGB is 227 - color contains mainly: green. Hex color #C7E313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7E313 is #381CEC. Grayscale: #C3C3C3. Windows color (decimal): -3677421 or 1303495. OLE color: 1303495.
HSL color Cylindrical-coordinate representation of color #C7E313: hue angle of 68.08º 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 #C7E313 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 227 | 19 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.11 |
| HSL | 68.08º | 0.85% | 0.48% | - |
| HSV(B) | 68.08º | 0.92% | 0.89% | - |
| XYZ | 51.14 | 67.13 | 10.88 | - |
| YUV | 194.92 | 28.72 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 227 | 19 | 0.12 | 0 | 0.92 | 0.11 | 68.08 | 0.85 | 0.48 |
| Hex | C7 | E3 | 13 | C | 0 | 5C | B | 44 | 55 | 30 |
| Octal | 307 | 343 | 23 | 14 | 0 | 134 | 13 | 104 | 125 | 60 |
| Binary | 11000111 | 11100011 | 10011 | 1100 | 0 | 1011100 | 1011 | 1000100 | 1010101 | 110000 |
Color Harmonies of #C7E313
Complementary color
Monochromatic Colors of #C7E313
Black with #C7E313
Text Example
Text Example
White with #C7E313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E313; }
p { color: rgb(199,227,19); }
H1.HeaderClassName
{
color: #C7E313;
}
.AnyTagClassName
{
color: #C7E313;
}
</style>
background-color css
<style>
a { background-color: #C7E313; }
a { background-color: rgb(199,227,19); }
div.DivClassName
{
background-color: #C7E313;
}
.BgClassName
{
background-color: #C7E313;
}
</style>
border-color css
<style>
span { border-color: #C7E313; }
span { border-color: rgb(199,227,19); }
td.TdClassName
{
border-color: #C7E313;
}
.TagClassName
{
border-color: #C7E313;
}
</style>