Shades of Inch Worm #C7EA0E
Tints of Inch Worm #C7EA0E
RGB
CMYK
RGB Variations
Color information
#C7EA0E (or 0xC7EA0E) is known color: Inch Worm. HEX triplet: C7, EA and 0E. RGB value is (199,234,14). Sum of RGB (Red+Green+Blue) = 199+234+14=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 234 (91.80% from 255 or 52.35% from 447); Blue value is 14 (5.86% from 255 or 3.13% from 447); Max value from RGB is 234 - color contains mainly: green. Hex color #C7EA0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7EA0E is #3815F1. Grayscale: #C7C7C7. Windows color (decimal): -3675634 or 977607. OLE color: 977607.
HSL color Cylindrical-coordinate representation of color #C7EA0E: hue angle of 69.55º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7EA0E is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 234 | 14 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.08 |
| HSL | 69.55º | 0.89% | 0.49% | - |
| HSV(B) | 69.55º | 0.94% | 0.92% | - |
| XYZ | 53.06 | 71.02 | 11.33 | - |
| YUV | 198.46 | 23.9 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 234 | 14 | 0.15 | 0 | 0.94 | 0.08 | 69.55 | 0.89 | 0.49 |
| Hex | C7 | EA | E | F | 0 | 5E | 8 | 46 | 59 | 31 |
| Octal | 307 | 352 | 16 | 17 | 0 | 136 | 10 | 106 | 131 | 61 |
| Binary | 11000111 | 11101010 | 1110 | 1111 | 0 | 1011110 | 1000 | 1000110 | 1011001 | 110001 |
Color Harmonies of #C7EA0E
Complementary color
Monochromatic Colors of #C7EA0E
Black with #C7EA0E
Text Example
Text Example
White with #C7EA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EA0E; }
p { color: rgb(199,234,14); }
H1.HeaderClassName
{
color: #C7EA0E;
}
.AnyTagClassName
{
color: #C7EA0E;
}
</style>
background-color css
<style>
a { background-color: #C7EA0E; }
a { background-color: rgb(199,234,14); }
div.DivClassName
{
background-color: #C7EA0E;
}
.BgClassName
{
background-color: #C7EA0E;
}
</style>
border-color css
<style>
span { border-color: #C7EA0E; }
span { border-color: rgb(199,234,14); }
td.TdClassName
{
border-color: #C7EA0E;
}
.TagClassName
{
border-color: #C7EA0E;
}
</style>