Shades of Mantis #8ECE50
Tints of Mantis #8ECE50
RGB
CMYK
RGB Variations
Color information
#8ECE50 (or 0x8ECE50) is known color: Mantis. HEX triplet: 8E, CE and 50. RGB value is (142,206,80). Sum of RGB (Red+Green+Blue) = 142+206+80=428 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.18% from 428); Green value is 206 (80.86% from 255 or 48.13% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECE50 is #7131AF. Grayscale: #ACACAC. Windows color (decimal): -7418288 or 5295758. OLE color: 5295758.
HSL color Cylindrical-coordinate representation of color #8ECE50: hue angle of 90.48º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8ECE50 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 206 | 80 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.19 |
| HSL | 90.48º | 0.56% | 0.56% | - |
| HSV(B) | 90.48º | 0.61% | 0.81% | - |
| XYZ | 34.67 | 50.47 | 15.5 | - |
| YUV | 172.5 | 75.8 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 206 | 80 | 0.31 | 0 | 0.61 | 0.19 | 90.48 | 0.56 | 0.56 |
| Hex | 8E | CE | 50 | 1F | 0 | 3D | 13 | 5A | 38 | 38 |
| Octal | 216 | 316 | 120 | 37 | 0 | 75 | 23 | 132 | 70 | 70 |
| Binary | 10001110 | 11001110 | 1010000 | 11111 | 0 | 111101 | 10011 | 1011010 | 111000 | 111000 |
Color Harmonies of #8ECE50
Complementary color
Monochromatic Colors of #8ECE50
Black with #8ECE50
Text Example
Text Example
White with #8ECE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECE50; }
p { color: rgb(142,206,80); }
H1.HeaderClassName
{
color: #8ECE50;
}
.AnyTagClassName
{
color: #8ECE50;
}
</style>
background-color css
<style>
a { background-color: #8ECE50; }
a { background-color: rgb(142,206,80); }
div.DivClassName
{
background-color: #8ECE50;
}
.BgClassName
{
background-color: #8ECE50;
}
</style>
border-color css
<style>
span { border-color: #8ECE50; }
span { border-color: rgb(142,206,80); }
td.TdClassName
{
border-color: #8ECE50;
}
.TagClassName
{
border-color: #8ECE50;
}
</style>