Shades of Mantis #80D756
Tints of Mantis #80D756
RGB
CMYK
RGB Variations
Color information
#80D756 (or 0x80D756) is known color: Mantis. HEX triplet: 80, D7 and 56. RGB value is (128,215,86). Sum of RGB (Red+Green+Blue) = 128+215+86=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 215 (84.38% from 255 or 50.12% from 429); Blue value is 86 (33.98% from 255 or 20.05% from 429); Max value from RGB is 215 - color contains mainly: green. Hex color #80D756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D756 is #7F28A9. Grayscale: #AEAEAE. Windows color (decimal): -8333482 or 5691264. OLE color: 5691264.
HSL color Cylindrical-coordinate representation of color #80D756: hue angle of 100.47º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80D756 is Cyan = 0.40, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 215 | 86 | - |
| CMYK | 0.40 | 0 | 0.6 | 0.16 |
| HSL | 100.47º | 0.62% | 0.59% | - |
| HSV(B) | 100.47º | 0.6% | 0.84% | - |
| XYZ | 34.88 | 53.86 | 17.36 | - |
| YUV | 174.28 | 78.18 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 215 | 86 | 0.40 | 0 | 0.6 | 0.16 | 100.47 | 0.62 | 0.59 |
| Hex | 80 | D7 | 56 | 28 | 0 | 3C | 10 | 64 | 3E | 3B |
| Octal | 200 | 327 | 126 | 50 | 0 | 74 | 20 | 144 | 76 | 73 |
| Binary | 10000000 | 11010111 | 1010110 | 101000 | 0 | 111100 | 10000 | 1100100 | 111110 | 111011 |
Color Harmonies of #80D756
Complementary color
Monochromatic Colors of #80D756
Black with #80D756
Text Example
Text Example
White with #80D756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D756; }
p { color: rgb(128,215,86); }
H1.HeaderClassName
{
color: #80D756;
}
.AnyTagClassName
{
color: #80D756;
}
</style>
background-color css
<style>
a { background-color: #80D756; }
a { background-color: rgb(128,215,86); }
div.DivClassName
{
background-color: #80D756;
}
.BgClassName
{
background-color: #80D756;
}
</style>
border-color css
<style>
span { border-color: #80D756; }
span { border-color: rgb(128,215,86); }
td.TdClassName
{
border-color: #80D756;
}
.TagClassName
{
border-color: #80D756;
}
</style>