Shades of Mantis #80DA58
Tints of Mantis #80DA58
RGB
CMYK
RGB Variations
Color information
#80DA58 (or 0x80DA58) is known color: Mantis. HEX triplet: 80, DA and 58. RGB value is (128,218,88). Sum of RGB (Red+Green+Blue) = 128+218+88=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 218 (85.55% from 255 or 50.23% from 434); Blue value is 88 (34.77% from 255 or 20.28% from 434); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DA58 is #7F25A7. Grayscale: #B0B0B0. Windows color (decimal): -8332712 or 5823104. OLE color: 5823104.
HSL color Cylindrical-coordinate representation of color #80DA58: hue angle of 101.54º 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 #80DA58 is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 218 | 88 | - |
| CMYK | 0.41 | 0 | 0.60 | 0.15 |
| HSL | 101.54º | 0.64% | 0.6% | - |
| HSV(B) | 101.54º | 0.6% | 0.85% | - |
| XYZ | 35.73 | 55.44 | 18.05 | - |
| YUV | 176.27 | 78.18 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 88 | 0.41 | 0 | 0.60 | 0.15 | 101.54 | 0.64 | 0.6 |
| Hex | 80 | DA | 58 | 29 | 0 | 3C | F | 66 | 40 | 3C |
| Octal | 200 | 332 | 130 | 51 | 0 | 74 | 17 | 146 | 100 | 74 |
| Binary | 10000000 | 11011010 | 1011000 | 101001 | 0 | 111100 | 1111 | 1100110 | 1000000 | 111100 |
Color Harmonies of #80DA58
Complementary color
Monochromatic Colors of #80DA58
Black with #80DA58
Text Example
Text Example
White with #80DA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DA58; }
p { color: rgb(128,218,88); }
H1.HeaderClassName
{
color: #80DA58;
}
.AnyTagClassName
{
color: #80DA58;
}
</style>
background-color css
<style>
a { background-color: #80DA58; }
a { background-color: rgb(128,218,88); }
div.DivClassName
{
background-color: #80DA58;
}
.BgClassName
{
background-color: #80DA58;
}
</style>
border-color css
<style>
span { border-color: #80DA58; }
span { border-color: rgb(128,218,88); }
td.TdClassName
{
border-color: #80DA58;
}
.TagClassName
{
border-color: #80DA58;
}
</style>