Shades of Inch Worm #8EDB05
Tints of Inch Worm #8EDB05
RGB
CMYK
RGB Variations
Color information
#8EDB05 (or 0x8EDB05) is known color: Inch Worm. HEX triplet: 8E, DB and 05. RGB value is (142,219,5). Sum of RGB (Red+Green+Blue) = 142+219+5=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 219 (85.94% from 255 or 59.84% from 366); Blue value is 5 (2.34% from 255 or 1.37% from 366); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EDB05 is #7124FA. Grayscale: #ACACAC. Windows color (decimal): -7415035 or 383886. OLE color: 383886.
HSL color Cylindrical-coordinate representation of color #8EDB05: hue angle of 81.59º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8EDB05 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 219 | 5 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.14 |
| HSL | 81.59º | 0.96% | 0.44% | - |
| HSV(B) | 81.59º | 0.98% | 0.86% | - |
| XYZ | 36.51 | 56.42 | 9.11 | - |
| YUV | 171.58 | 33.99 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 219 | 5 | 0.35 | 0 | 0.98 | 0.14 | 81.59 | 0.96 | 0.44 |
| Hex | 8E | DB | 5 | 23 | 0 | 62 | E | 52 | 60 | 2C |
| Octal | 216 | 333 | 5 | 43 | 0 | 142 | 16 | 122 | 140 | 54 |
| Binary | 10001110 | 11011011 | 101 | 100011 | 0 | 1100010 | 1110 | 1010010 | 1100000 | 101100 |
Color Harmonies of #8EDB05
Complementary color
Monochromatic Colors of #8EDB05
Black with #8EDB05
Text Example
Text Example
White with #8EDB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDB05; }
p { color: rgb(142,219,5); }
H1.HeaderClassName
{
color: #8EDB05;
}
.AnyTagClassName
{
color: #8EDB05;
}
</style>
background-color css
<style>
a { background-color: #8EDB05; }
a { background-color: rgb(142,219,5); }
div.DivClassName
{
background-color: #8EDB05;
}
.BgClassName
{
background-color: #8EDB05;
}
</style>
border-color css
<style>
span { border-color: #8EDB05; }
span { border-color: rgb(142,219,5); }
td.TdClassName
{
border-color: #8EDB05;
}
.TagClassName
{
border-color: #8EDB05;
}
</style>