Shades of Mantis #80D957
Tints of Mantis #80D957
RGB
CMYK
RGB Variations
Color information
#80D957 (or 0x80D957) is known color: Mantis. HEX triplet: 80, D9 and 57. RGB value is (128,217,87). Sum of RGB (Red+Green+Blue) = 128+217+87=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 217 (85.16% from 255 or 50.23% from 432); Blue value is 87 (34.38% from 255 or 20.14% from 432); Max value from RGB is 217 - color contains mainly: green. Hex color #80D957 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D957 is #7F26A8. Grayscale: #B0B0B0. Windows color (decimal): -8332969 or 5757312. OLE color: 5757312.
HSL color Cylindrical-coordinate representation of color #80D957: hue angle of 101.08º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80D957 is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 217 | 87 | - |
| CMYK | 0.41 | 0 | 0.60 | 0.15 |
| HSL | 101.08º | 0.63% | 0.6% | - |
| HSV(B) | 101.08º | 0.6% | 0.85% | - |
| XYZ | 35.44 | 54.9 | 17.75 | - |
| YUV | 175.57 | 78.01 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 217 | 87 | 0.41 | 0 | 0.60 | 0.15 | 101.08 | 0.63 | 0.6 |
| Hex | 80 | D9 | 57 | 29 | 0 | 3C | F | 65 | 3F | 3C |
| Octal | 200 | 331 | 127 | 51 | 0 | 74 | 17 | 145 | 77 | 74 |
| Binary | 10000000 | 11011001 | 1010111 | 101001 | 0 | 111100 | 1111 | 1100101 | 111111 | 111100 |
Color Harmonies of #80D957
Complementary color
Monochromatic Colors of #80D957
Black with #80D957
Text Example
Text Example
White with #80D957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D957; }
p { color: rgb(128,217,87); }
H1.HeaderClassName
{
color: #80D957;
}
.AnyTagClassName
{
color: #80D957;
}
</style>
background-color css
<style>
a { background-color: #80D957; }
a { background-color: rgb(128,217,87); }
div.DivClassName
{
background-color: #80D957;
}
.BgClassName
{
background-color: #80D957;
}
</style>
border-color css
<style>
span { border-color: #80D957; }
span { border-color: rgb(128,217,87); }
td.TdClassName
{
border-color: #80D957;
}
.TagClassName
{
border-color: #80D957;
}
</style>