Shades of Lima #80A219
Tints of Lima #80A219
RGB
CMYK
RGB Variations
Color information
#80A219 (or 0x80A219) is known color: Lima. HEX triplet: 80, A2 and 19. RGB value is (128,162,25). Sum of RGB (Red+Green+Blue) = 128+162+25=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 162 (63.67% from 255 or 51.43% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 162 - color contains mainly: green. Hex color #80A219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A219 is #7F5DE6. Grayscale: #888888. Windows color (decimal): -8347111 or 1680000. OLE color: 1680000.
HSL color Cylindrical-coordinate representation of color #80A219: hue angle of 74.89º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #80A219 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 162 | 25 | - |
| CMYK | 0.21 | 0 | 0.85 | 0.36 |
| HSL | 74.89º | 0.73% | 0.37% | - |
| HSV(B) | 74.89º | 0.85% | 0.64% | - |
| XYZ | 22 | 30.5 | 5.65 | - |
| YUV | 136.22 | 65.24 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 162 | 25 | 0.21 | 0 | 0.85 | 0.36 | 74.89 | 0.73 | 0.37 |
| Hex | 80 | A2 | 19 | 15 | 0 | 55 | 24 | 4B | 49 | 25 |
| Octal | 200 | 242 | 31 | 25 | 0 | 125 | 44 | 113 | 111 | 45 |
| Binary | 10000000 | 10100010 | 11001 | 10101 | 0 | 1010101 | 100100 | 1001011 | 1001001 | 100101 |
Color Harmonies of #80A219
Complementary color
Monochromatic Colors of #80A219
Black with #80A219
Text Example
Text Example
White with #80A219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A219; }
p { color: rgb(128,162,25); }
H1.HeaderClassName
{
color: #80A219;
}
.AnyTagClassName
{
color: #80A219;
}
</style>
background-color css
<style>
a { background-color: #80A219; }
a { background-color: rgb(128,162,25); }
div.DivClassName
{
background-color: #80A219;
}
.BgClassName
{
background-color: #80A219;
}
</style>
border-color css
<style>
span { border-color: #80A219; }
span { border-color: rgb(128,162,25); }
td.TdClassName
{
border-color: #80A219;
}
.TagClassName
{
border-color: #80A219;
}
</style>