Shades of Mantis #80B464
Tints of Mantis #80B464
RGB
CMYK
RGB Variations
Color information
#80B464 (or 0x80B464) is known color: Mantis. HEX triplet: 80, B4 and 64. RGB value is (128,180,100). Sum of RGB (Red+Green+Blue) = 128+180+100=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 180 - color contains mainly: green. Hex color #80B464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B464 is #7F4B9B. Grayscale: #9B9B9B. Windows color (decimal): -8342428 or 6599808. OLE color: 6599808.
HSL color Cylindrical-coordinate representation of color #80B464: hue angle of 99º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80B464 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 180 | 100 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.29 |
| HSL | 99º | 0.35% | 0.55% | - |
| HSV(B) | 99º | 0.44% | 0.71% | - |
| XYZ | 27.52 | 38.15 | 17.97 | - |
| YUV | 155.33 | 96.77 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 180 | 100 | 0.29 | 0 | 0.44 | 0.29 | 99 | 0.35 | 0.55 |
| Hex | 80 | B4 | 64 | 1D | 0 | 2C | 1D | 63 | 23 | 37 |
| Octal | 200 | 264 | 144 | 35 | 0 | 54 | 35 | 143 | 43 | 67 |
| Binary | 10000000 | 10110100 | 1100100 | 11101 | 0 | 101100 | 11101 | 1100011 | 100011 | 110111 |
Color Harmonies of #80B464
Complementary color
Monochromatic Colors of #80B464
Black with #80B464
Text Example
Text Example
White with #80B464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B464; }
p { color: rgb(128,180,100); }
H1.HeaderClassName
{
color: #80B464;
}
.AnyTagClassName
{
color: #80B464;
}
</style>
background-color css
<style>
a { background-color: #80B464; }
a { background-color: rgb(128,180,100); }
div.DivClassName
{
background-color: #80B464;
}
.BgClassName
{
background-color: #80B464;
}
</style>
border-color css
<style>
span { border-color: #80B464; }
span { border-color: rgb(128,180,100); }
td.TdClassName
{
border-color: #80B464;
}
.TagClassName
{
border-color: #80B464;
}
</style>