Shades of Mantis #80BD50
Tints of Mantis #80BD50
RGB
CMYK
RGB Variations
Color information
#80BD50 (or 0x80BD50) is known color: Mantis. HEX triplet: 80, BD and 50. RGB value is (128,189,80). Sum of RGB (Red+Green+Blue) = 128+189+80=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 189 (74.22% from 255 or 47.61% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BD50 is #7F42AF. Grayscale: #9E9E9E. Windows color (decimal): -8340144 or 5291392. OLE color: 5291392.
HSL color Cylindrical-coordinate representation of color #80BD50: hue angle of 93.58º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80BD50 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 189 | 80 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.26 |
| HSL | 93.58º | 0.45% | 0.53% | - |
| HSV(B) | 93.58º | 0.58% | 0.74% | - |
| XYZ | 28.55 | 41.56 | 14.11 | - |
| YUV | 158.34 | 83.79 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 189 | 80 | 0.32 | 0 | 0.58 | 0.26 | 93.58 | 0.45 | 0.53 |
| Hex | 80 | BD | 50 | 20 | 0 | 3A | 1A | 5E | 2D | 35 |
| Octal | 200 | 275 | 120 | 40 | 0 | 72 | 32 | 136 | 55 | 65 |
| Binary | 10000000 | 10111101 | 1010000 | 100000 | 0 | 111010 | 11010 | 1011110 | 101101 | 110101 |
Color Harmonies of #80BD50
Complementary color
Monochromatic Colors of #80BD50
Black with #80BD50
Text Example
Text Example
White with #80BD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BD50; }
p { color: rgb(128,189,80); }
H1.HeaderClassName
{
color: #80BD50;
}
.AnyTagClassName
{
color: #80BD50;
}
</style>
background-color css
<style>
a { background-color: #80BD50; }
a { background-color: rgb(128,189,80); }
div.DivClassName
{
background-color: #80BD50;
}
.BgClassName
{
background-color: #80BD50;
}
</style>
border-color css
<style>
span { border-color: #80BD50; }
span { border-color: rgb(128,189,80); }
td.TdClassName
{
border-color: #80BD50;
}
.TagClassName
{
border-color: #80BD50;
}
</style>