Shades of Mantis #80DA52
Tints of Mantis #80DA52
RGB
CMYK
RGB Variations
Color information
#80DA52 (or 0x80DA52) is known color: Mantis. HEX triplet: 80, DA and 52. RGB value is (128,218,82). Sum of RGB (Red+Green+Blue) = 128+218+82=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 218 (85.55% from 255 or 50.93% from 428); Blue value is 82 (32.42% from 255 or 19.16% from 428); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DA52 is #7F25AD. Grayscale: #B0B0B0. Windows color (decimal): -8332718 or 5429888. OLE color: 5429888.
HSL color Cylindrical-coordinate representation of color #80DA52: hue angle of 99.71º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80DA52 is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 218 | 82 | - |
| CMYK | 0.41 | 0 | 0.62 | 0.15 |
| HSL | 99.71º | 0.65% | 0.59% | - |
| HSV(B) | 99.71º | 0.62% | 0.85% | - |
| XYZ | 35.5 | 55.34 | 16.79 | - |
| YUV | 175.59 | 75.18 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 82 | 0.41 | 0 | 0.62 | 0.15 | 99.71 | 0.65 | 0.59 |
| Hex | 80 | DA | 52 | 29 | 0 | 3E | F | 64 | 41 | 3B |
| Octal | 200 | 332 | 122 | 51 | 0 | 76 | 17 | 144 | 101 | 73 |
| Binary | 10000000 | 11011010 | 1010010 | 101001 | 0 | 111110 | 1111 | 1100100 | 1000001 | 111011 |
Color Harmonies of #80DA52
Complementary color
Monochromatic Colors of #80DA52
Black with #80DA52
Text Example
Text Example
White with #80DA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DA52; }
p { color: rgb(128,218,82); }
H1.HeaderClassName
{
color: #80DA52;
}
.AnyTagClassName
{
color: #80DA52;
}
</style>
background-color css
<style>
a { background-color: #80DA52; }
a { background-color: rgb(128,218,82); }
div.DivClassName
{
background-color: #80DA52;
}
.BgClassName
{
background-color: #80DA52;
}
</style>
border-color css
<style>
span { border-color: #80DA52; }
span { border-color: rgb(128,218,82); }
td.TdClassName
{
border-color: #80DA52;
}
.TagClassName
{
border-color: #80DA52;
}
</style>