Shades of Mantis #80D06C
Tints of Mantis #80D06C
RGB
CMYK
RGB Variations
Color information
#80D06C (or 0x80D06C) is known color: Mantis. HEX triplet: 80, D0 and 6C. RGB value is (128,208,108). Sum of RGB (Red+Green+Blue) = 128+208+108=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 208 - color contains mainly: green. Hex color #80D06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D06C is #7F2F93. Grayscale: #ADADAD. Windows color (decimal): -8335252 or 7131264. OLE color: 7131264.
HSL color Cylindrical-coordinate representation of color #80D06C: hue angle of 108º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80D06C is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 208 | 108 | - |
| CMYK | 0.38 | 0 | 0.48 | 0.18 |
| HSL | 108º | 0.52% | 0.62% | - |
| HSV(B) | 108º | 0.48% | 0.82% | - |
| XYZ | 34.16 | 50.78 | 22.19 | - |
| YUV | 172.68 | 91.5 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 108 | 0.38 | 0 | 0.48 | 0.18 | 108 | 0.52 | 0.62 |
| Hex | 80 | D0 | 6C | 26 | 0 | 30 | 12 | 6C | 34 | 3E |
| Octal | 200 | 320 | 154 | 46 | 0 | 60 | 22 | 154 | 64 | 76 |
| Binary | 10000000 | 11010000 | 1101100 | 100110 | 0 | 110000 | 10010 | 1101100 | 110100 | 111110 |
Color Harmonies of #80D06C
Complementary color
Monochromatic Colors of #80D06C
Black with #80D06C
Text Example
Text Example
White with #80D06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D06C; }
p { color: rgb(128,208,108); }
H1.HeaderClassName
{
color: #80D06C;
}
.AnyTagClassName
{
color: #80D06C;
}
</style>
background-color css
<style>
a { background-color: #80D06C; }
a { background-color: rgb(128,208,108); }
div.DivClassName
{
background-color: #80D06C;
}
.BgClassName
{
background-color: #80D06C;
}
</style>
border-color css
<style>
span { border-color: #80D06C; }
span { border-color: rgb(128,208,108); }
td.TdClassName
{
border-color: #80D06C;
}
.TagClassName
{
border-color: #80D06C;
}
</style>