Shades of Mantis #80DA5D
Tints of Mantis #80DA5D
RGB
CMYK
RGB Variations
Color information
#80DA5D (or 0x80DA5D) is known color: Mantis. HEX triplet: 80, DA and 5D. RGB value is (128,218,93). Sum of RGB (Red+Green+Blue) = 128+218+93=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 218 (85.55% from 255 or 49.66% from 439); Blue value is 93 (36.72% from 255 or 21.18% from 439); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DA5D is #7F25A2. Grayscale: #B1B1B1. Windows color (decimal): -8332707 or 6150784. OLE color: 6150784.
HSL color Cylindrical-coordinate representation of color #80DA5D: hue angle of 103.2º degrees, saturation: 0.63, 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 #80DA5D is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 218 | 93 | - |
| CMYK | 0.41 | 0 | 0.57 | 0.15 |
| HSL | 103.2º | 0.63% | 0.61% | - |
| HSV(B) | 103.2º | 0.57% | 0.85% | - |
| XYZ | 35.95 | 55.52 | 19.18 | - |
| YUV | 176.84 | 80.68 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 93 | 0.41 | 0 | 0.57 | 0.15 | 103.2 | 0.63 | 0.61 |
| Hex | 80 | DA | 5D | 29 | 0 | 39 | F | 67 | 3F | 3D |
| Octal | 200 | 332 | 135 | 51 | 0 | 71 | 17 | 147 | 77 | 75 |
| Binary | 10000000 | 11011010 | 1011101 | 101001 | 0 | 111001 | 1111 | 1100111 | 111111 | 111101 |
Color Harmonies of #80DA5D
Complementary color
Monochromatic Colors of #80DA5D
Black with #80DA5D
Text Example
Text Example
White with #80DA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DA5D; }
p { color: rgb(128,218,93); }
H1.HeaderClassName
{
color: #80DA5D;
}
.AnyTagClassName
{
color: #80DA5D;
}
</style>
background-color css
<style>
a { background-color: #80DA5D; }
a { background-color: rgb(128,218,93); }
div.DivClassName
{
background-color: #80DA5D;
}
.BgClassName
{
background-color: #80DA5D;
}
</style>
border-color css
<style>
span { border-color: #80DA5D; }
span { border-color: rgb(128,218,93); }
td.TdClassName
{
border-color: #80DA5D;
}
.TagClassName
{
border-color: #80DA5D;
}
</style>