Shades of Lima #80A205
Tints of Lima #80A205
RGB
CMYK
RGB Variations
Color information
#80A205 (or 0x80A205) is known color: Lima. HEX triplet: 80, A2 and 05. RGB value is (128,162,5). Sum of RGB (Red+Green+Blue) = 128+162+5=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 162 (63.67% from 255 or 54.92% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 162 - color contains mainly: green. Hex color #80A205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A205 is #7F5DFA. Grayscale: #868686. Windows color (decimal): -8347131 or 369280. OLE color: 369280.
HSL color Cylindrical-coordinate representation of color #80A205: hue angle of 72.99º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80A205 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 162 | 5 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.36 |
| HSL | 72.99º | 0.94% | 0.33% | - |
| HSV(B) | 72.99º | 0.97% | 0.64% | - |
| XYZ | 21.85 | 30.44 | 4.87 | - |
| YUV | 133.94 | 55.24 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 162 | 5 | 0.21 | 0 | 0.97 | 0.36 | 72.99 | 0.94 | 0.33 |
| Hex | 80 | A2 | 5 | 15 | 0 | 61 | 24 | 49 | 5E | 21 |
| Octal | 200 | 242 | 5 | 25 | 0 | 141 | 44 | 111 | 136 | 41 |
| Binary | 10000000 | 10100010 | 101 | 10101 | 0 | 1100001 | 100100 | 1001001 | 1011110 | 100001 |
Color Harmonies of #80A205
Complementary color
Monochromatic Colors of #80A205
Black with #80A205
Text Example
Text Example
White with #80A205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A205; }
p { color: rgb(128,162,5); }
H1.HeaderClassName
{
color: #80A205;
}
.AnyTagClassName
{
color: #80A205;
}
</style>
background-color css
<style>
a { background-color: #80A205; }
a { background-color: rgb(128,162,5); }
div.DivClassName
{
background-color: #80A205;
}
.BgClassName
{
background-color: #80A205;
}
</style>
border-color css
<style>
span { border-color: #80A205; }
span { border-color: rgb(128,162,5); }
td.TdClassName
{
border-color: #80A205;
}
.TagClassName
{
border-color: #80A205;
}
</style>