Shades of Mantis #80BD6D
Tints of Mantis #80BD6D
RGB
CMYK
RGB Variations
Color information
#80BD6D (or 0x80BD6D) is known color: Mantis. HEX triplet: 80, BD and 6D. RGB value is (128,189,109). Sum of RGB (Red+Green+Blue) = 128+189+109=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BD6D is #7F4292. Grayscale: #A1A1A1. Windows color (decimal): -8340115 or 7191936. OLE color: 7191936.
HSL color Cylindrical-coordinate representation of color #80BD6D: hue angle of 105.75º degrees, saturation: 0.38, 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 #80BD6D is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 189 | 109 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.26 |
| HSL | 105.75º | 0.38% | 0.58% | - |
| HSV(B) | 105.75º | 0.42% | 0.74% | - |
| XYZ | 29.86 | 42.09 | 21.02 | - |
| YUV | 161.64 | 98.29 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 189 | 109 | 0.32 | 0 | 0.42 | 0.26 | 105.75 | 0.38 | 0.58 |
| Hex | 80 | BD | 6D | 20 | 0 | 2A | 1A | 6A | 26 | 3A |
| Octal | 200 | 275 | 155 | 40 | 0 | 52 | 32 | 152 | 46 | 72 |
| Binary | 10000000 | 10111101 | 1101101 | 100000 | 0 | 101010 | 11010 | 1101010 | 100110 | 111010 |
Color Harmonies of #80BD6D
Complementary color
Monochromatic Colors of #80BD6D
Black with #80BD6D
Text Example
Text Example
White with #80BD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BD6D; }
p { color: rgb(128,189,109); }
H1.HeaderClassName
{
color: #80BD6D;
}
.AnyTagClassName
{
color: #80BD6D;
}
</style>
background-color css
<style>
a { background-color: #80BD6D; }
a { background-color: rgb(128,189,109); }
div.DivClassName
{
background-color: #80BD6D;
}
.BgClassName
{
background-color: #80BD6D;
}
</style>
border-color css
<style>
span { border-color: #80BD6D; }
span { border-color: rgb(128,189,109); }
td.TdClassName
{
border-color: #80BD6D;
}
.TagClassName
{
border-color: #80BD6D;
}
</style>