Shades of Mantis #80D666
Tints of Mantis #80D666
RGB
CMYK
RGB Variations
Color information
#80D666 (or 0x80D666) is known color: Mantis. HEX triplet: 80, D6 and 66. RGB value is (128,214,102). Sum of RGB (Red+Green+Blue) = 128+214+102=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 214 (83.98% from 255 or 48.20% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 214 - color contains mainly: green. Hex color #80D666 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D666 is #7F2999. Grayscale: #AFAFAF. Windows color (decimal): -8333722 or 6739584. OLE color: 6739584.
HSL color Cylindrical-coordinate representation of color #80D666: hue angle of 106.07º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80D666 is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 214 | 102 | - |
| CMYK | 0.40 | 0 | 0.52 | 0.16 |
| HSL | 106.07º | 0.58% | 0.62% | - |
| HSV(B) | 106.07º | 0.52% | 0.84% | - |
| XYZ | 35.35 | 53.64 | 21.06 | - |
| YUV | 175.52 | 86.51 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 214 | 102 | 0.40 | 0 | 0.52 | 0.16 | 106.07 | 0.58 | 0.62 |
| Hex | 80 | D6 | 66 | 28 | 0 | 34 | 10 | 6A | 3A | 3E |
| Octal | 200 | 326 | 146 | 50 | 0 | 64 | 20 | 152 | 72 | 76 |
| Binary | 10000000 | 11010110 | 1100110 | 101000 | 0 | 110100 | 10000 | 1101010 | 111010 | 111110 |
Color Harmonies of #80D666
Complementary color
Monochromatic Colors of #80D666
Black with #80D666
Text Example
Text Example
White with #80D666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D666; }
p { color: rgb(128,214,102); }
H1.HeaderClassName
{
color: #80D666;
}
.AnyTagClassName
{
color: #80D666;
}
</style>
background-color css
<style>
a { background-color: #80D666; }
a { background-color: rgb(128,214,102); }
div.DivClassName
{
background-color: #80D666;
}
.BgClassName
{
background-color: #80D666;
}
</style>
border-color css
<style>
span { border-color: #80D666; }
span { border-color: rgb(128,214,102); }
td.TdClassName
{
border-color: #80D666;
}
.TagClassName
{
border-color: #80D666;
}
</style>