Shades of Mantis #80D762
Tints of Mantis #80D762
RGB
CMYK
RGB Variations
Color information
#80D762 (or 0x80D762) is known color: Mantis. HEX triplet: 80, D7 and 62. RGB value is (128,215,98). Sum of RGB (Red+Green+Blue) = 128+215+98=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 215 - color contains mainly: green. Hex color #80D762 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D762 is #7F289D. Grayscale: #B0B0B0. Windows color (decimal): -8333470 or 6477696. OLE color: 6477696.
HSL color Cylindrical-coordinate representation of color #80D762: hue angle of 104.62º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80D762 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 215 | 98 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.16 |
| HSL | 104.62º | 0.59% | 0.61% | - |
| HSV(B) | 104.62º | 0.54% | 0.84% | - |
| XYZ | 35.41 | 54.07 | 20.13 | - |
| YUV | 175.65 | 84.18 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 215 | 98 | 0.40 | 0 | 0.54 | 0.16 | 104.62 | 0.59 | 0.61 |
| Hex | 80 | D7 | 62 | 28 | 0 | 36 | 10 | 69 | 3B | 3D |
| Octal | 200 | 327 | 142 | 50 | 0 | 66 | 20 | 151 | 73 | 75 |
| Binary | 10000000 | 11010111 | 1100010 | 101000 | 0 | 110110 | 10000 | 1101001 | 111011 | 111101 |
Color Harmonies of #80D762
Complementary color
Monochromatic Colors of #80D762
Black with #80D762
Text Example
Text Example
White with #80D762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D762; }
p { color: rgb(128,215,98); }
H1.HeaderClassName
{
color: #80D762;
}
.AnyTagClassName
{
color: #80D762;
}
</style>
background-color css
<style>
a { background-color: #80D762; }
a { background-color: rgb(128,215,98); }
div.DivClassName
{
background-color: #80D762;
}
.BgClassName
{
background-color: #80D762;
}
</style>
border-color css
<style>
span { border-color: #80D762; }
span { border-color: rgb(128,215,98); }
td.TdClassName
{
border-color: #80D762;
}
.TagClassName
{
border-color: #80D762;
}
</style>