Shades of Inch Worm #C7E005
Tints of Inch Worm #C7E005
RGB
CMYK
RGB Variations
Color information
#C7E005 (or 0xC7E005) is known color: Inch Worm. HEX triplet: C7, E0 and 05. RGB value is (199,224,5). Sum of RGB (Red+Green+Blue) = 199+224+5=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 224 (87.89% from 255 or 52.34% from 428); Blue value is 5 (2.34% from 255 or 1.17% from 428); Max value from RGB is 224 - color contains mainly: green. Hex color #C7E005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7E005 is #381FFA. Grayscale: #C0C0C0. Windows color (decimal): -3678203 or 385223. OLE color: 385223.
HSL color Cylindrical-coordinate representation of color #C7E005: hue angle of 66.85º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7E005 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 224 | 5 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.12 |
| HSL | 66.85º | 0.96% | 0.45% | - |
| HSV(B) | 66.85º | 0.98% | 0.88% | - |
| XYZ | 50.24 | 65.46 | 10.13 | - |
| YUV | 191.56 | 22.72 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 224 | 5 | 0.11 | 0 | 0.98 | 0.12 | 66.85 | 0.96 | 0.45 |
| Hex | C7 | E0 | 5 | B | 0 | 62 | C | 43 | 60 | 2D |
| Octal | 307 | 340 | 5 | 13 | 0 | 142 | 14 | 103 | 140 | 55 |
| Binary | 11000111 | 11100000 | 101 | 1011 | 0 | 1100010 | 1100 | 1000011 | 1100000 | 101101 |
Color Harmonies of #C7E005
Complementary color
Monochromatic Colors of #C7E005
Black with #C7E005
Text Example
Text Example
White with #C7E005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E005; }
p { color: rgb(199,224,5); }
H1.HeaderClassName
{
color: #C7E005;
}
.AnyTagClassName
{
color: #C7E005;
}
</style>
background-color css
<style>
a { background-color: #C7E005; }
a { background-color: rgb(199,224,5); }
div.DivClassName
{
background-color: #C7E005;
}
.BgClassName
{
background-color: #C7E005;
}
</style>
border-color css
<style>
span { border-color: #C7E005; }
span { border-color: rgb(199,224,5); }
td.TdClassName
{
border-color: #C7E005;
}
.TagClassName
{
border-color: #C7E005;
}
</style>