Shades of Mantis #8ECE5A
Tints of Mantis #8ECE5A
RGB
CMYK
RGB Variations
Color information
#8ECE5A (or 0x8ECE5A) is known color: Mantis. HEX triplet: 8E, CE and 5A. RGB value is (142,206,90). Sum of RGB (Red+Green+Blue) = 142+206+90=438 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.42% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECE5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECE5A is #7131A5. Grayscale: #AEAEAE. Windows color (decimal): -7418278 or 5951118. OLE color: 5951118.
HSL color Cylindrical-coordinate representation of color #8ECE5A: hue angle of 93.1º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8ECE5A is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 90 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.19 |
| HSL | 93.1º | 0.54% | 0.58% | - |
| HSV(B) | 93.1º | 0.56% | 0.81% | - |
| XYZ | 35.07 | 50.63 | 17.6 | - |
| YUV | 173.64 | 80.8 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 90 | 0.31 | 0 | 0.56 | 0.19 | 93.1 | 0.54 | 0.58 |
| Hex | 8E | CE | 5A | 1F | 0 | 38 | 13 | 5D | 36 | 3A |
| Octal | 216 | 316 | 132 | 37 | 0 | 70 | 23 | 135 | 66 | 72 |
| Binary | 10001110 | 11001110 | 1011010 | 11111 | 0 | 111000 | 10011 | 1011101 | 110110 | 111010 |
Color Harmonies of #8ECE5A
Complementary color
Monochromatic Colors of #8ECE5A
Black with #8ECE5A
Text Example
Text Example
White with #8ECE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECE5A; }
p { color: rgb(142,206,90); }
H1.HeaderClassName
{
color: #8ECE5A;
}
.AnyTagClassName
{
color: #8ECE5A;
}
</style>
background-color css
<style>
a { background-color: #8ECE5A; }
a { background-color: rgb(142,206,90); }
div.DivClassName
{
background-color: #8ECE5A;
}
.BgClassName
{
background-color: #8ECE5A;
}
</style>
border-color css
<style>
span { border-color: #8ECE5A; }
span { border-color: rgb(142,206,90); }
td.TdClassName
{
border-color: #8ECE5A;
}
.TagClassName
{
border-color: #8ECE5A;
}
</style>