Shades of Mantis #80C857
Tints of Mantis #80C857
RGB
CMYK
RGB Variations
Color information
#80C857 (or 0x80C857) is known color: Mantis. HEX triplet: 80, C8 and 57. RGB value is (128,200,87). Sum of RGB (Red+Green+Blue) = 128+200+87=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 200 (78.52% from 255 or 48.19% from 415); Blue value is 87 (34.38% from 255 or 20.96% from 415); Max value from RGB is 200 - color contains mainly: green. Hex color #80C857 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C857 is #7F37A8. Grayscale: #A5A5A5. Windows color (decimal): -8337321 or 5752960. OLE color: 5752960.
HSL color Cylindrical-coordinate representation of color #80C857: hue angle of 98.23º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80C857 is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 200 | 87 | - |
| CMYK | 0.36 | 0 | 0.56 | 0.22 |
| HSL | 98.23º | 0.51% | 0.56% | - |
| HSV(B) | 98.23º | 0.57% | 0.78% | - |
| XYZ | 31.28 | 46.59 | 16.36 | - |
| YUV | 165.59 | 83.65 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 87 | 0.36 | 0 | 0.56 | 0.22 | 98.23 | 0.51 | 0.56 |
| Hex | 80 | C8 | 57 | 24 | 0 | 38 | 16 | 62 | 33 | 38 |
| Octal | 200 | 310 | 127 | 44 | 0 | 70 | 26 | 142 | 63 | 70 |
| Binary | 10000000 | 11001000 | 1010111 | 100100 | 0 | 111000 | 10110 | 1100010 | 110011 | 111000 |
Color Harmonies of #80C857
Complementary color
Monochromatic Colors of #80C857
Black with #80C857
Text Example
Text Example
White with #80C857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C857; }
p { color: rgb(128,200,87); }
H1.HeaderClassName
{
color: #80C857;
}
.AnyTagClassName
{
color: #80C857;
}
</style>
background-color css
<style>
a { background-color: #80C857; }
a { background-color: rgb(128,200,87); }
div.DivClassName
{
background-color: #80C857;
}
.BgClassName
{
background-color: #80C857;
}
</style>
border-color css
<style>
span { border-color: #80C857; }
span { border-color: rgb(128,200,87); }
td.TdClassName
{
border-color: #80C857;
}
.TagClassName
{
border-color: #80C857;
}
</style>