Shades of Mantis #80C86D
Tints of Mantis #80C86D
RGB
CMYK
RGB Variations
Color information
#80C86D (or 0x80C86D) is known color: Mantis. HEX triplet: 80, C8 and 6D. RGB value is (128,200,109). Sum of RGB (Red+Green+Blue) = 128+200+109=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 200 - color contains mainly: green. Hex color #80C86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C86D is #7F3792. Grayscale: #A8A8A8. Windows color (decimal): -8337299 or 7194752. OLE color: 7194752.
HSL color Cylindrical-coordinate representation of color #80C86D: hue angle of 107.47º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80C86D is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 200 | 109 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.22 |
| HSL | 107.47º | 0.45% | 0.61% | - |
| HSV(B) | 107.47º | 0.46% | 0.78% | - |
| XYZ | 32.32 | 47 | 21.84 | - |
| YUV | 168.1 | 94.65 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 109 | 0.36 | 0 | 0.46 | 0.22 | 107.47 | 0.45 | 0.61 |
| Hex | 80 | C8 | 6D | 24 | 0 | 2E | 16 | 6B | 2D | 3D |
| Octal | 200 | 310 | 155 | 44 | 0 | 56 | 26 | 153 | 55 | 75 |
| Binary | 10000000 | 11001000 | 1101101 | 100100 | 0 | 101110 | 10110 | 1101011 | 101101 | 111101 |
Color Harmonies of #80C86D
Complementary color
Monochromatic Colors of #80C86D
Black with #80C86D
Text Example
Text Example
White with #80C86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C86D; }
p { color: rgb(128,200,109); }
H1.HeaderClassName
{
color: #80C86D;
}
.AnyTagClassName
{
color: #80C86D;
}
</style>
background-color css
<style>
a { background-color: #80C86D; }
a { background-color: rgb(128,200,109); }
div.DivClassName
{
background-color: #80C86D;
}
.BgClassName
{
background-color: #80C86D;
}
</style>
border-color css
<style>
span { border-color: #80C86D; }
span { border-color: rgb(128,200,109); }
td.TdClassName
{
border-color: #80C86D;
}
.TagClassName
{
border-color: #80C86D;
}
</style>