Shades of Mantis #80BD70
Tints of Mantis #80BD70
RGB
CMYK
RGB Variations
Color information
#80BD70 (or 0x80BD70) is known color: Mantis. HEX triplet: 80, BD and 70. RGB value is (128,189,112). Sum of RGB (Red+Green+Blue) = 128+189+112=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BD70 is #7F428F. Grayscale: #A2A2A2. Windows color (decimal): -8340112 or 7388544. OLE color: 7388544.
HSL color Cylindrical-coordinate representation of color #80BD70: hue angle of 107.53º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80BD70 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 189 | 112 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.26 |
| HSL | 107.53º | 0.37% | 0.59% | - |
| HSV(B) | 107.53º | 0.41% | 0.74% | - |
| XYZ | 30.02 | 42.15 | 21.88 | - |
| YUV | 161.98 | 99.79 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 189 | 112 | 0.32 | 0 | 0.41 | 0.26 | 107.53 | 0.37 | 0.59 |
| Hex | 80 | BD | 70 | 20 | 0 | 29 | 1A | 6C | 25 | 3B |
| Octal | 200 | 275 | 160 | 40 | 0 | 51 | 32 | 154 | 45 | 73 |
| Binary | 10000000 | 10111101 | 1110000 | 100000 | 0 | 101001 | 11010 | 1101100 | 100101 | 111011 |
Color Harmonies of #80BD70
Complementary color
Monochromatic Colors of #80BD70
Black with #80BD70
Text Example
Text Example
White with #80BD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BD70; }
p { color: rgb(128,189,112); }
H1.HeaderClassName
{
color: #80BD70;
}
.AnyTagClassName
{
color: #80BD70;
}
</style>
background-color css
<style>
a { background-color: #80BD70; }
a { background-color: rgb(128,189,112); }
div.DivClassName
{
background-color: #80BD70;
}
.BgClassName
{
background-color: #80BD70;
}
</style>
border-color css
<style>
span { border-color: #80BD70; }
span { border-color: rgb(128,189,112); }
td.TdClassName
{
border-color: #80BD70;
}
.TagClassName
{
border-color: #80BD70;
}
</style>