Shades of Lima #80AB13
Tints of Lima #80AB13
RGB
CMYK
RGB Variations
Color information
#80AB13 (or 0x80AB13) is known color: Lima. HEX triplet: 80, AB and 13. RGB value is (128,171,19). Sum of RGB (Red+Green+Blue) = 128+171+19=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 171 (67.19% from 255 or 53.77% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AB13 is #7F54EC. Grayscale: #8D8D8D. Windows color (decimal): -8344813 or 1289088. OLE color: 1289088.
HSL color Cylindrical-coordinate representation of color #80AB13: hue angle of 76.97º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80AB13 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 171 | 19 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.33 |
| HSL | 76.97º | 0.8% | 0.37% | - |
| HSV(B) | 76.97º | 0.89% | 0.67% | - |
| XYZ | 23.58 | 33.76 | 5.89 | - |
| YUV | 140.82 | 59.25 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 171 | 19 | 0.25 | 0 | 0.89 | 0.33 | 76.97 | 0.8 | 0.37 |
| Hex | 80 | AB | 13 | 19 | 0 | 59 | 21 | 4D | 50 | 25 |
| Octal | 200 | 253 | 23 | 31 | 0 | 131 | 41 | 115 | 120 | 45 |
| Binary | 10000000 | 10101011 | 10011 | 11001 | 0 | 1011001 | 100001 | 1001101 | 1010000 | 100101 |
Color Harmonies of #80AB13
Complementary color
Monochromatic Colors of #80AB13
Black with #80AB13
Text Example
Text Example
White with #80AB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AB13; }
p { color: rgb(128,171,19); }
H1.HeaderClassName
{
color: #80AB13;
}
.AnyTagClassName
{
color: #80AB13;
}
</style>
background-color css
<style>
a { background-color: #80AB13; }
a { background-color: rgb(128,171,19); }
div.DivClassName
{
background-color: #80AB13;
}
.BgClassName
{
background-color: #80AB13;
}
</style>
border-color css
<style>
span { border-color: #80AB13; }
span { border-color: rgb(128,171,19); }
td.TdClassName
{
border-color: #80AB13;
}
.TagClassName
{
border-color: #80AB13;
}
</style>