Shades of Mantis #80D964
Tints of Mantis #80D964
RGB
CMYK
RGB Variations
Color information
#80D964 (or 0x80D964) is known color: Mantis. HEX triplet: 80, D9 and 64. RGB value is (128,217,100). Sum of RGB (Red+Green+Blue) = 128+217+100=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 217 (85.16% from 255 or 48.76% from 445); Blue value is 100 (39.45% from 255 or 22.47% from 445); Max value from RGB is 217 - color contains mainly: green. Hex color #80D964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D964 is #7F269B. Grayscale: #B1B1B1. Windows color (decimal): -8332956 or 6609280. OLE color: 6609280.
HSL color Cylindrical-coordinate representation of color #80D964: hue angle of 105.64º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80D964 is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 217 | 100 | - |
| CMYK | 0.41 | 0 | 0.54 | 0.15 |
| HSL | 105.64º | 0.61% | 0.62% | - |
| HSV(B) | 105.64º | 0.54% | 0.85% | - |
| XYZ | 36.02 | 55.14 | 20.8 | - |
| YUV | 177.05 | 84.51 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 217 | 100 | 0.41 | 0 | 0.54 | 0.15 | 105.64 | 0.61 | 0.62 |
| Hex | 80 | D9 | 64 | 29 | 0 | 36 | F | 6A | 3D | 3E |
| Octal | 200 | 331 | 144 | 51 | 0 | 66 | 17 | 152 | 75 | 76 |
| Binary | 10000000 | 11011001 | 1100100 | 101001 | 0 | 110110 | 1111 | 1101010 | 111101 | 111110 |
Color Harmonies of #80D964
Complementary color
Monochromatic Colors of #80D964
Black with #80D964
Text Example
Text Example
White with #80D964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D964; }
p { color: rgb(128,217,100); }
H1.HeaderClassName
{
color: #80D964;
}
.AnyTagClassName
{
color: #80D964;
}
</style>
background-color css
<style>
a { background-color: #80D964; }
a { background-color: rgb(128,217,100); }
div.DivClassName
{
background-color: #80D964;
}
.BgClassName
{
background-color: #80D964;
}
</style>
border-color css
<style>
span { border-color: #80D964; }
span { border-color: rgb(128,217,100); }
td.TdClassName
{
border-color: #80D964;
}
.TagClassName
{
border-color: #80D964;
}
</style>