Shades of Inch Worm #C7E60D
Tints of Inch Worm #C7E60D
RGB
CMYK
RGB Variations
Color information
#C7E60D (or 0xC7E60D) is known color: Inch Worm. HEX triplet: C7, E6 and 0D. RGB value is (199,230,13). Sum of RGB (Red+Green+Blue) = 199+230+13=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 230 (90.23% from 255 or 52.04% from 442); Blue value is 13 (5.47% from 255 or 2.94% from 442); Max value from RGB is 230 - color contains mainly: green. Hex color #C7E60D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7E60D is #3819F2. Grayscale: #C4C4C4. Windows color (decimal): -3676659 or 911047. OLE color: 911047.
HSL color Cylindrical-coordinate representation of color #C7E60D: hue angle of 68.57º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7E60D is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 230 | 13 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.10 |
| HSL | 68.57º | 0.89% | 0.48% | - |
| HSV(B) | 68.57º | 0.94% | 0.9% | - |
| XYZ | 51.92 | 68.76 | 10.92 | - |
| YUV | 195.99 | 24.73 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 230 | 13 | 0.13 | 0 | 0.94 | 0.10 | 68.57 | 0.89 | 0.48 |
| Hex | C7 | E6 | D | D | 0 | 5E | A | 45 | 59 | 30 |
| Octal | 307 | 346 | 15 | 15 | 0 | 136 | 12 | 105 | 131 | 60 |
| Binary | 11000111 | 11100110 | 1101 | 1101 | 0 | 1011110 | 1010 | 1000101 | 1011001 | 110000 |
Color Harmonies of #C7E60D
Complementary color
Monochromatic Colors of #C7E60D
Black with #C7E60D
Text Example
Text Example
White with #C7E60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E60D; }
p { color: rgb(199,230,13); }
H1.HeaderClassName
{
color: #C7E60D;
}
.AnyTagClassName
{
color: #C7E60D;
}
</style>
background-color css
<style>
a { background-color: #C7E60D; }
a { background-color: rgb(199,230,13); }
div.DivClassName
{
background-color: #C7E60D;
}
.BgClassName
{
background-color: #C7E60D;
}
</style>
border-color css
<style>
span { border-color: #C7E60D; }
span { border-color: rgb(199,230,13); }
td.TdClassName
{
border-color: #C7E60D;
}
.TagClassName
{
border-color: #C7E60D;
}
</style>