Shades of Mantis #80D962
Tints of Mantis #80D962
RGB
CMYK
RGB Variations
Color information
#80D962 (or 0x80D962) is known color: Mantis. HEX triplet: 80, D9 and 62. RGB value is (128,217,98). Sum of RGB (Red+Green+Blue) = 128+217+98=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 217 - color contains mainly: green. Hex color #80D962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D962 is #7F269D. Grayscale: #B1B1B1. Windows color (decimal): -8332958 or 6478208. OLE color: 6478208.
HSL color Cylindrical-coordinate representation of color #80D962: hue angle of 104.87º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80D962 is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 217 | 98 | - |
| CMYK | 0.41 | 0 | 0.55 | 0.15 |
| HSL | 104.87º | 0.61% | 0.62% | - |
| HSV(B) | 104.87º | 0.55% | 0.85% | - |
| XYZ | 35.92 | 55.1 | 20.3 | - |
| YUV | 176.82 | 83.51 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 217 | 98 | 0.41 | 0 | 0.55 | 0.15 | 104.87 | 0.61 | 0.62 |
| Hex | 80 | D9 | 62 | 29 | 0 | 37 | F | 69 | 3D | 3E |
| Octal | 200 | 331 | 142 | 51 | 0 | 67 | 17 | 151 | 75 | 76 |
| Binary | 10000000 | 11011001 | 1100010 | 101001 | 0 | 110111 | 1111 | 1101001 | 111101 | 111110 |
Color Harmonies of #80D962
Complementary color
Monochromatic Colors of #80D962
Black with #80D962
Text Example
Text Example
White with #80D962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D962; }
p { color: rgb(128,217,98); }
H1.HeaderClassName
{
color: #80D962;
}
.AnyTagClassName
{
color: #80D962;
}
</style>
background-color css
<style>
a { background-color: #80D962; }
a { background-color: rgb(128,217,98); }
div.DivClassName
{
background-color: #80D962;
}
.BgClassName
{
background-color: #80D962;
}
</style>
border-color css
<style>
span { border-color: #80D962; }
span { border-color: rgb(128,217,98); }
td.TdClassName
{
border-color: #80D962;
}
.TagClassName
{
border-color: #80D962;
}
</style>