Shades of Mantis #80D16B
Tints of Mantis #80D16B
RGB
CMYK
RGB Variations
Color information
#80D16B (or 0x80D16B) is known color: Mantis. HEX triplet: 80, D1 and 6B. RGB value is (128,209,107). Sum of RGB (Red+Green+Blue) = 128+209+107=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 209 (82.03% from 255 or 47.07% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 209 - color contains mainly: green. Hex color #80D16B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D16B is #7F2E94. Grayscale: #ADADAD. Windows color (decimal): -8334997 or 7065984. OLE color: 7065984.
HSL color Cylindrical-coordinate representation of color #80D16B: hue angle of 107.65º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80D16B is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 209 | 107 | - |
| CMYK | 0.39 | 0 | 0.49 | 0.18 |
| HSL | 107.65º | 0.53% | 0.62% | - |
| HSV(B) | 107.65º | 0.49% | 0.82% | - |
| XYZ | 34.36 | 51.25 | 21.99 | - |
| YUV | 173.15 | 90.66 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 209 | 107 | 0.39 | 0 | 0.49 | 0.18 | 107.65 | 0.53 | 0.62 |
| Hex | 80 | D1 | 6B | 27 | 0 | 31 | 12 | 6C | 35 | 3E |
| Octal | 200 | 321 | 153 | 47 | 0 | 61 | 22 | 154 | 65 | 76 |
| Binary | 10000000 | 11010001 | 1101011 | 100111 | 0 | 110001 | 10010 | 1101100 | 110101 | 111110 |
Color Harmonies of #80D16B
Complementary color
Monochromatic Colors of #80D16B
Black with #80D16B
Text Example
Text Example
White with #80D16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D16B; }
p { color: rgb(128,209,107); }
H1.HeaderClassName
{
color: #80D16B;
}
.AnyTagClassName
{
color: #80D16B;
}
</style>
background-color css
<style>
a { background-color: #80D16B; }
a { background-color: rgb(128,209,107); }
div.DivClassName
{
background-color: #80D16B;
}
.BgClassName
{
background-color: #80D16B;
}
</style>
border-color css
<style>
span { border-color: #80D16B; }
span { border-color: rgb(128,209,107); }
td.TdClassName
{
border-color: #80D16B;
}
.TagClassName
{
border-color: #80D16B;
}
</style>