Shades of Mantis #80C958
Tints of Mantis #80C958
RGB
CMYK
RGB Variations
Color information
#80C958 (or 0x80C958) is known color: Mantis. HEX triplet: 80, C9 and 58. RGB value is (128,201,88). Sum of RGB (Red+Green+Blue) = 128+201+88=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 201 - color contains mainly: green. Hex color #80C958 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C958 is #7F36A7. Grayscale: #A6A6A6. Windows color (decimal): -8337064 or 5818752. OLE color: 5818752.
HSL color Cylindrical-coordinate representation of color #80C958: hue angle of 98.76º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80C958 is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 201 | 88 | - |
| CMYK | 0.36 | 0 | 0.56 | 0.21 |
| HSL | 98.76º | 0.51% | 0.57% | - |
| HSV(B) | 98.76º | 0.56% | 0.79% | - |
| XYZ | 31.55 | 47.07 | 16.65 | - |
| YUV | 166.29 | 83.82 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 201 | 88 | 0.36 | 0 | 0.56 | 0.21 | 98.76 | 0.51 | 0.57 |
| Hex | 80 | C9 | 58 | 24 | 0 | 38 | 15 | 63 | 33 | 39 |
| Octal | 200 | 311 | 130 | 44 | 0 | 70 | 25 | 143 | 63 | 71 |
| Binary | 10000000 | 11001001 | 1011000 | 100100 | 0 | 111000 | 10101 | 1100011 | 110011 | 111001 |
Color Harmonies of #80C958
Complementary color
Monochromatic Colors of #80C958
Black with #80C958
Text Example
Text Example
White with #80C958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C958; }
p { color: rgb(128,201,88); }
H1.HeaderClassName
{
color: #80C958;
}
.AnyTagClassName
{
color: #80C958;
}
</style>
background-color css
<style>
a { background-color: #80C958; }
a { background-color: rgb(128,201,88); }
div.DivClassName
{
background-color: #80C958;
}
.BgClassName
{
background-color: #80C958;
}
</style>
border-color css
<style>
span { border-color: #80C958; }
span { border-color: rgb(128,201,88); }
td.TdClassName
{
border-color: #80C958;
}
.TagClassName
{
border-color: #80C958;
}
</style>