Shades of Lima #80AB20
Tints of Lima #80AB20
RGB
CMYK
RGB Variations
Color information
#80AB20 (or 0x80AB20) is known color: Lima. HEX triplet: 80, AB and 20. RGB value is (128,171,32). Sum of RGB (Red+Green+Blue) = 128+171+32=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 171 (67.19% from 255 or 51.66% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AB20 is #7F54DF. Grayscale: #8E8E8E. Windows color (decimal): -8344800 or 2141056. OLE color: 2141056.
HSL color Cylindrical-coordinate representation of color #80AB20: hue angle of 78.56º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80AB20 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 171 | 32 | - |
| CMYK | 0.25 | 0 | 0.81 | 0.33 |
| HSL | 78.56º | 0.68% | 0.4% | - |
| HSV(B) | 78.56º | 0.81% | 0.67% | - |
| XYZ | 23.73 | 33.82 | 6.64 | - |
| YUV | 142.3 | 65.75 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 171 | 32 | 0.25 | 0 | 0.81 | 0.33 | 78.56 | 0.68 | 0.4 |
| Hex | 80 | AB | 20 | 19 | 0 | 51 | 21 | 4F | 44 | 28 |
| Octal | 200 | 253 | 40 | 31 | 0 | 121 | 41 | 117 | 104 | 50 |
| Binary | 10000000 | 10101011 | 100000 | 11001 | 0 | 1010001 | 100001 | 1001111 | 1000100 | 101000 |
Color Harmonies of #80AB20
Complementary color
Monochromatic Colors of #80AB20
Black with #80AB20
Text Example
Text Example
White with #80AB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AB20; }
p { color: rgb(128,171,32); }
H1.HeaderClassName
{
color: #80AB20;
}
.AnyTagClassName
{
color: #80AB20;
}
</style>
background-color css
<style>
a { background-color: #80AB20; }
a { background-color: rgb(128,171,32); }
div.DivClassName
{
background-color: #80AB20;
}
.BgClassName
{
background-color: #80AB20;
}
</style>
border-color css
<style>
span { border-color: #80AB20; }
span { border-color: rgb(128,171,32); }
td.TdClassName
{
border-color: #80AB20;
}
.TagClassName
{
border-color: #80AB20;
}
</style>