Shades of Mantis #8EDA58
Tints of Mantis #8EDA58
RGB
CMYK
RGB Variations
Color information
#8EDA58 (or 0x8EDA58) is known color: Mantis. HEX triplet: 8E, DA and 58. RGB value is (142,218,88). Sum of RGB (Red+Green+Blue) = 142+218+88=448 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.70% from 448); Green value is 218 (85.55% from 255 or 48.66% from 448); Blue value is 88 (34.77% from 255 or 19.64% from 448); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDA58 is #7125A7. Grayscale: #B4B4B4. Windows color (decimal): -7415208 or 5823118. OLE color: 5823118.
HSL color Cylindrical-coordinate representation of color #8EDA58: hue angle of 95.08º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8EDA58 is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 218 | 88 | - |
| CMYK | 0.35 | 0 | 0.60 | 0.15 |
| HSL | 95.08º | 0.64% | 0.6% | - |
| HSV(B) | 95.08º | 0.6% | 0.85% | - |
| XYZ | 37.99 | 56.6 | 18.15 | - |
| YUV | 180.46 | 75.82 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 218 | 88 | 0.35 | 0 | 0.60 | 0.15 | 95.08 | 0.64 | 0.6 |
| Hex | 8E | DA | 58 | 23 | 0 | 3C | F | 5F | 40 | 3C |
| Octal | 216 | 332 | 130 | 43 | 0 | 74 | 17 | 137 | 100 | 74 |
| Binary | 10001110 | 11011010 | 1011000 | 100011 | 0 | 111100 | 1111 | 1011111 | 1000000 | 111100 |
Color Harmonies of #8EDA58
Complementary color
Monochromatic Colors of #8EDA58
Black with #8EDA58
Text Example
Text Example
White with #8EDA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDA58; }
p { color: rgb(142,218,88); }
H1.HeaderClassName
{
color: #8EDA58;
}
.AnyTagClassName
{
color: #8EDA58;
}
</style>
background-color css
<style>
a { background-color: #8EDA58; }
a { background-color: rgb(142,218,88); }
div.DivClassName
{
background-color: #8EDA58;
}
.BgClassName
{
background-color: #8EDA58;
}
</style>
border-color css
<style>
span { border-color: #8EDA58; }
span { border-color: rgb(142,218,88); }
td.TdClassName
{
border-color: #8EDA58;
}
.TagClassName
{
border-color: #8EDA58;
}
</style>