Shades of Mantis #80B15D
Tints of Mantis #80B15D
RGB
CMYK
RGB Variations
Color information
#80B15D (or 0x80B15D) is known color: Mantis. HEX triplet: 80, B1 and 5D. RGB value is (128,177,93). Sum of RGB (Red+Green+Blue) = 128+177+93=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 177 - color contains mainly: green. Hex color #80B15D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B15D is #7F4EA2. Grayscale: #999999. Windows color (decimal): -8343203 or 6140288. OLE color: 6140288.
HSL color Cylindrical-coordinate representation of color #80B15D: hue angle of 95º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80B15D is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 177 | 93 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.31 |
| HSL | 95º | 0.35% | 0.53% | - |
| HSV(B) | 95º | 0.47% | 0.69% | - |
| XYZ | 26.6 | 36.82 | 16.06 | - |
| YUV | 152.77 | 94.27 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 177 | 93 | 0.28 | 0 | 0.47 | 0.31 | 95 | 0.35 | 0.53 |
| Hex | 80 | B1 | 5D | 1C | 0 | 2F | 1F | 5F | 23 | 35 |
| Octal | 200 | 261 | 135 | 34 | 0 | 57 | 37 | 137 | 43 | 65 |
| Binary | 10000000 | 10110001 | 1011101 | 11100 | 0 | 101111 | 11111 | 1011111 | 100011 | 110101 |
Color Harmonies of #80B15D
Complementary color
Monochromatic Colors of #80B15D
Black with #80B15D
Text Example
Text Example
White with #80B15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B15D; }
p { color: rgb(128,177,93); }
H1.HeaderClassName
{
color: #80B15D;
}
.AnyTagClassName
{
color: #80B15D;
}
</style>
background-color css
<style>
a { background-color: #80B15D; }
a { background-color: rgb(128,177,93); }
div.DivClassName
{
background-color: #80B15D;
}
.BgClassName
{
background-color: #80B15D;
}
</style>
border-color css
<style>
span { border-color: #80B15D; }
span { border-color: rgb(128,177,93); }
td.TdClassName
{
border-color: #80B15D;
}
.TagClassName
{
border-color: #80B15D;
}
</style>