Shades of Mantis #80D661
Tints of Mantis #80D661
RGB
CMYK
RGB Variations
Color information
#80D661 (or 0x80D661) is known color: Mantis. HEX triplet: 80, D6 and 61. RGB value is (128,214,97). Sum of RGB (Red+Green+Blue) = 128+214+97=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 214 (83.98% from 255 or 48.75% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 214 - color contains mainly: green. Hex color #80D661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D661 is #7F299E. Grayscale: #AFAFAF. Windows color (decimal): -8333727 or 6411904. OLE color: 6411904.
HSL color Cylindrical-coordinate representation of color #80D661: hue angle of 104.1º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80D661 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 214 | 97 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.16 |
| HSL | 104.1º | 0.59% | 0.61% | - |
| HSV(B) | 104.1º | 0.55% | 0.84% | - |
| XYZ | 35.11 | 53.55 | 19.79 | - |
| YUV | 174.95 | 84.01 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 214 | 97 | 0.40 | 0 | 0.55 | 0.16 | 104.1 | 0.59 | 0.61 |
| Hex | 80 | D6 | 61 | 28 | 0 | 37 | 10 | 68 | 3B | 3D |
| Octal | 200 | 326 | 141 | 50 | 0 | 67 | 20 | 150 | 73 | 75 |
| Binary | 10000000 | 11010110 | 1100001 | 101000 | 0 | 110111 | 10000 | 1101000 | 111011 | 111101 |
Color Harmonies of #80D661
Complementary color
Monochromatic Colors of #80D661
Black with #80D661
Text Example
Text Example
White with #80D661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D661; }
p { color: rgb(128,214,97); }
H1.HeaderClassName
{
color: #80D661;
}
.AnyTagClassName
{
color: #80D661;
}
</style>
background-color css
<style>
a { background-color: #80D661; }
a { background-color: rgb(128,214,97); }
div.DivClassName
{
background-color: #80D661;
}
.BgClassName
{
background-color: #80D661;
}
</style>
border-color css
<style>
span { border-color: #80D661; }
span { border-color: rgb(128,214,97); }
td.TdClassName
{
border-color: #80D661;
}
.TagClassName
{
border-color: #80D661;
}
</style>