Shades of Inch Worm #8EDA03
Tints of Inch Worm #8EDA03
RGB
CMYK
RGB Variations
Color information
#8EDA03 (or 0x8EDA03) is known color: Inch Worm. HEX triplet: 8E, DA and 03. RGB value is (142,218,3). Sum of RGB (Red+Green+Blue) = 142+218+3=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 218 (85.55% from 255 or 60.06% from 363); Blue value is 3 (1.56% from 255 or 0.83% from 363); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EDA03 is #7125FC. Grayscale: #ABABAB. Windows color (decimal): -7415293 or 252558. OLE color: 252558.
HSL color Cylindrical-coordinate representation of color #8EDA03: hue angle of 81.21º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8EDA03 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 218 | 3 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.15 |
| HSL | 81.21º | 0.97% | 0.43% | - |
| HSV(B) | 81.21º | 0.99% | 0.85% | - |
| XYZ | 36.24 | 55.9 | 8.97 | - |
| YUV | 170.77 | 33.32 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 218 | 3 | 0.35 | 0 | 0.99 | 0.15 | 81.21 | 0.97 | 0.43 |
| Hex | 8E | DA | 3 | 23 | 0 | 63 | F | 51 | 61 | 2B |
| Octal | 216 | 332 | 3 | 43 | 0 | 143 | 17 | 121 | 141 | 53 |
| Binary | 10001110 | 11011010 | 11 | 100011 | 0 | 1100011 | 1111 | 1010001 | 1100001 | 101011 |
Color Harmonies of #8EDA03
Complementary color
Monochromatic Colors of #8EDA03
Black with #8EDA03
Text Example
Text Example
White with #8EDA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDA03; }
p { color: rgb(142,218,3); }
H1.HeaderClassName
{
color: #8EDA03;
}
.AnyTagClassName
{
color: #8EDA03;
}
</style>
background-color css
<style>
a { background-color: #8EDA03; }
a { background-color: rgb(142,218,3); }
div.DivClassName
{
background-color: #8EDA03;
}
.BgClassName
{
background-color: #8EDA03;
}
</style>
border-color css
<style>
span { border-color: #8EDA03; }
span { border-color: rgb(142,218,3); }
td.TdClassName
{
border-color: #8EDA03;
}
.TagClassName
{
border-color: #8EDA03;
}
</style>