Shades of Mantis #80BC56
Tints of Mantis #80BC56
RGB
CMYK
RGB Variations
Color information
#80BC56 (or 0x80BC56) is known color: Mantis. HEX triplet: 80, BC and 56. RGB value is (128,188,86). Sum of RGB (Red+Green+Blue) = 128+188+86=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BC56 is #7F43A9. Grayscale: #9E9E9E. Windows color (decimal): -8340394 or 5684352. OLE color: 5684352.
HSL color Cylindrical-coordinate representation of color #80BC56: hue angle of 95.29º 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 #80BC56 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 188 | 86 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.26 |
| HSL | 95.29º | 0.43% | 0.54% | - |
| HSV(B) | 95.29º | 0.54% | 0.74% | - |
| XYZ | 28.57 | 41.23 | 15.26 | - |
| YUV | 158.43 | 87.12 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 86 | 0.32 | 0 | 0.54 | 0.26 | 95.29 | 0.43 | 0.54 |
| Hex | 80 | BC | 56 | 20 | 0 | 36 | 1A | 5F | 2B | 36 |
| Octal | 200 | 274 | 126 | 40 | 0 | 66 | 32 | 137 | 53 | 66 |
| Binary | 10000000 | 10111100 | 1010110 | 100000 | 0 | 110110 | 11010 | 1011111 | 101011 | 110110 |
Color Harmonies of #80BC56
Complementary color
Monochromatic Colors of #80BC56
Black with #80BC56
Text Example
Text Example
White with #80BC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BC56; }
p { color: rgb(128,188,86); }
H1.HeaderClassName
{
color: #80BC56;
}
.AnyTagClassName
{
color: #80BC56;
}
</style>
background-color css
<style>
a { background-color: #80BC56; }
a { background-color: rgb(128,188,86); }
div.DivClassName
{
background-color: #80BC56;
}
.BgClassName
{
background-color: #80BC56;
}
</style>
border-color css
<style>
span { border-color: #80BC56; }
span { border-color: rgb(128,188,86); }
td.TdClassName
{
border-color: #80BC56;
}
.TagClassName
{
border-color: #80BC56;
}
</style>