Shades of Mantis #80C252
Tints of Mantis #80C252
RGB
CMYK
RGB Variations
Color information
#80C252 (or 0x80C252) is known color: Mantis. HEX triplet: 80, C2 and 52. RGB value is (128,194,82). Sum of RGB (Red+Green+Blue) = 128+194+82=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #80C252 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C252 is #7F3DAD. Grayscale: #A1A1A1. Windows color (decimal): -8338862 or 5423744. OLE color: 5423744.
HSL color Cylindrical-coordinate representation of color #80C252: hue angle of 95.36º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80C252 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 194 | 82 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.24 |
| HSL | 95.36º | 0.48% | 0.54% | - |
| HSV(B) | 95.36º | 0.58% | 0.76% | - |
| XYZ | 29.72 | 43.78 | 14.87 | - |
| YUV | 161.5 | 83.13 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 194 | 82 | 0.34 | 0 | 0.58 | 0.24 | 95.36 | 0.48 | 0.54 |
| Hex | 80 | C2 | 52 | 22 | 0 | 3A | 18 | 5F | 30 | 36 |
| Octal | 200 | 302 | 122 | 42 | 0 | 72 | 30 | 137 | 60 | 66 |
| Binary | 10000000 | 11000010 | 1010010 | 100010 | 0 | 111010 | 11000 | 1011111 | 110000 | 110110 |
Color Harmonies of #80C252
Complementary color
Monochromatic Colors of #80C252
Black with #80C252
Text Example
Text Example
White with #80C252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C252; }
p { color: rgb(128,194,82); }
H1.HeaderClassName
{
color: #80C252;
}
.AnyTagClassName
{
color: #80C252;
}
</style>
background-color css
<style>
a { background-color: #80C252; }
a { background-color: rgb(128,194,82); }
div.DivClassName
{
background-color: #80C252;
}
.BgClassName
{
background-color: #80C252;
}
</style>
border-color css
<style>
span { border-color: #80C252; }
span { border-color: rgb(128,194,82); }
td.TdClassName
{
border-color: #80C252;
}
.TagClassName
{
border-color: #80C252;
}
</style>