Shades of Mantis #80BC57
Tints of Mantis #80BC57
RGB
CMYK
RGB Variations
Color information
#80BC57 (or 0x80BC57) is known color: Mantis. HEX triplet: 80, BC and 57. RGB value is (128,188,87). Sum of RGB (Red+Green+Blue) = 128+188+87=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BC57 is #7F43A8. Grayscale: #9E9E9E. Windows color (decimal): -8340393 or 5749888. OLE color: 5749888.
HSL color Cylindrical-coordinate representation of color #80BC57: hue angle of 95.64º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80BC57 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 188 | 87 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.26 |
| HSL | 95.64º | 0.43% | 0.54% | - |
| HSV(B) | 95.64º | 0.54% | 0.74% | - |
| XYZ | 28.61 | 41.24 | 15.47 | - |
| YUV | 158.55 | 87.62 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 87 | 0.32 | 0 | 0.54 | 0.26 | 95.64 | 0.43 | 0.54 |
| Hex | 80 | BC | 57 | 20 | 0 | 36 | 1A | 60 | 2B | 36 |
| Octal | 200 | 274 | 127 | 40 | 0 | 66 | 32 | 140 | 53 | 66 |
| Binary | 10000000 | 10111100 | 1010111 | 100000 | 0 | 110110 | 11010 | 1100000 | 101011 | 110110 |
Color Harmonies of #80BC57
Complementary color
Monochromatic Colors of #80BC57
Black with #80BC57
Text Example
Text Example
White with #80BC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BC57; }
p { color: rgb(128,188,87); }
H1.HeaderClassName
{
color: #80BC57;
}
.AnyTagClassName
{
color: #80BC57;
}
</style>
background-color css
<style>
a { background-color: #80BC57; }
a { background-color: rgb(128,188,87); }
div.DivClassName
{
background-color: #80BC57;
}
.BgClassName
{
background-color: #80BC57;
}
</style>
border-color css
<style>
span { border-color: #80BC57; }
span { border-color: rgb(128,188,87); }
td.TdClassName
{
border-color: #80BC57;
}
.TagClassName
{
border-color: #80BC57;
}
</style>