Shades of Inch Worm #C7E00D
Tints of Inch Worm #C7E00D
RGB
CMYK
RGB Variations
Color information
#C7E00D (or 0xC7E00D) is known color: Inch Worm. HEX triplet: C7, E0 and 0D. RGB value is (199,224,13). Sum of RGB (Red+Green+Blue) = 199+224+13=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 224 (87.89% from 255 or 51.38% from 436); Blue value is 13 (5.47% from 255 or 2.98% from 436); Max value from RGB is 224 - color contains mainly: green. Hex color #C7E00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7E00D is #381FF2. Grayscale: #C1C1C1. Windows color (decimal): -3678195 or 909511. OLE color: 909511.
HSL color Cylindrical-coordinate representation of color #C7E00D: hue angle of 67.11º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7E00D is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 224 | 13 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.12 |
| HSL | 67.11º | 0.89% | 0.46% | - |
| HSV(B) | 67.11º | 0.94% | 0.88% | - |
| XYZ | 50.28 | 65.48 | 10.37 | - |
| YUV | 192.47 | 26.72 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 224 | 13 | 0.11 | 0 | 0.94 | 0.12 | 67.11 | 0.89 | 0.46 |
| Hex | C7 | E0 | D | B | 0 | 5E | C | 43 | 59 | 2E |
| Octal | 307 | 340 | 15 | 13 | 0 | 136 | 14 | 103 | 131 | 56 |
| Binary | 11000111 | 11100000 | 1101 | 1011 | 0 | 1011110 | 1100 | 1000011 | 1011001 | 101110 |
Color Harmonies of #C7E00D
Complementary color
Monochromatic Colors of #C7E00D
Black with #C7E00D
Text Example
Text Example
White with #C7E00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E00D; }
p { color: rgb(199,224,13); }
H1.HeaderClassName
{
color: #C7E00D;
}
.AnyTagClassName
{
color: #C7E00D;
}
</style>
background-color css
<style>
a { background-color: #C7E00D; }
a { background-color: rgb(199,224,13); }
div.DivClassName
{
background-color: #C7E00D;
}
.BgClassName
{
background-color: #C7E00D;
}
</style>
border-color css
<style>
span { border-color: #C7E00D; }
span { border-color: rgb(199,224,13); }
td.TdClassName
{
border-color: #C7E00D;
}
.TagClassName
{
border-color: #C7E00D;
}
</style>