Shades of Mantis #8EDA61
Tints of Mantis #8EDA61
RGB
CMYK
RGB Variations
Color information
#8EDA61 (or 0x8EDA61) is known color: Mantis. HEX triplet: 8E, DA and 61. RGB value is (142,218,97). Sum of RGB (Red+Green+Blue) = 142+218+97=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDA61 is #71259E. Grayscale: #B5B5B5. Windows color (decimal): -7415199 or 6412942. OLE color: 6412942.
HSL color Cylindrical-coordinate representation of color #8EDA61: hue angle of 97.69º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8EDA61 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 218 | 97 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.15 |
| HSL | 97.69º | 0.62% | 0.62% | - |
| HSV(B) | 97.69º | 0.56% | 0.85% | - |
| XYZ | 38.38 | 56.76 | 20.24 | - |
| YUV | 181.48 | 80.32 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 218 | 97 | 0.35 | 0 | 0.56 | 0.15 | 97.69 | 0.62 | 0.62 |
| Hex | 8E | DA | 61 | 23 | 0 | 38 | F | 62 | 3E | 3E |
| Octal | 216 | 332 | 141 | 43 | 0 | 70 | 17 | 142 | 76 | 76 |
| Binary | 10001110 | 11011010 | 1100001 | 100011 | 0 | 111000 | 1111 | 1100010 | 111110 | 111110 |
Color Harmonies of #8EDA61
Complementary color
Monochromatic Colors of #8EDA61
Black with #8EDA61
Text Example
Text Example
White with #8EDA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDA61; }
p { color: rgb(142,218,97); }
H1.HeaderClassName
{
color: #8EDA61;
}
.AnyTagClassName
{
color: #8EDA61;
}
</style>
background-color css
<style>
a { background-color: #8EDA61; }
a { background-color: rgb(142,218,97); }
div.DivClassName
{
background-color: #8EDA61;
}
.BgClassName
{
background-color: #8EDA61;
}
</style>
border-color css
<style>
span { border-color: #8EDA61; }
span { border-color: rgb(142,218,97); }
td.TdClassName
{
border-color: #8EDA61;
}
.TagClassName
{
border-color: #8EDA61;
}
</style>