Shades of Mantis #80C96C
Tints of Mantis #80C96C
RGB
CMYK
RGB Variations
Color information
#80C96C (or 0x80C96C) is known color: Mantis. HEX triplet: 80, C9 and 6C. RGB value is (128,201,108). Sum of RGB (Red+Green+Blue) = 128+201+108=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 201 - color contains mainly: green. Hex color #80C96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C96C is #7F3693. Grayscale: #A8A8A8. Windows color (decimal): -8337044 or 7129472. OLE color: 7129472.
HSL color Cylindrical-coordinate representation of color #80C96C: hue angle of 107.1º 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 #80C96C is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 201 | 108 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.21 |
| HSL | 107.1º | 0.46% | 0.61% | - |
| HSV(B) | 107.1º | 0.46% | 0.79% | - |
| XYZ | 32.5 | 47.45 | 21.63 | - |
| YUV | 168.57 | 93.82 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 201 | 108 | 0.36 | 0 | 0.46 | 0.21 | 107.1 | 0.46 | 0.61 |
| Hex | 80 | C9 | 6C | 24 | 0 | 2E | 15 | 6B | 2E | 3D |
| Octal | 200 | 311 | 154 | 44 | 0 | 56 | 25 | 153 | 56 | 75 |
| Binary | 10000000 | 11001001 | 1101100 | 100100 | 0 | 101110 | 10101 | 1101011 | 101110 | 111101 |
Color Harmonies of #80C96C
Complementary color
Monochromatic Colors of #80C96C
Black with #80C96C
Text Example
Text Example
White with #80C96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C96C; }
p { color: rgb(128,201,108); }
H1.HeaderClassName
{
color: #80C96C;
}
.AnyTagClassName
{
color: #80C96C;
}
</style>
background-color css
<style>
a { background-color: #80C96C; }
a { background-color: rgb(128,201,108); }
div.DivClassName
{
background-color: #80C96C;
}
.BgClassName
{
background-color: #80C96C;
}
</style>
border-color css
<style>
span { border-color: #80C96C; }
span { border-color: rgb(128,201,108); }
td.TdClassName
{
border-color: #80C96C;
}
.TagClassName
{
border-color: #80C96C;
}
</style>