Shades of Mantis #80CF52
Tints of Mantis #80CF52
RGB
CMYK
RGB Variations
Color information
#80CF52 (or 0x80CF52) is known color: Mantis. HEX triplet: 80, CF and 52. RGB value is (128,207,82). Sum of RGB (Red+Green+Blue) = 128+207+82=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 207 (81.25% from 255 or 49.64% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CF52 is #7F30AD. Grayscale: #A9A9A9. Windows color (decimal): -8335534 or 5427072. OLE color: 5427072.
HSL color Cylindrical-coordinate representation of color #80CF52: hue angle of 97.92º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80CF52 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 82 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.19 |
| HSL | 97.92º | 0.57% | 0.57% | - |
| HSV(B) | 97.92º | 0.6% | 0.81% | - |
| XYZ | 32.74 | 49.82 | 15.87 | - |
| YUV | 169.13 | 78.83 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 82 | 0.38 | 0 | 0.60 | 0.19 | 97.92 | 0.57 | 0.57 |
| Hex | 80 | CF | 52 | 26 | 0 | 3C | 13 | 62 | 39 | 39 |
| Octal | 200 | 317 | 122 | 46 | 0 | 74 | 23 | 142 | 71 | 71 |
| Binary | 10000000 | 11001111 | 1010010 | 100110 | 0 | 111100 | 10011 | 1100010 | 111001 | 111001 |
Color Harmonies of #80CF52
Complementary color
Monochromatic Colors of #80CF52
Black with #80CF52
Text Example
Text Example
White with #80CF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CF52; }
p { color: rgb(128,207,82); }
H1.HeaderClassName
{
color: #80CF52;
}
.AnyTagClassName
{
color: #80CF52;
}
</style>
background-color css
<style>
a { background-color: #80CF52; }
a { background-color: rgb(128,207,82); }
div.DivClassName
{
background-color: #80CF52;
}
.BgClassName
{
background-color: #80CF52;
}
</style>
border-color css
<style>
span { border-color: #80CF52; }
span { border-color: rgb(128,207,82); }
td.TdClassName
{
border-color: #80CF52;
}
.TagClassName
{
border-color: #80CF52;
}
</style>