Shades of Mantis #80DA57
Tints of Mantis #80DA57
RGB
CMYK
RGB Variations
Color information
#80DA57 (or 0x80DA57) is known color: Mantis. HEX triplet: 80, DA and 57. RGB value is (128,218,87). Sum of RGB (Red+Green+Blue) = 128+218+87=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 218 (85.55% from 255 or 50.35% from 433); Blue value is 87 (34.38% from 255 or 20.09% from 433); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DA57 is #7F25A8. Grayscale: #B0B0B0. Windows color (decimal): -8332713 or 5757568. OLE color: 5757568.
HSL color Cylindrical-coordinate representation of color #80DA57: hue angle of 101.22º degrees, saturation: 0.64, 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 #80DA57 is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 218 | 87 | - |
| CMYK | 0.41 | 0 | 0.60 | 0.15 |
| HSL | 101.22º | 0.64% | 0.6% | - |
| HSV(B) | 101.22º | 0.6% | 0.85% | - |
| XYZ | 35.69 | 55.42 | 17.83 | - |
| YUV | 176.16 | 77.68 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 87 | 0.41 | 0 | 0.60 | 0.15 | 101.22 | 0.64 | 0.6 |
| Hex | 80 | DA | 57 | 29 | 0 | 3C | F | 65 | 40 | 3C |
| Octal | 200 | 332 | 127 | 51 | 0 | 74 | 17 | 145 | 100 | 74 |
| Binary | 10000000 | 11011010 | 1010111 | 101001 | 0 | 111100 | 1111 | 1100101 | 1000000 | 111100 |
Color Harmonies of #80DA57
Complementary color
Monochromatic Colors of #80DA57
Black with #80DA57
Text Example
Text Example
White with #80DA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DA57; }
p { color: rgb(128,218,87); }
H1.HeaderClassName
{
color: #80DA57;
}
.AnyTagClassName
{
color: #80DA57;
}
</style>
background-color css
<style>
a { background-color: #80DA57; }
a { background-color: rgb(128,218,87); }
div.DivClassName
{
background-color: #80DA57;
}
.BgClassName
{
background-color: #80DA57;
}
</style>
border-color css
<style>
span { border-color: #80DA57; }
span { border-color: rgb(128,218,87); }
td.TdClassName
{
border-color: #80DA57;
}
.TagClassName
{
border-color: #80DA57;
}
</style>