Shades of Inch Worm #8ED702
Tints of Inch Worm #8ED702
RGB
CMYK
RGB Variations
Color information
#8ED702 (or 0x8ED702) is known color: Inch Worm. HEX triplet: 8E, D7 and 02. RGB value is (142,215,2). Sum of RGB (Red+Green+Blue) = 142+215+2=359 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.55% from 359); Green value is 215 (84.38% from 255 or 59.89% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED702 is #7128FD. Grayscale: #A9A9A9. Windows color (decimal): -7416062 or 186254. OLE color: 186254.
HSL color Cylindrical-coordinate representation of color #8ED702: hue angle of 80.56º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8ED702 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 215 | 2 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.16 |
| HSL | 80.56º | 0.98% | 0.43% | - |
| HSV(B) | 80.56º | 0.99% | 0.84% | - |
| XYZ | 35.47 | 54.36 | 8.68 | - |
| YUV | 168.89 | 33.82 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 215 | 2 | 0.34 | 0 | 0.99 | 0.16 | 80.56 | 0.98 | 0.43 |
| Hex | 8E | D7 | 2 | 22 | 0 | 63 | 10 | 51 | 62 | 2B |
| Octal | 216 | 327 | 2 | 42 | 0 | 143 | 20 | 121 | 142 | 53 |
| Binary | 10001110 | 11010111 | 10 | 100010 | 0 | 1100011 | 10000 | 1010001 | 1100010 | 101011 |
Color Harmonies of #8ED702
Complementary color
Monochromatic Colors of #8ED702
Black with #8ED702
Text Example
Text Example
White with #8ED702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED702; }
p { color: rgb(142,215,2); }
H1.HeaderClassName
{
color: #8ED702;
}
.AnyTagClassName
{
color: #8ED702;
}
</style>
background-color css
<style>
a { background-color: #8ED702; }
a { background-color: rgb(142,215,2); }
div.DivClassName
{
background-color: #8ED702;
}
.BgClassName
{
background-color: #8ED702;
}
</style>
border-color css
<style>
span { border-color: #8ED702; }
span { border-color: rgb(142,215,2); }
td.TdClassName
{
border-color: #8ED702;
}
.TagClassName
{
border-color: #8ED702;
}
</style>