Shades of Mantis #80D866
Tints of Mantis #80D866
RGB
CMYK
RGB Variations
Color information
#80D866 (or 0x80D866) is known color: Mantis. HEX triplet: 80, D8 and 66. RGB value is (128,216,102). Sum of RGB (Red+Green+Blue) = 128+216+102=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 216 (84.77% from 255 or 48.43% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 216 - color contains mainly: green. Hex color #80D866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D866 is #7F2799. Grayscale: #B1B1B1. Windows color (decimal): -8333210 or 6740096. OLE color: 6740096.
HSL color Cylindrical-coordinate representation of color #80D866: hue angle of 106.32º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80D866 is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 216 | 102 | - |
| CMYK | 0.41 | 0 | 0.53 | 0.15 |
| HSL | 106.32º | 0.59% | 0.62% | - |
| HSV(B) | 106.32º | 0.53% | 0.85% | - |
| XYZ | 35.86 | 54.66 | 21.23 | - |
| YUV | 176.69 | 85.85 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 216 | 102 | 0.41 | 0 | 0.53 | 0.15 | 106.32 | 0.59 | 0.62 |
| Hex | 80 | D8 | 66 | 29 | 0 | 35 | F | 6A | 3B | 3E |
| Octal | 200 | 330 | 146 | 51 | 0 | 65 | 17 | 152 | 73 | 76 |
| Binary | 10000000 | 11011000 | 1100110 | 101001 | 0 | 110101 | 1111 | 1101010 | 111011 | 111110 |
Color Harmonies of #80D866
Complementary color
Monochromatic Colors of #80D866
Black with #80D866
Text Example
Text Example
White with #80D866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D866; }
p { color: rgb(128,216,102); }
H1.HeaderClassName
{
color: #80D866;
}
.AnyTagClassName
{
color: #80D866;
}
</style>
background-color css
<style>
a { background-color: #80D866; }
a { background-color: rgb(128,216,102); }
div.DivClassName
{
background-color: #80D866;
}
.BgClassName
{
background-color: #80D866;
}
</style>
border-color css
<style>
span { border-color: #80D866; }
span { border-color: rgb(128,216,102); }
td.TdClassName
{
border-color: #80D866;
}
.TagClassName
{
border-color: #80D866;
}
</style>