Shades of Inch Worm #8EDA07
Tints of Inch Worm #8EDA07
RGB
CMYK
RGB Variations
Color information
#8EDA07 (or 0x8EDA07) is known color: Inch Worm. HEX triplet: 8E, DA and 07. RGB value is (142,218,7). Sum of RGB (Red+Green+Blue) = 142+218+7=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 218 (85.55% from 255 or 59.40% from 367); Blue value is 7 (3.12% from 255 or 1.91% from 367); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EDA07 is #7125F8. Grayscale: #ABABAB. Windows color (decimal): -7415289 or 514702. OLE color: 514702.
HSL color Cylindrical-coordinate representation of color #8EDA07: hue angle of 81.61º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8EDA07 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 218 | 7 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.15 |
| HSL | 81.61º | 0.94% | 0.44% | - |
| HSV(B) | 81.61º | 0.97% | 0.85% | - |
| XYZ | 36.27 | 55.91 | 9.08 | - |
| YUV | 171.22 | 35.32 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 218 | 7 | 0.35 | 0 | 0.97 | 0.15 | 81.61 | 0.94 | 0.44 |
| Hex | 8E | DA | 7 | 23 | 0 | 61 | F | 52 | 5E | 2C |
| Octal | 216 | 332 | 7 | 43 | 0 | 141 | 17 | 122 | 136 | 54 |
| Binary | 10001110 | 11011010 | 111 | 100011 | 0 | 1100001 | 1111 | 1010010 | 1011110 | 101100 |
Color Harmonies of #8EDA07
Complementary color
Monochromatic Colors of #8EDA07
Black with #8EDA07
Text Example
Text Example
White with #8EDA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDA07; }
p { color: rgb(142,218,7); }
H1.HeaderClassName
{
color: #8EDA07;
}
.AnyTagClassName
{
color: #8EDA07;
}
</style>
background-color css
<style>
a { background-color: #8EDA07; }
a { background-color: rgb(142,218,7); }
div.DivClassName
{
background-color: #8EDA07;
}
.BgClassName
{
background-color: #8EDA07;
}
</style>
border-color css
<style>
span { border-color: #8EDA07; }
span { border-color: rgb(142,218,7); }
td.TdClassName
{
border-color: #8EDA07;
}
.TagClassName
{
border-color: #8EDA07;
}
</style>