Shades of Lima #80AB11
Tints of Lima #80AB11
RGB
CMYK
RGB Variations
Color information
#80AB11 (or 0x80AB11) is known color: Lima. HEX triplet: 80, AB and 11. RGB value is (128,171,17). Sum of RGB (Red+Green+Blue) = 128+171+17=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 171 (67.19% from 255 or 54.11% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AB11 is #7F54EE. Grayscale: #8D8D8D. Windows color (decimal): -8344815 or 1158016. OLE color: 1158016.
HSL color Cylindrical-coordinate representation of color #80AB11: hue angle of 76.75º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80AB11 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 171 | 17 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.33 |
| HSL | 76.75º | 0.82% | 0.37% | - |
| HSV(B) | 76.75º | 0.9% | 0.67% | - |
| XYZ | 23.57 | 33.76 | 5.8 | - |
| YUV | 140.59 | 58.25 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 171 | 17 | 0.25 | 0 | 0.90 | 0.33 | 76.75 | 0.82 | 0.37 |
| Hex | 80 | AB | 11 | 19 | 0 | 5A | 21 | 4D | 52 | 25 |
| Octal | 200 | 253 | 21 | 31 | 0 | 132 | 41 | 115 | 122 | 45 |
| Binary | 10000000 | 10101011 | 10001 | 11001 | 0 | 1011010 | 100001 | 1001101 | 1010010 | 100101 |
Color Harmonies of #80AB11
Complementary color
Monochromatic Colors of #80AB11
Black with #80AB11
Text Example
Text Example
White with #80AB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AB11; }
p { color: rgb(128,171,17); }
H1.HeaderClassName
{
color: #80AB11;
}
.AnyTagClassName
{
color: #80AB11;
}
</style>
background-color css
<style>
a { background-color: #80AB11; }
a { background-color: rgb(128,171,17); }
div.DivClassName
{
background-color: #80AB11;
}
.BgClassName
{
background-color: #80AB11;
}
</style>
border-color css
<style>
span { border-color: #80AB11; }
span { border-color: rgb(128,171,17); }
td.TdClassName
{
border-color: #80AB11;
}
.TagClassName
{
border-color: #80AB11;
}
</style>