Shades of Mantis #80DC52
Tints of Mantis #80DC52
RGB
CMYK
RGB Variations
Color information
#80DC52 (or 0x80DC52) is known color: Mantis. HEX triplet: 80, DC and 52. RGB value is (128,220,82). Sum of RGB (Red+Green+Blue) = 128+220+82=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80DC52 is #7F23AD. Grayscale: #B1B1B1. Windows color (decimal): -8332206 or 5430400. OLE color: 5430400.
HSL color Cylindrical-coordinate representation of color #80DC52: hue angle of 100º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80DC52 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 82 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.14 |
| HSL | 100º | 0.66% | 0.59% | - |
| HSV(B) | 100º | 0.63% | 0.86% | - |
| XYZ | 36.02 | 56.38 | 16.97 | - |
| YUV | 176.76 | 74.52 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 82 | 0.42 | 0 | 0.63 | 0.14 | 100 | 0.66 | 0.59 |
| Hex | 80 | DC | 52 | 2A | 0 | 3F | E | 64 | 42 | 3B |
| Octal | 200 | 334 | 122 | 52 | 0 | 77 | 16 | 144 | 102 | 73 |
| Binary | 10000000 | 11011100 | 1010010 | 101010 | 0 | 111111 | 1110 | 1100100 | 1000010 | 111011 |
Color Harmonies of #80DC52
Complementary color
Monochromatic Colors of #80DC52
Black with #80DC52
Text Example
Text Example
White with #80DC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DC52; }
p { color: rgb(128,220,82); }
H1.HeaderClassName
{
color: #80DC52;
}
.AnyTagClassName
{
color: #80DC52;
}
</style>
background-color css
<style>
a { background-color: #80DC52; }
a { background-color: rgb(128,220,82); }
div.DivClassName
{
background-color: #80DC52;
}
.BgClassName
{
background-color: #80DC52;
}
</style>
border-color css
<style>
span { border-color: #80DC52; }
span { border-color: rgb(128,220,82); }
td.TdClassName
{
border-color: #80DC52;
}
.TagClassName
{
border-color: #80DC52;
}
</style>