Shades of Mantis #80D85E
Tints of Mantis #80D85E
RGB
CMYK
RGB Variations
Color information
#80D85E (or 0x80D85E) is known color: Mantis. HEX triplet: 80, D8 and 5E. RGB value is (128,216,94). Sum of RGB (Red+Green+Blue) = 128+216+94=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 94 (37.11% from 255 or 21.46% from 438); Max value from RGB is 216 - color contains mainly: green. Hex color #80D85E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D85E is #7F27A1. Grayscale: #B0B0B0. Windows color (decimal): -8333218 or 6215808. OLE color: 6215808.
HSL color Cylindrical-coordinate representation of color #80D85E: hue angle of 103.28º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80D85E is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 216 | 94 | - |
| CMYK | 0.41 | 0 | 0.56 | 0.15 |
| HSL | 103.28º | 0.61% | 0.61% | - |
| HSV(B) | 103.28º | 0.56% | 0.85% | - |
| XYZ | 35.48 | 54.51 | 19.24 | - |
| YUV | 175.78 | 81.85 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 216 | 94 | 0.41 | 0 | 0.56 | 0.15 | 103.28 | 0.61 | 0.61 |
| Hex | 80 | D8 | 5E | 29 | 0 | 38 | F | 67 | 3D | 3D |
| Octal | 200 | 330 | 136 | 51 | 0 | 70 | 17 | 147 | 75 | 75 |
| Binary | 10000000 | 11011000 | 1011110 | 101001 | 0 | 111000 | 1111 | 1100111 | 111101 | 111101 |
Color Harmonies of #80D85E
Complementary color
Monochromatic Colors of #80D85E
Black with #80D85E
Text Example
Text Example
White with #80D85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D85E; }
p { color: rgb(128,216,94); }
H1.HeaderClassName
{
color: #80D85E;
}
.AnyTagClassName
{
color: #80D85E;
}
</style>
background-color css
<style>
a { background-color: #80D85E; }
a { background-color: rgb(128,216,94); }
div.DivClassName
{
background-color: #80D85E;
}
.BgClassName
{
background-color: #80D85E;
}
</style>
border-color css
<style>
span { border-color: #80D85E; }
span { border-color: rgb(128,216,94); }
td.TdClassName
{
border-color: #80D85E;
}
.TagClassName
{
border-color: #80D85E;
}
</style>