Shades of Mantis #80C16F
Tints of Mantis #80C16F
RGB
CMYK
RGB Variations
Color information
#80C16F (or 0x80C16F) is known color: Mantis. HEX triplet: 80, C1 and 6F. RGB value is (128,193,111). Sum of RGB (Red+Green+Blue) = 128+193+111=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 193 - color contains mainly: green. Hex color #80C16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C16F is #7F3E90. Grayscale: #A4A4A4. Windows color (decimal): -8339089 or 7324032. OLE color: 7324032.
HSL color Cylindrical-coordinate representation of color #80C16F: hue angle of 107.56º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80C16F is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 193 | 111 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.24 |
| HSL | 107.56º | 0.4% | 0.6% | - |
| HSV(B) | 107.56º | 0.42% | 0.76% | - |
| XYZ | 30.84 | 43.88 | 21.88 | - |
| YUV | 164.22 | 97.97 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 193 | 111 | 0.34 | 0 | 0.42 | 0.24 | 107.56 | 0.4 | 0.6 |
| Hex | 80 | C1 | 6F | 22 | 0 | 2A | 18 | 6C | 28 | 3C |
| Octal | 200 | 301 | 157 | 42 | 0 | 52 | 30 | 154 | 50 | 74 |
| Binary | 10000000 | 11000001 | 1101111 | 100010 | 0 | 101010 | 11000 | 1101100 | 101000 | 111100 |
Color Harmonies of #80C16F
Complementary color
Monochromatic Colors of #80C16F
Black with #80C16F
Text Example
Text Example
White with #80C16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C16F; }
p { color: rgb(128,193,111); }
H1.HeaderClassName
{
color: #80C16F;
}
.AnyTagClassName
{
color: #80C16F;
}
</style>
background-color css
<style>
a { background-color: #80C16F; }
a { background-color: rgb(128,193,111); }
div.DivClassName
{
background-color: #80C16F;
}
.BgClassName
{
background-color: #80C16F;
}
</style>
border-color css
<style>
span { border-color: #80C16F; }
span { border-color: rgb(128,193,111); }
td.TdClassName
{
border-color: #80C16F;
}
.TagClassName
{
border-color: #80C16F;
}
</style>