Shades of Mantis #8EDE5A
Tints of Mantis #8EDE5A
RGB
CMYK
RGB Variations
Color information
#8EDE5A (or 0x8EDE5A) is known color: Mantis. HEX triplet: 8E, DE and 5A. RGB value is (142,222,90). Sum of RGB (Red+Green+Blue) = 142+222+90=454 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.28% from 454); Green value is 222 (87.11% from 255 or 48.90% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDE5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDE5A is #7121A5. Grayscale: #B7B7B7. Windows color (decimal): -7414182 or 5955214. OLE color: 5955214.
HSL color Cylindrical-coordinate representation of color #8EDE5A: hue angle of 96.36º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8EDE5A is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 222 | 90 | - |
| CMYK | 0.36 | 0 | 0.59 | 0.13 |
| HSL | 96.36º | 0.67% | 0.61% | - |
| HSV(B) | 96.36º | 0.59% | 0.87% | - |
| XYZ | 39.12 | 58.73 | 18.95 | - |
| YUV | 183.03 | 75.5 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 222 | 90 | 0.36 | 0 | 0.59 | 0.13 | 96.36 | 0.67 | 0.61 |
| Hex | 8E | DE | 5A | 24 | 0 | 3B | D | 60 | 43 | 3D |
| Octal | 216 | 336 | 132 | 44 | 0 | 73 | 15 | 140 | 103 | 75 |
| Binary | 10001110 | 11011110 | 1011010 | 100100 | 0 | 111011 | 1101 | 1100000 | 1000011 | 111101 |
Color Harmonies of #8EDE5A
Complementary color
Monochromatic Colors of #8EDE5A
Black with #8EDE5A
Text Example
Text Example
White with #8EDE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDE5A; }
p { color: rgb(142,222,90); }
H1.HeaderClassName
{
color: #8EDE5A;
}
.AnyTagClassName
{
color: #8EDE5A;
}
</style>
background-color css
<style>
a { background-color: #8EDE5A; }
a { background-color: rgb(142,222,90); }
div.DivClassName
{
background-color: #8EDE5A;
}
.BgClassName
{
background-color: #8EDE5A;
}
</style>
border-color css
<style>
span { border-color: #8EDE5A; }
span { border-color: rgb(142,222,90); }
td.TdClassName
{
border-color: #8EDE5A;
}
.TagClassName
{
border-color: #8EDE5A;
}
</style>