Shades of Mantis #80E457
Tints of Mantis #80E457
RGB
CMYK
RGB Variations
Color information
#80E457 (or 0x80E457) is known color: Mantis. HEX triplet: 80, E4 and 57. RGB value is (128,228,87). Sum of RGB (Red+Green+Blue) = 128+228+87=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 228 (89.45% from 255 or 51.47% from 443); Blue value is 87 (34.38% from 255 or 19.64% from 443); Max value from RGB is 228 - color contains mainly: green. Hex color #80E457 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E457 is #7F1BA8. Grayscale: #B6B6B6. Windows color (decimal): -8330153 or 5760128. OLE color: 5760128.
HSL color Cylindrical-coordinate representation of color #80E457: hue angle of 102.55º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80E457 is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 228 | 87 | - |
| CMYK | 0.44 | 0 | 0.62 | 0.11 |
| HSL | 102.55º | 0.72% | 0.62% | - |
| HSV(B) | 102.55º | 0.62% | 0.89% | - |
| XYZ | 38.37 | 60.76 | 18.72 | - |
| YUV | 182.03 | 74.37 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 228 | 87 | 0.44 | 0 | 0.62 | 0.11 | 102.55 | 0.72 | 0.62 |
| Hex | 80 | E4 | 57 | 2C | 0 | 3E | B | 67 | 48 | 3E |
| Octal | 200 | 344 | 127 | 54 | 0 | 76 | 13 | 147 | 110 | 76 |
| Binary | 10000000 | 11100100 | 1010111 | 101100 | 0 | 111110 | 1011 | 1100111 | 1001000 | 111110 |
Color Harmonies of #80E457
Complementary color
Monochromatic Colors of #80E457
Black with #80E457
Text Example
Text Example
White with #80E457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E457; }
p { color: rgb(128,228,87); }
H1.HeaderClassName
{
color: #80E457;
}
.AnyTagClassName
{
color: #80E457;
}
</style>
background-color css
<style>
a { background-color: #80E457; }
a { background-color: rgb(128,228,87); }
div.DivClassName
{
background-color: #80E457;
}
.BgClassName
{
background-color: #80E457;
}
</style>
border-color css
<style>
span { border-color: #80E457; }
span { border-color: rgb(128,228,87); }
td.TdClassName
{
border-color: #80E457;
}
.TagClassName
{
border-color: #80E457;
}
</style>