Shades of Mantis #80B95A
Tints of Mantis #80B95A
RGB
CMYK
RGB Variations
Color information
#80B95A (or 0x80B95A) is known color: Mantis. HEX triplet: 80, B9 and 5A. RGB value is (128,185,90). Sum of RGB (Red+Green+Blue) = 128+185+90=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 185 - color contains mainly: green. Hex color #80B95A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B95A is #7F46A5. Grayscale: #9D9D9D. Windows color (decimal): -8341158 or 5945728. OLE color: 5945728.
HSL color Cylindrical-coordinate representation of color #80B95A: hue angle of 96º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #80B95A is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 185 | 90 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.27 |
| HSL | 96º | 0.4% | 0.54% | - |
| HSV(B) | 96º | 0.51% | 0.73% | - |
| XYZ | 28.1 | 40.03 | 15.92 | - |
| YUV | 157.13 | 90.12 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 185 | 90 | 0.31 | 0 | 0.51 | 0.27 | 96 | 0.4 | 0.54 |
| Hex | 80 | B9 | 5A | 1F | 0 | 33 | 1B | 60 | 28 | 36 |
| Octal | 200 | 271 | 132 | 37 | 0 | 63 | 33 | 140 | 50 | 66 |
| Binary | 10000000 | 10111001 | 1011010 | 11111 | 0 | 110011 | 11011 | 1100000 | 101000 | 110110 |
Color Harmonies of #80B95A
Complementary color
Monochromatic Colors of #80B95A
Black with #80B95A
Text Example
Text Example
White with #80B95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B95A; }
p { color: rgb(128,185,90); }
H1.HeaderClassName
{
color: #80B95A;
}
.AnyTagClassName
{
color: #80B95A;
}
</style>
background-color css
<style>
a { background-color: #80B95A; }
a { background-color: rgb(128,185,90); }
div.DivClassName
{
background-color: #80B95A;
}
.BgClassName
{
background-color: #80B95A;
}
</style>
border-color css
<style>
span { border-color: #80B95A; }
span { border-color: rgb(128,185,90); }
td.TdClassName
{
border-color: #80B95A;
}
.TagClassName
{
border-color: #80B95A;
}
</style>