Shades of Mantis #80DA5A
Tints of Mantis #80DA5A
RGB
CMYK
RGB Variations
Color information
#80DA5A (or 0x80DA5A) is known color: Mantis. HEX triplet: 80, DA and 5A. RGB value is (128,218,90). Sum of RGB (Red+Green+Blue) = 128+218+90=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DA5A is #7F25A5. Grayscale: #B0B0B0. Windows color (decimal): -8332710 or 5954176. OLE color: 5954176.
HSL color Cylindrical-coordinate representation of color #80DA5A: hue angle of 102.19º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80DA5A is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 218 | 90 | - |
| CMYK | 0.41 | 0 | 0.59 | 0.15 |
| HSL | 102.19º | 0.63% | 0.6% | - |
| HSV(B) | 102.19º | 0.59% | 0.85% | - |
| XYZ | 35.82 | 55.47 | 18.49 | - |
| YUV | 176.5 | 79.18 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 90 | 0.41 | 0 | 0.59 | 0.15 | 102.19 | 0.63 | 0.6 |
| Hex | 80 | DA | 5A | 29 | 0 | 3B | F | 66 | 3F | 3C |
| Octal | 200 | 332 | 132 | 51 | 0 | 73 | 17 | 146 | 77 | 74 |
| Binary | 10000000 | 11011010 | 1011010 | 101001 | 0 | 111011 | 1111 | 1100110 | 111111 | 111100 |
Color Harmonies of #80DA5A
Complementary color
Monochromatic Colors of #80DA5A
Black with #80DA5A
Text Example
Text Example
White with #80DA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DA5A; }
p { color: rgb(128,218,90); }
H1.HeaderClassName
{
color: #80DA5A;
}
.AnyTagClassName
{
color: #80DA5A;
}
</style>
background-color css
<style>
a { background-color: #80DA5A; }
a { background-color: rgb(128,218,90); }
div.DivClassName
{
background-color: #80DA5A;
}
.BgClassName
{
background-color: #80DA5A;
}
</style>
border-color css
<style>
span { border-color: #80DA5A; }
span { border-color: rgb(128,218,90); }
td.TdClassName
{
border-color: #80DA5A;
}
.TagClassName
{
border-color: #80DA5A;
}
</style>