Shades of Mantis #80BC6D
Tints of Mantis #80BC6D
RGB
CMYK
RGB Variations
Color information
#80BC6D (or 0x80BC6D) is known color: Mantis. HEX triplet: 80, BC and 6D. RGB value is (128,188,109). Sum of RGB (Red+Green+Blue) = 128+188+109=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BC6D is #7F4392. Grayscale: #A1A1A1. Windows color (decimal): -8340371 or 7191680. OLE color: 7191680.
HSL color Cylindrical-coordinate representation of color #80BC6D: hue angle of 105.57º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80BC6D is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 188 | 109 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.26 |
| HSL | 105.57º | 0.37% | 0.58% | - |
| HSV(B) | 105.57º | 0.42% | 0.74% | - |
| XYZ | 29.65 | 41.66 | 20.95 | - |
| YUV | 161.05 | 98.62 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 188 | 109 | 0.32 | 0 | 0.42 | 0.26 | 105.57 | 0.37 | 0.58 |
| Hex | 80 | BC | 6D | 20 | 0 | 2A | 1A | 6A | 25 | 3A |
| Octal | 200 | 274 | 155 | 40 | 0 | 52 | 32 | 152 | 45 | 72 |
| Binary | 10000000 | 10111100 | 1101101 | 100000 | 0 | 101010 | 11010 | 1101010 | 100101 | 111010 |
Color Harmonies of #80BC6D
Complementary color
Monochromatic Colors of #80BC6D
Black with #80BC6D
Text Example
Text Example
White with #80BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BC6D; }
p { color: rgb(128,188,109); }
H1.HeaderClassName
{
color: #80BC6D;
}
.AnyTagClassName
{
color: #80BC6D;
}
</style>
background-color css
<style>
a { background-color: #80BC6D; }
a { background-color: rgb(128,188,109); }
div.DivClassName
{
background-color: #80BC6D;
}
.BgClassName
{
background-color: #80BC6D;
}
</style>
border-color css
<style>
span { border-color: #80BC6D; }
span { border-color: rgb(128,188,109); }
td.TdClassName
{
border-color: #80BC6D;
}
.TagClassName
{
border-color: #80BC6D;
}
</style>