Shades of Mantis #80D051
Tints of Mantis #80D051
RGB
CMYK
RGB Variations
Color information
#80D051 (or 0x80D051) is known color: Mantis. HEX triplet: 80, D0 and 51. RGB value is (128,208,81). Sum of RGB (Red+Green+Blue) = 128+208+81=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 81 (32.03% from 255 or 19.42% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #80D051 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D051 is #7F2FAE. Grayscale: #AAAAAA. Windows color (decimal): -8335279 or 5361792. OLE color: 5361792.
HSL color Cylindrical-coordinate representation of color #80D051: hue angle of 97.8º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80D051 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 208 | 81 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.18 |
| HSL | 97.8º | 0.57% | 0.57% | - |
| HSV(B) | 97.8º | 0.61% | 0.82% | - |
| XYZ | 32.94 | 50.3 | 15.76 | - |
| YUV | 169.6 | 78 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 81 | 0.38 | 0 | 0.61 | 0.18 | 97.8 | 0.57 | 0.57 |
| Hex | 80 | D0 | 51 | 26 | 0 | 3D | 12 | 62 | 39 | 39 |
| Octal | 200 | 320 | 121 | 46 | 0 | 75 | 22 | 142 | 71 | 71 |
| Binary | 10000000 | 11010000 | 1010001 | 100110 | 0 | 111101 | 10010 | 1100010 | 111001 | 111001 |
Color Harmonies of #80D051
Complementary color
Monochromatic Colors of #80D051
Black with #80D051
Text Example
Text Example
White with #80D051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D051; }
p { color: rgb(128,208,81); }
H1.HeaderClassName
{
color: #80D051;
}
.AnyTagClassName
{
color: #80D051;
}
</style>
background-color css
<style>
a { background-color: #80D051; }
a { background-color: rgb(128,208,81); }
div.DivClassName
{
background-color: #80D051;
}
.BgClassName
{
background-color: #80D051;
}
</style>
border-color css
<style>
span { border-color: #80D051; }
span { border-color: rgb(128,208,81); }
td.TdClassName
{
border-color: #80D051;
}
.TagClassName
{
border-color: #80D051;
}
</style>