Shades of Mantis #80C761
Tints of Mantis #80C761
RGB
CMYK
RGB Variations
Color information
#80C761 (or 0x80C761) is known color: Mantis. HEX triplet: 80, C7 and 61. RGB value is (128,199,97). Sum of RGB (Red+Green+Blue) = 128+199+97=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 199 (78.12% from 255 or 46.93% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 199 - color contains mainly: green. Hex color #80C761 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C761 is #7F389E. Grayscale: #A6A6A6. Windows color (decimal): -8337567 or 6408064. OLE color: 6408064.
HSL color Cylindrical-coordinate representation of color #80C761: hue angle of 101.76º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80C761 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 199 | 97 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.22 |
| HSL | 101.76º | 0.48% | 0.58% | - |
| HSV(B) | 101.76º | 0.51% | 0.78% | - |
| XYZ | 31.48 | 46.3 | 18.59 | - |
| YUV | 166.14 | 88.98 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 199 | 97 | 0.36 | 0 | 0.51 | 0.22 | 101.76 | 0.48 | 0.58 |
| Hex | 80 | C7 | 61 | 24 | 0 | 33 | 16 | 66 | 30 | 3A |
| Octal | 200 | 307 | 141 | 44 | 0 | 63 | 26 | 146 | 60 | 72 |
| Binary | 10000000 | 11000111 | 1100001 | 100100 | 0 | 110011 | 10110 | 1100110 | 110000 | 111010 |
Color Harmonies of #80C761
Complementary color
Monochromatic Colors of #80C761
Black with #80C761
Text Example
Text Example
White with #80C761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C761; }
p { color: rgb(128,199,97); }
H1.HeaderClassName
{
color: #80C761;
}
.AnyTagClassName
{
color: #80C761;
}
</style>
background-color css
<style>
a { background-color: #80C761; }
a { background-color: rgb(128,199,97); }
div.DivClassName
{
background-color: #80C761;
}
.BgClassName
{
background-color: #80C761;
}
</style>
border-color css
<style>
span { border-color: #80C761; }
span { border-color: rgb(128,199,97); }
td.TdClassName
{
border-color: #80C761;
}
.TagClassName
{
border-color: #80C761;
}
</style>