Shades of Mantis #80CA50
Tints of Mantis #80CA50
RGB
CMYK
RGB Variations
Color information
#80CA50 (or 0x80CA50) is known color: Mantis. HEX triplet: 80, CA and 50. RGB value is (128,202,80). Sum of RGB (Red+Green+Blue) = 128+202+80=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 80 (31.64% from 255 or 19.51% from 410); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CA50 is #7F35AF. Grayscale: #A6A6A6. Windows color (decimal): -8336816 or 5294720. OLE color: 5294720.
HSL color Cylindrical-coordinate representation of color #80CA50: hue angle of 96.39º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80CA50 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 80 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.21 |
| HSL | 96.39º | 0.54% | 0.55% | - |
| HSV(B) | 96.39º | 0.6% | 0.79% | - |
| XYZ | 31.47 | 47.41 | 15.08 | - |
| YUV | 165.97 | 79.48 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 80 | 0.37 | 0 | 0.60 | 0.21 | 96.39 | 0.54 | 0.55 |
| Hex | 80 | CA | 50 | 25 | 0 | 3C | 15 | 60 | 36 | 37 |
| Octal | 200 | 312 | 120 | 45 | 0 | 74 | 25 | 140 | 66 | 67 |
| Binary | 10000000 | 11001010 | 1010000 | 100101 | 0 | 111100 | 10101 | 1100000 | 110110 | 110111 |
Color Harmonies of #80CA50
Complementary color
Monochromatic Colors of #80CA50
Black with #80CA50
Text Example
Text Example
White with #80CA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CA50; }
p { color: rgb(128,202,80); }
H1.HeaderClassName
{
color: #80CA50;
}
.AnyTagClassName
{
color: #80CA50;
}
</style>
background-color css
<style>
a { background-color: #80CA50; }
a { background-color: rgb(128,202,80); }
div.DivClassName
{
background-color: #80CA50;
}
.BgClassName
{
background-color: #80CA50;
}
</style>
border-color css
<style>
span { border-color: #80CA50; }
span { border-color: rgb(128,202,80); }
td.TdClassName
{
border-color: #80CA50;
}
.TagClassName
{
border-color: #80CA50;
}
</style>