Shades of Inch Worm #8ED805
Tints of Inch Worm #8ED805
RGB
CMYK
RGB Variations
Color information
#8ED805 (or 0x8ED805) is known color: Inch Worm. HEX triplet: 8E, D8 and 05. RGB value is (142,216,5). Sum of RGB (Red+Green+Blue) = 142+216+5=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 216 (84.77% from 255 or 59.50% from 363); Blue value is 5 (2.34% from 255 or 1.38% from 363); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED805 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED805 is #7127FA. Grayscale: #AAAAAA. Windows color (decimal): -7415803 or 383118. OLE color: 383118.
HSL color Cylindrical-coordinate representation of color #8ED805: hue angle of 81.04º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8ED805 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 216 | 5 | - |
| CMYK | 0.34 | 0 | 0.98 | 0.15 |
| HSL | 81.04º | 0.95% | 0.43% | - |
| HSV(B) | 81.04º | 0.98% | 0.85% | - |
| XYZ | 35.74 | 54.87 | 8.85 | - |
| YUV | 169.82 | 34.98 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 216 | 5 | 0.34 | 0 | 0.98 | 0.15 | 81.04 | 0.95 | 0.43 |
| Hex | 8E | D8 | 5 | 22 | 0 | 62 | F | 51 | 5F | 2B |
| Octal | 216 | 330 | 5 | 42 | 0 | 142 | 17 | 121 | 137 | 53 |
| Binary | 10001110 | 11011000 | 101 | 100010 | 0 | 1100010 | 1111 | 1010001 | 1011111 | 101011 |
Color Harmonies of #8ED805
Complementary color
Monochromatic Colors of #8ED805
Black with #8ED805
Text Example
Text Example
White with #8ED805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED805; }
p { color: rgb(142,216,5); }
H1.HeaderClassName
{
color: #8ED805;
}
.AnyTagClassName
{
color: #8ED805;
}
</style>
background-color css
<style>
a { background-color: #8ED805; }
a { background-color: rgb(142,216,5); }
div.DivClassName
{
background-color: #8ED805;
}
.BgClassName
{
background-color: #8ED805;
}
</style>
border-color css
<style>
span { border-color: #8ED805; }
span { border-color: rgb(142,216,5); }
td.TdClassName
{
border-color: #8ED805;
}
.TagClassName
{
border-color: #8ED805;
}
</style>