Shades of Mantis #8ECD5E
Tints of Mantis #8ECD5E
RGB
CMYK
RGB Variations
Color information
#8ECD5E (or 0x8ECD5E) is known color: Mantis. HEX triplet: 8E, CD and 5E. RGB value is (142,205,94). Sum of RGB (Red+Green+Blue) = 142+205+94=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECD5E is #7132A1. Grayscale: #ADADAD. Windows color (decimal): -7418530 or 6213006. OLE color: 6213006.
HSL color Cylindrical-coordinate representation of color #8ECD5E: hue angle of 94.05º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8ECD5E is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 205 | 94 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.20 |
| HSL | 94.05º | 0.53% | 0.59% | - |
| HSV(B) | 94.05º | 0.54% | 0.8% | - |
| XYZ | 35.01 | 50.22 | 18.44 | - |
| YUV | 173.51 | 83.13 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 205 | 94 | 0.31 | 0 | 0.54 | 0.20 | 94.05 | 0.53 | 0.59 |
| Hex | 8E | CD | 5E | 1F | 0 | 36 | 14 | 5E | 35 | 3B |
| Octal | 216 | 315 | 136 | 37 | 0 | 66 | 24 | 136 | 65 | 73 |
| Binary | 10001110 | 11001101 | 1011110 | 11111 | 0 | 110110 | 10100 | 1011110 | 110101 | 111011 |
Color Harmonies of #8ECD5E
Complementary color
Monochromatic Colors of #8ECD5E
Black with #8ECD5E
Text Example
Text Example
White with #8ECD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECD5E; }
p { color: rgb(142,205,94); }
H1.HeaderClassName
{
color: #8ECD5E;
}
.AnyTagClassName
{
color: #8ECD5E;
}
</style>
background-color css
<style>
a { background-color: #8ECD5E; }
a { background-color: rgb(142,205,94); }
div.DivClassName
{
background-color: #8ECD5E;
}
.BgClassName
{
background-color: #8ECD5E;
}
</style>
border-color css
<style>
span { border-color: #8ECD5E; }
span { border-color: rgb(142,205,94); }
td.TdClassName
{
border-color: #8ECD5E;
}
.TagClassName
{
border-color: #8ECD5E;
}
</style>