Shades of Lima #80A411
Tints of Lima #80A411
RGB
CMYK
RGB Variations
Color information
#80A411 (or 0x80A411) is known color: Lima. HEX triplet: 80, A4 and 11. RGB value is (128,164,17). Sum of RGB (Red+Green+Blue) = 128+164+17=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 164 (64.45% from 255 or 53.07% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 164 - color contains mainly: green. Hex color #80A411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A411 is #7F5BEE. Grayscale: #898989. Windows color (decimal): -8346607 or 1156224. OLE color: 1156224.
HSL color Cylindrical-coordinate representation of color #80A411: hue angle of 74.69º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80A411 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 164 | 17 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.36 |
| HSL | 74.69º | 0.81% | 0.35% | - |
| HSV(B) | 74.69º | 0.9% | 0.64% | - |
| XYZ | 22.28 | 31.18 | 5.37 | - |
| YUV | 136.48 | 60.57 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 164 | 17 | 0.22 | 0 | 0.90 | 0.36 | 74.69 | 0.81 | 0.35 |
| Hex | 80 | A4 | 11 | 16 | 0 | 5A | 24 | 4B | 51 | 23 |
| Octal | 200 | 244 | 21 | 26 | 0 | 132 | 44 | 113 | 121 | 43 |
| Binary | 10000000 | 10100100 | 10001 | 10110 | 0 | 1011010 | 100100 | 1001011 | 1010001 | 100011 |
Color Harmonies of #80A411
Complementary color
Monochromatic Colors of #80A411
Black with #80A411
Text Example
Text Example
White with #80A411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A411; }
p { color: rgb(128,164,17); }
H1.HeaderClassName
{
color: #80A411;
}
.AnyTagClassName
{
color: #80A411;
}
</style>
background-color css
<style>
a { background-color: #80A411; }
a { background-color: rgb(128,164,17); }
div.DivClassName
{
background-color: #80A411;
}
.BgClassName
{
background-color: #80A411;
}
</style>
border-color css
<style>
span { border-color: #80A411; }
span { border-color: rgb(128,164,17); }
td.TdClassName
{
border-color: #80A411;
}
.TagClassName
{
border-color: #80A411;
}
</style>