Shades of Mantis #80C050
Tints of Mantis #80C050
RGB
CMYK
RGB Variations
Color information
#80C050 (or 0x80C050) is known color: Mantis. HEX triplet: 80, C0 and 50. RGB value is (128,192,80). Sum of RGB (Red+Green+Blue) = 128+192+80=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #80C050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C050 is #7F3FAF. Grayscale: #A0A0A0. Windows color (decimal): -8339376 or 5292160. OLE color: 5292160.
HSL color Cylindrical-coordinate representation of color #80C050: hue angle of 94.29º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80C050 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 192 | 80 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.25 |
| HSL | 94.29º | 0.47% | 0.53% | - |
| HSV(B) | 94.29º | 0.58% | 0.75% | - |
| XYZ | 29.2 | 42.87 | 14.32 | - |
| YUV | 160.1 | 82.8 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 80 | 0.33 | 0 | 0.58 | 0.25 | 94.29 | 0.47 | 0.53 |
| Hex | 80 | C0 | 50 | 21 | 0 | 3A | 19 | 5E | 2F | 35 |
| Octal | 200 | 300 | 120 | 41 | 0 | 72 | 31 | 136 | 57 | 65 |
| Binary | 10000000 | 11000000 | 1010000 | 100001 | 0 | 111010 | 11001 | 1011110 | 101111 | 110101 |
Color Harmonies of #80C050
Complementary color
Monochromatic Colors of #80C050
Black with #80C050
Text Example
Text Example
White with #80C050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C050; }
p { color: rgb(128,192,80); }
H1.HeaderClassName
{
color: #80C050;
}
.AnyTagClassName
{
color: #80C050;
}
</style>
background-color css
<style>
a { background-color: #80C050; }
a { background-color: rgb(128,192,80); }
div.DivClassName
{
background-color: #80C050;
}
.BgClassName
{
background-color: #80C050;
}
</style>
border-color css
<style>
span { border-color: #80C050; }
span { border-color: rgb(128,192,80); }
td.TdClassName
{
border-color: #80C050;
}
.TagClassName
{
border-color: #80C050;
}
</style>