Shades of Mantis #80D951
Tints of Mantis #80D951
RGB
CMYK
RGB Variations
Color information
#80D951 (or 0x80D951) is known color: Mantis. HEX triplet: 80, D9 and 51. RGB value is (128,217,81). Sum of RGB (Red+Green+Blue) = 128+217+81=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 217 (85.16% from 255 or 50.94% from 426); Blue value is 81 (32.03% from 255 or 19.01% from 426); Max value from RGB is 217 - color contains mainly: green. Hex color #80D951 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D951 is #7F26AE. Grayscale: #AFAFAF. Windows color (decimal): -8332975 or 5364096. OLE color: 5364096.
HSL color Cylindrical-coordinate representation of color #80D951: hue angle of 99.26º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80D951 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 217 | 81 | - |
| CMYK | 0.41 | 0 | 0.63 | 0.15 |
| HSL | 99.26º | 0.64% | 0.58% | - |
| HSV(B) | 99.26º | 0.63% | 0.85% | - |
| XYZ | 35.2 | 54.81 | 16.51 | - |
| YUV | 174.89 | 75.01 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 217 | 81 | 0.41 | 0 | 0.63 | 0.15 | 99.26 | 0.64 | 0.58 |
| Hex | 80 | D9 | 51 | 29 | 0 | 3F | F | 63 | 40 | 3A |
| Octal | 200 | 331 | 121 | 51 | 0 | 77 | 17 | 143 | 100 | 72 |
| Binary | 10000000 | 11011001 | 1010001 | 101001 | 0 | 111111 | 1111 | 1100011 | 1000000 | 111010 |
Color Harmonies of #80D951
Complementary color
Monochromatic Colors of #80D951
Black with #80D951
Text Example
Text Example
White with #80D951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D951; }
p { color: rgb(128,217,81); }
H1.HeaderClassName
{
color: #80D951;
}
.AnyTagClassName
{
color: #80D951;
}
</style>
background-color css
<style>
a { background-color: #80D951; }
a { background-color: rgb(128,217,81); }
div.DivClassName
{
background-color: #80D951;
}
.BgClassName
{
background-color: #80D951;
}
</style>
border-color css
<style>
span { border-color: #80D951; }
span { border-color: rgb(128,217,81); }
td.TdClassName
{
border-color: #80D951;
}
.TagClassName
{
border-color: #80D951;
}
</style>