Shades of Mantis #80DA5C
Tints of Mantis #80DA5C
RGB
CMYK
RGB Variations
Color information
#80DA5C (or 0x80DA5C) is known color: Mantis. HEX triplet: 80, DA and 5C. RGB value is (128,218,92). Sum of RGB (Red+Green+Blue) = 128+218+92=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DA5C is #7F25A3. Grayscale: #B1B1B1. Windows color (decimal): -8332708 or 6085248. OLE color: 6085248.
HSL color Cylindrical-coordinate representation of color #80DA5C: hue angle of 102.86º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80DA5C is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 218 | 92 | - |
| CMYK | 0.41 | 0 | 0.58 | 0.15 |
| HSL | 102.86º | 0.63% | 0.61% | - |
| HSV(B) | 102.86º | 0.58% | 0.85% | - |
| XYZ | 35.91 | 55.5 | 18.95 | - |
| YUV | 176.73 | 80.18 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 92 | 0.41 | 0 | 0.58 | 0.15 | 102.86 | 0.63 | 0.61 |
| Hex | 80 | DA | 5C | 29 | 0 | 3A | F | 67 | 3F | 3D |
| Octal | 200 | 332 | 134 | 51 | 0 | 72 | 17 | 147 | 77 | 75 |
| Binary | 10000000 | 11011010 | 1011100 | 101001 | 0 | 111010 | 1111 | 1100111 | 111111 | 111101 |
Color Harmonies of #80DA5C
Complementary color
Monochromatic Colors of #80DA5C
Black with #80DA5C
Text Example
Text Example
White with #80DA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DA5C; }
p { color: rgb(128,218,92); }
H1.HeaderClassName
{
color: #80DA5C;
}
.AnyTagClassName
{
color: #80DA5C;
}
</style>
background-color css
<style>
a { background-color: #80DA5C; }
a { background-color: rgb(128,218,92); }
div.DivClassName
{
background-color: #80DA5C;
}
.BgClassName
{
background-color: #80DA5C;
}
</style>
border-color css
<style>
span { border-color: #80DA5C; }
span { border-color: rgb(128,218,92); }
td.TdClassName
{
border-color: #80DA5C;
}
.TagClassName
{
border-color: #80DA5C;
}
</style>