Shades of Mantis #80D952
Tints of Mantis #80D952
RGB
CMYK
RGB Variations
Color information
#80D952 (or 0x80D952) is known color: Mantis. HEX triplet: 80, D9 and 52. RGB value is (128,217,82). Sum of RGB (Red+Green+Blue) = 128+217+82=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 217 (85.16% from 255 or 50.82% from 427); Blue value is 82 (32.42% from 255 or 19.20% from 427); Max value from RGB is 217 - color contains mainly: green. Hex color #80D952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D952 is #7F26AD. Grayscale: #AFAFAF. Windows color (decimal): -8332974 or 5429632. OLE color: 5429632.
HSL color Cylindrical-coordinate representation of color #80D952: hue angle of 99.56º degrees, saturation: 0.64, 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 #80D952 is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 217 | 82 | - |
| CMYK | 0.41 | 0 | 0.62 | 0.15 |
| HSL | 99.56º | 0.64% | 0.59% | - |
| HSV(B) | 99.56º | 0.62% | 0.85% | - |
| XYZ | 35.24 | 54.82 | 16.71 | - |
| YUV | 175 | 75.51 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 217 | 82 | 0.41 | 0 | 0.62 | 0.15 | 99.56 | 0.64 | 0.59 |
| Hex | 80 | D9 | 52 | 29 | 0 | 3E | F | 64 | 40 | 3B |
| Octal | 200 | 331 | 122 | 51 | 0 | 76 | 17 | 144 | 100 | 73 |
| Binary | 10000000 | 11011001 | 1010010 | 101001 | 0 | 111110 | 1111 | 1100100 | 1000000 | 111011 |
Color Harmonies of #80D952
Complementary color
Monochromatic Colors of #80D952
Black with #80D952
Text Example
Text Example
White with #80D952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D952; }
p { color: rgb(128,217,82); }
H1.HeaderClassName
{
color: #80D952;
}
.AnyTagClassName
{
color: #80D952;
}
</style>
background-color css
<style>
a { background-color: #80D952; }
a { background-color: rgb(128,217,82); }
div.DivClassName
{
background-color: #80D952;
}
.BgClassName
{
background-color: #80D952;
}
</style>
border-color css
<style>
span { border-color: #80D952; }
span { border-color: rgb(128,217,82); }
td.TdClassName
{
border-color: #80D952;
}
.TagClassName
{
border-color: #80D952;
}
</style>