Shades of Mantis #80B566
Tints of Mantis #80B566
RGB
CMYK
RGB Variations
Color information
#80B566 (or 0x80B566) is known color: Mantis. HEX triplet: 80, B5 and 66. RGB value is (128,181,102). Sum of RGB (Red+Green+Blue) = 128+181+102=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 181 (71.09% from 255 or 44.04% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 181 - color contains mainly: green. Hex color #80B566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B566 is #7F4A99. Grayscale: #9C9C9C. Windows color (decimal): -8342170 or 6731136. OLE color: 6731136.
HSL color Cylindrical-coordinate representation of color #80B566: hue angle of 100.25º 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 #80B566 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 181 | 102 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.29 |
| HSL | 100.25º | 0.35% | 0.55% | - |
| HSV(B) | 100.25º | 0.44% | 0.71% | - |
| XYZ | 27.82 | 38.6 | 18.55 | - |
| YUV | 156.15 | 97.44 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 181 | 102 | 0.29 | 0 | 0.44 | 0.29 | 100.25 | 0.35 | 0.55 |
| Hex | 80 | B5 | 66 | 1D | 0 | 2C | 1D | 64 | 23 | 37 |
| Octal | 200 | 265 | 146 | 35 | 0 | 54 | 35 | 144 | 43 | 67 |
| Binary | 10000000 | 10110101 | 1100110 | 11101 | 0 | 101100 | 11101 | 1100100 | 100011 | 110111 |
Color Harmonies of #80B566
Complementary color
Monochromatic Colors of #80B566
Black with #80B566
Text Example
Text Example
White with #80B566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B566; }
p { color: rgb(128,181,102); }
H1.HeaderClassName
{
color: #80B566;
}
.AnyTagClassName
{
color: #80B566;
}
</style>
background-color css
<style>
a { background-color: #80B566; }
a { background-color: rgb(128,181,102); }
div.DivClassName
{
background-color: #80B566;
}
.BgClassName
{
background-color: #80B566;
}
</style>
border-color css
<style>
span { border-color: #80B566; }
span { border-color: rgb(128,181,102); }
td.TdClassName
{
border-color: #80B566;
}
.TagClassName
{
border-color: #80B566;
}
</style>