Shades of Mantis #80C250
Tints of Mantis #80C250
RGB
CMYK
RGB Variations
Color information
#80C250 (or 0x80C250) is known color: Mantis. HEX triplet: 80, C2 and 50. RGB value is (128,194,80). Sum of RGB (Red+Green+Blue) = 128+194+80=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 194 (76.17% from 255 or 48.26% from 402); Blue value is 80 (31.64% from 255 or 19.90% from 402); Max value from RGB is 194 - color contains mainly: green. Hex color #80C250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C250 is #7F3DAF. Grayscale: #A1A1A1. Windows color (decimal): -8338864 or 5292672. OLE color: 5292672.
HSL color Cylindrical-coordinate representation of color #80C250: hue angle of 94.74º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80C250 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 194 | 80 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.24 |
| HSL | 94.74º | 0.48% | 0.54% | - |
| HSV(B) | 94.74º | 0.59% | 0.76% | - |
| XYZ | 29.64 | 43.75 | 14.47 | - |
| YUV | 161.27 | 82.13 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 194 | 80 | 0.34 | 0 | 0.59 | 0.24 | 94.74 | 0.48 | 0.54 |
| Hex | 80 | C2 | 50 | 22 | 0 | 3B | 18 | 5F | 30 | 36 |
| Octal | 200 | 302 | 120 | 42 | 0 | 73 | 30 | 137 | 60 | 66 |
| Binary | 10000000 | 11000010 | 1010000 | 100010 | 0 | 111011 | 11000 | 1011111 | 110000 | 110110 |
Color Harmonies of #80C250
Complementary color
Monochromatic Colors of #80C250
Black with #80C250
Text Example
Text Example
White with #80C250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C250; }
p { color: rgb(128,194,80); }
H1.HeaderClassName
{
color: #80C250;
}
.AnyTagClassName
{
color: #80C250;
}
</style>
background-color css
<style>
a { background-color: #80C250; }
a { background-color: rgb(128,194,80); }
div.DivClassName
{
background-color: #80C250;
}
.BgClassName
{
background-color: #80C250;
}
</style>
border-color css
<style>
span { border-color: #80C250; }
span { border-color: rgb(128,194,80); }
td.TdClassName
{
border-color: #80C250;
}
.TagClassName
{
border-color: #80C250;
}
</style>