Shades of Lima #80B20A
Tints of Lima #80B20A
RGB
CMYK
RGB Variations
Color information
#80B20A (or 0x80B20A) is known color: Lima. HEX triplet: 80, B2 and 0A. RGB value is (128,178,10). Sum of RGB (Red+Green+Blue) = 128+178+10=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 178 (69.92% from 255 or 56.33% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 178 - color contains mainly: green. Hex color #80B20A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80B20A is #7F4DF5. Grayscale: #909090. Windows color (decimal): -8343030 or 701056. OLE color: 701056.
HSL color Cylindrical-coordinate representation of color #80B20A: hue angle of 77.86º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80B20A is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 178 | 10 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.30 |
| HSL | 77.86º | 0.89% | 0.37% | - |
| HSV(B) | 77.86º | 0.94% | 0.7% | - |
| XYZ | 24.88 | 36.45 | 6.01 | - |
| YUV | 143.9 | 52.44 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 178 | 10 | 0.28 | 0 | 0.94 | 0.30 | 77.86 | 0.89 | 0.37 |
| Hex | 80 | B2 | A | 1C | 0 | 5E | 1E | 4E | 59 | 25 |
| Octal | 200 | 262 | 12 | 34 | 0 | 136 | 36 | 116 | 131 | 45 |
| Binary | 10000000 | 10110010 | 1010 | 11100 | 0 | 1011110 | 11110 | 1001110 | 1011001 | 100101 |
Color Harmonies of #80B20A
Complementary color
Monochromatic Colors of #80B20A
Black with #80B20A
Text Example
Text Example
White with #80B20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B20A; }
p { color: rgb(128,178,10); }
H1.HeaderClassName
{
color: #80B20A;
}
.AnyTagClassName
{
color: #80B20A;
}
</style>
background-color css
<style>
a { background-color: #80B20A; }
a { background-color: rgb(128,178,10); }
div.DivClassName
{
background-color: #80B20A;
}
.BgClassName
{
background-color: #80B20A;
}
</style>
border-color css
<style>
span { border-color: #80B20A; }
span { border-color: rgb(128,178,10); }
td.TdClassName
{
border-color: #80B20A;
}
.TagClassName
{
border-color: #80B20A;
}
</style>