Shades of Mantis #80D059
Tints of Mantis #80D059
RGB
CMYK
RGB Variations
Color information
#80D059 (or 0x80D059) is known color: Mantis. HEX triplet: 80, D0 and 59. RGB value is (128,208,89). Sum of RGB (Red+Green+Blue) = 128+208+89=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 208 (81.64% from 255 or 48.94% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 208 - color contains mainly: green. Hex color #80D059 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D059 is #7F2FA6. Grayscale: #AAAAAA. Windows color (decimal): -8335271 or 5886080. OLE color: 5886080.
HSL color Cylindrical-coordinate representation of color #80D059: hue angle of 100.34º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80D059 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 208 | 89 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.18 |
| HSL | 100.34º | 0.56% | 0.58% | - |
| HSV(B) | 100.34º | 0.57% | 0.82% | - |
| XYZ | 33.26 | 50.42 | 17.43 | - |
| YUV | 170.51 | 82 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 89 | 0.38 | 0 | 0.57 | 0.18 | 100.34 | 0.56 | 0.58 |
| Hex | 80 | D0 | 59 | 26 | 0 | 39 | 12 | 64 | 38 | 3A |
| Octal | 200 | 320 | 131 | 46 | 0 | 71 | 22 | 144 | 70 | 72 |
| Binary | 10000000 | 11010000 | 1011001 | 100110 | 0 | 111001 | 10010 | 1100100 | 111000 | 111010 |
Color Harmonies of #80D059
Complementary color
Monochromatic Colors of #80D059
Black with #80D059
Text Example
Text Example
White with #80D059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D059; }
p { color: rgb(128,208,89); }
H1.HeaderClassName
{
color: #80D059;
}
.AnyTagClassName
{
color: #80D059;
}
</style>
background-color css
<style>
a { background-color: #80D059; }
a { background-color: rgb(128,208,89); }
div.DivClassName
{
background-color: #80D059;
}
.BgClassName
{
background-color: #80D059;
}
</style>
border-color css
<style>
span { border-color: #80D059; }
span { border-color: rgb(128,208,89); }
td.TdClassName
{
border-color: #80D059;
}
.TagClassName
{
border-color: #80D059;
}
</style>