Shades of Mantis #80C96D
Tints of Mantis #80C96D
RGB
CMYK
RGB Variations
Color information
#80C96D (or 0x80C96D) is known color: Mantis. HEX triplet: 80, C9 and 6D. RGB value is (128,201,109). Sum of RGB (Red+Green+Blue) = 128+201+109=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 201 - color contains mainly: green. Hex color #80C96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C96D is #7F3692. Grayscale: #A8A8A8. Windows color (decimal): -8337043 or 7195008. OLE color: 7195008.
HSL color Cylindrical-coordinate representation of color #80C96D: hue angle of 107.61º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80C96D is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 201 | 109 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.21 |
| HSL | 107.61º | 0.46% | 0.61% | - |
| HSV(B) | 107.61º | 0.46% | 0.79% | - |
| XYZ | 32.55 | 47.47 | 21.91 | - |
| YUV | 168.69 | 94.32 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 201 | 109 | 0.36 | 0 | 0.46 | 0.21 | 107.61 | 0.46 | 0.61 |
| Hex | 80 | C9 | 6D | 24 | 0 | 2E | 15 | 6C | 2E | 3D |
| Octal | 200 | 311 | 155 | 44 | 0 | 56 | 25 | 154 | 56 | 75 |
| Binary | 10000000 | 11001001 | 1101101 | 100100 | 0 | 101110 | 10101 | 1101100 | 101110 | 111101 |
Color Harmonies of #80C96D
Complementary color
Monochromatic Colors of #80C96D
Black with #80C96D
Text Example
Text Example
White with #80C96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C96D; }
p { color: rgb(128,201,109); }
H1.HeaderClassName
{
color: #80C96D;
}
.AnyTagClassName
{
color: #80C96D;
}
</style>
background-color css
<style>
a { background-color: #80C96D; }
a { background-color: rgb(128,201,109); }
div.DivClassName
{
background-color: #80C96D;
}
.BgClassName
{
background-color: #80C96D;
}
</style>
border-color css
<style>
span { border-color: #80C96D; }
span { border-color: rgb(128,201,109); }
td.TdClassName
{
border-color: #80C96D;
}
.TagClassName
{
border-color: #80C96D;
}
</style>