Shades of Mantis #8EDB5F
Tints of Mantis #8EDB5F
RGB
CMYK
RGB Variations
Color information
#8EDB5F (or 0x8EDB5F) is known color: Mantis. HEX triplet: 8E, DB and 5F. RGB value is (142,219,95). Sum of RGB (Red+Green+Blue) = 142+219+95=456 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.14% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 95 (37.5% from 255 or 20.83% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDB5F is #7124A0. Grayscale: #B6B6B6. Windows color (decimal): -7414945 or 6282126. OLE color: 6282126.
HSL color Cylindrical-coordinate representation of color #8EDB5F: hue angle of 97.26º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8EDB5F is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 219 | 95 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.14 |
| HSL | 97.26º | 0.63% | 0.62% | - |
| HSV(B) | 97.26º | 0.57% | 0.86% | - |
| XYZ | 38.55 | 57.24 | 19.84 | - |
| YUV | 181.84 | 78.99 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 219 | 95 | 0.35 | 0 | 0.57 | 0.14 | 97.26 | 0.63 | 0.62 |
| Hex | 8E | DB | 5F | 23 | 0 | 39 | E | 61 | 3F | 3E |
| Octal | 216 | 333 | 137 | 43 | 0 | 71 | 16 | 141 | 77 | 76 |
| Binary | 10001110 | 11011011 | 1011111 | 100011 | 0 | 111001 | 1110 | 1100001 | 111111 | 111110 |
Color Harmonies of #8EDB5F
Complementary color
Monochromatic Colors of #8EDB5F
Black with #8EDB5F
Text Example
Text Example
White with #8EDB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDB5F; }
p { color: rgb(142,219,95); }
H1.HeaderClassName
{
color: #8EDB5F;
}
.AnyTagClassName
{
color: #8EDB5F;
}
</style>
background-color css
<style>
a { background-color: #8EDB5F; }
a { background-color: rgb(142,219,95); }
div.DivClassName
{
background-color: #8EDB5F;
}
.BgClassName
{
background-color: #8EDB5F;
}
</style>
border-color css
<style>
span { border-color: #8EDB5F; }
span { border-color: rgb(142,219,95); }
td.TdClassName
{
border-color: #8EDB5F;
}
.TagClassName
{
border-color: #8EDB5F;
}
</style>