Shades of Lima #80AB17
Tints of Lima #80AB17
RGB
CMYK
RGB Variations
Color information
#80AB17 (or 0x80AB17) is known color: Lima. HEX triplet: 80, AB and 17. RGB value is (128,171,23). Sum of RGB (Red+Green+Blue) = 128+171+23=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 171 (67.19% from 255 or 53.11% from 322); Blue value is 23 (9.38% from 255 or 7.14% from 322); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AB17 is #7F54E8. Grayscale: #8D8D8D. Windows color (decimal): -8344809 or 1551232. OLE color: 1551232.
HSL color Cylindrical-coordinate representation of color #80AB17: hue angle of 77.43º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #80AB17 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 171 | 23 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.33 |
| HSL | 77.43º | 0.76% | 0.38% | - |
| HSV(B) | 77.43º | 0.87% | 0.67% | - |
| XYZ | 23.62 | 33.78 | 6.09 | - |
| YUV | 141.27 | 61.25 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 171 | 23 | 0.25 | 0 | 0.87 | 0.33 | 77.43 | 0.76 | 0.38 |
| Hex | 80 | AB | 17 | 19 | 0 | 57 | 21 | 4D | 4C | 26 |
| Octal | 200 | 253 | 27 | 31 | 0 | 127 | 41 | 115 | 114 | 46 |
| Binary | 10000000 | 10101011 | 10111 | 11001 | 0 | 1010111 | 100001 | 1001101 | 1001100 | 100110 |
Color Harmonies of #80AB17
Complementary color
Monochromatic Colors of #80AB17
Black with #80AB17
Text Example
Text Example
White with #80AB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AB17; }
p { color: rgb(128,171,23); }
H1.HeaderClassName
{
color: #80AB17;
}
.AnyTagClassName
{
color: #80AB17;
}
</style>
background-color css
<style>
a { background-color: #80AB17; }
a { background-color: rgb(128,171,23); }
div.DivClassName
{
background-color: #80AB17;
}
.BgClassName
{
background-color: #80AB17;
}
</style>
border-color css
<style>
span { border-color: #80AB17; }
span { border-color: rgb(128,171,23); }
td.TdClassName
{
border-color: #80AB17;
}
.TagClassName
{
border-color: #80AB17;
}
</style>