Shades of Mantis #80D85D
Tints of Mantis #80D85D
RGB
CMYK
RGB Variations
Color information
#80D85D (or 0x80D85D) is known color: Mantis. HEX triplet: 80, D8 and 5D. RGB value is (128,216,93). Sum of RGB (Red+Green+Blue) = 128+216+93=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 216 (84.77% from 255 or 49.43% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 216 - color contains mainly: green. Hex color #80D85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D85D is #7F27A2. Grayscale: #B0B0B0. Windows color (decimal): -8333219 or 6150272. OLE color: 6150272.
HSL color Cylindrical-coordinate representation of color #80D85D: hue angle of 102.93º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80D85D is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 216 | 93 | - |
| CMYK | 0.41 | 0 | 0.57 | 0.15 |
| HSL | 102.93º | 0.61% | 0.61% | - |
| HSV(B) | 102.93º | 0.57% | 0.85% | - |
| XYZ | 35.43 | 54.49 | 19.01 | - |
| YUV | 175.67 | 81.35 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 216 | 93 | 0.41 | 0 | 0.57 | 0.15 | 102.93 | 0.61 | 0.61 |
| Hex | 80 | D8 | 5D | 29 | 0 | 39 | F | 67 | 3D | 3D |
| Octal | 200 | 330 | 135 | 51 | 0 | 71 | 17 | 147 | 75 | 75 |
| Binary | 10000000 | 11011000 | 1011101 | 101001 | 0 | 111001 | 1111 | 1100111 | 111101 | 111101 |
Color Harmonies of #80D85D
Complementary color
Monochromatic Colors of #80D85D
Black with #80D85D
Text Example
Text Example
White with #80D85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D85D; }
p { color: rgb(128,216,93); }
H1.HeaderClassName
{
color: #80D85D;
}
.AnyTagClassName
{
color: #80D85D;
}
</style>
background-color css
<style>
a { background-color: #80D85D; }
a { background-color: rgb(128,216,93); }
div.DivClassName
{
background-color: #80D85D;
}
.BgClassName
{
background-color: #80D85D;
}
</style>
border-color css
<style>
span { border-color: #80D85D; }
span { border-color: rgb(128,216,93); }
td.TdClassName
{
border-color: #80D85D;
}
.TagClassName
{
border-color: #80D85D;
}
</style>