Shades of Mantis #80D552
Tints of Mantis #80D552
RGB
CMYK
RGB Variations
Color information
#80D552 (or 0x80D552) is known color: Mantis. HEX triplet: 80, D5 and 52. RGB value is (128,213,82). Sum of RGB (Red+Green+Blue) = 128+213+82=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 213 (83.59% from 255 or 50.35% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 213 - color contains mainly: green. Hex color #80D552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D552 is #7F2AAD. Grayscale: #ADADAD. Windows color (decimal): -8333998 or 5428608. OLE color: 5428608.
HSL color Cylindrical-coordinate representation of color #80D552: hue angle of 98.93º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80D552 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 213 | 82 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.16 |
| HSL | 98.93º | 0.61% | 0.58% | - |
| HSV(B) | 98.93º | 0.62% | 0.84% | - |
| XYZ | 34.22 | 52.79 | 16.37 | - |
| YUV | 172.65 | 76.84 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 213 | 82 | 0.40 | 0 | 0.62 | 0.16 | 98.93 | 0.61 | 0.58 |
| Hex | 80 | D5 | 52 | 28 | 0 | 3E | 10 | 63 | 3D | 3A |
| Octal | 200 | 325 | 122 | 50 | 0 | 76 | 20 | 143 | 75 | 72 |
| Binary | 10000000 | 11010101 | 1010010 | 101000 | 0 | 111110 | 10000 | 1100011 | 111101 | 111010 |
Color Harmonies of #80D552
Complementary color
Monochromatic Colors of #80D552
Black with #80D552
Text Example
Text Example
White with #80D552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D552; }
p { color: rgb(128,213,82); }
H1.HeaderClassName
{
color: #80D552;
}
.AnyTagClassName
{
color: #80D552;
}
</style>
background-color css
<style>
a { background-color: #80D552; }
a { background-color: rgb(128,213,82); }
div.DivClassName
{
background-color: #80D552;
}
.BgClassName
{
background-color: #80D552;
}
</style>
border-color css
<style>
span { border-color: #80D552; }
span { border-color: rgb(128,213,82); }
td.TdClassName
{
border-color: #80D552;
}
.TagClassName
{
border-color: #80D552;
}
</style>