Shades of Mantis #80CB52
Tints of Mantis #80CB52
RGB
CMYK
RGB Variations
Color information
#80CB52 (or 0x80CB52) is known color: Mantis. HEX triplet: 80, CB and 52. RGB value is (128,203,82). Sum of RGB (Red+Green+Blue) = 128+203+82=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CB52 is #7F34AD. Grayscale: #A7A7A7. Windows color (decimal): -8336558 or 5426048. OLE color: 5426048.
HSL color Cylindrical-coordinate representation of color #80CB52: hue angle of 97.19º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80CB52 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 203 | 82 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.20 |
| HSL | 97.19º | 0.54% | 0.56% | - |
| HSV(B) | 97.19º | 0.6% | 0.8% | - |
| XYZ | 31.78 | 47.91 | 15.56 | - |
| YUV | 166.78 | 80.15 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 82 | 0.37 | 0 | 0.60 | 0.20 | 97.19 | 0.54 | 0.56 |
| Hex | 80 | CB | 52 | 25 | 0 | 3C | 14 | 61 | 36 | 38 |
| Octal | 200 | 313 | 122 | 45 | 0 | 74 | 24 | 141 | 66 | 70 |
| Binary | 10000000 | 11001011 | 1010010 | 100101 | 0 | 111100 | 10100 | 1100001 | 110110 | 111000 |
Color Harmonies of #80CB52
Complementary color
Monochromatic Colors of #80CB52
Black with #80CB52
Text Example
Text Example
White with #80CB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CB52; }
p { color: rgb(128,203,82); }
H1.HeaderClassName
{
color: #80CB52;
}
.AnyTagClassName
{
color: #80CB52;
}
</style>
background-color css
<style>
a { background-color: #80CB52; }
a { background-color: rgb(128,203,82); }
div.DivClassName
{
background-color: #80CB52;
}
.BgClassName
{
background-color: #80CB52;
}
</style>
border-color css
<style>
span { border-color: #80CB52; }
span { border-color: rgb(128,203,82); }
td.TdClassName
{
border-color: #80CB52;
}
.TagClassName
{
border-color: #80CB52;
}
</style>