Shades of Mantis #80C257
Tints of Mantis #80C257
RGB
CMYK
RGB Variations
Color information
#80C257 (or 0x80C257) is known color: Mantis. HEX triplet: 80, C2 and 57. RGB value is (128,194,87). Sum of RGB (Red+Green+Blue) = 128+194+87=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 87 (34.38% from 255 or 21.27% from 409); Max value from RGB is 194 - color contains mainly: green. Hex color #80C257 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C257 is #7F3DA8. Grayscale: #A2A2A2. Windows color (decimal): -8338857 or 5751424. OLE color: 5751424.
HSL color Cylindrical-coordinate representation of color #80C257: hue angle of 97.01º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80C257 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 194 | 87 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.24 |
| HSL | 97.01º | 0.47% | 0.55% | - |
| HSV(B) | 97.01º | 0.55% | 0.76% | - |
| XYZ | 29.91 | 43.86 | 15.91 | - |
| YUV | 162.07 | 85.63 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 194 | 87 | 0.34 | 0 | 0.55 | 0.24 | 97.01 | 0.47 | 0.55 |
| Hex | 80 | C2 | 57 | 22 | 0 | 37 | 18 | 61 | 2F | 37 |
| Octal | 200 | 302 | 127 | 42 | 0 | 67 | 30 | 141 | 57 | 67 |
| Binary | 10000000 | 11000010 | 1010111 | 100010 | 0 | 110111 | 11000 | 1100001 | 101111 | 110111 |
Color Harmonies of #80C257
Complementary color
Monochromatic Colors of #80C257
Black with #80C257
Text Example
Text Example
White with #80C257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C257; }
p { color: rgb(128,194,87); }
H1.HeaderClassName
{
color: #80C257;
}
.AnyTagClassName
{
color: #80C257;
}
</style>
background-color css
<style>
a { background-color: #80C257; }
a { background-color: rgb(128,194,87); }
div.DivClassName
{
background-color: #80C257;
}
.BgClassName
{
background-color: #80C257;
}
</style>
border-color css
<style>
span { border-color: #80C257; }
span { border-color: rgb(128,194,87); }
td.TdClassName
{
border-color: #80C257;
}
.TagClassName
{
border-color: #80C257;
}
</style>