Shades of Mantis #80C657
Tints of Mantis #80C657
RGB
CMYK
RGB Variations
Color information
#80C657 (or 0x80C657) is known color: Mantis. HEX triplet: 80, C6 and 57. RGB value is (128,198,87). Sum of RGB (Red+Green+Blue) = 128+198+87=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 87 (34.38% from 255 or 21.07% from 413); Max value from RGB is 198 - color contains mainly: green. Hex color #80C657 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C657 is #7F39A8. Grayscale: #A4A4A4. Windows color (decimal): -8337833 or 5752448. OLE color: 5752448.
HSL color Cylindrical-coordinate representation of color #80C657: hue angle of 97.84º degrees, saturation: 0.49, 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 #80C657 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 198 | 87 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.22 |
| HSL | 97.84º | 0.49% | 0.56% | - |
| HSV(B) | 97.84º | 0.56% | 0.78% | - |
| XYZ | 30.82 | 45.67 | 16.21 | - |
| YUV | 164.42 | 84.31 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 198 | 87 | 0.35 | 0 | 0.56 | 0.22 | 97.84 | 0.49 | 0.56 |
| Hex | 80 | C6 | 57 | 23 | 0 | 38 | 16 | 62 | 31 | 38 |
| Octal | 200 | 306 | 127 | 43 | 0 | 70 | 26 | 142 | 61 | 70 |
| Binary | 10000000 | 11000110 | 1010111 | 100011 | 0 | 111000 | 10110 | 1100010 | 110001 | 111000 |
Color Harmonies of #80C657
Complementary color
Monochromatic Colors of #80C657
Black with #80C657
Text Example
Text Example
White with #80C657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C657; }
p { color: rgb(128,198,87); }
H1.HeaderClassName
{
color: #80C657;
}
.AnyTagClassName
{
color: #80C657;
}
</style>
background-color css
<style>
a { background-color: #80C657; }
a { background-color: rgb(128,198,87); }
div.DivClassName
{
background-color: #80C657;
}
.BgClassName
{
background-color: #80C657;
}
</style>
border-color css
<style>
span { border-color: #80C657; }
span { border-color: rgb(128,198,87); }
td.TdClassName
{
border-color: #80C657;
}
.TagClassName
{
border-color: #80C657;
}
</style>