Shades of Lima #80B513
Tints of Lima #80B513
RGB
CMYK
RGB Variations
Color information
#80B513 (or 0x80B513) is known color: Lima. HEX triplet: 80, B5 and 13. RGB value is (128,181,19). Sum of RGB (Red+Green+Blue) = 128+181+19=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 181 (71.09% from 255 or 55.18% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 181 - color contains mainly: green. Hex color #80B513 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B513 is #7F4AEC. Grayscale: #939393. Windows color (decimal): -8342253 or 1291648. OLE color: 1291648.
HSL color Cylindrical-coordinate representation of color #80B513: hue angle of 79.63º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80B513 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 181 | 19 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.29 |
| HSL | 79.63º | 0.81% | 0.39% | - |
| HSV(B) | 79.63º | 0.9% | 0.71% | - |
| XYZ | 25.54 | 37.68 | 6.54 | - |
| YUV | 146.69 | 55.94 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 181 | 19 | 0.29 | 0 | 0.90 | 0.29 | 79.63 | 0.81 | 0.39 |
| Hex | 80 | B5 | 13 | 1D | 0 | 5A | 1D | 50 | 51 | 27 |
| Octal | 200 | 265 | 23 | 35 | 0 | 132 | 35 | 120 | 121 | 47 |
| Binary | 10000000 | 10110101 | 10011 | 11101 | 0 | 1011010 | 11101 | 1010000 | 1010001 | 100111 |
Color Harmonies of #80B513
Complementary color
Monochromatic Colors of #80B513
Black with #80B513
Text Example
Text Example
White with #80B513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B513; }
p { color: rgb(128,181,19); }
H1.HeaderClassName
{
color: #80B513;
}
.AnyTagClassName
{
color: #80B513;
}
</style>
background-color css
<style>
a { background-color: #80B513; }
a { background-color: rgb(128,181,19); }
div.DivClassName
{
background-color: #80B513;
}
.BgClassName
{
background-color: #80B513;
}
</style>
border-color css
<style>
span { border-color: #80B513; }
span { border-color: rgb(128,181,19); }
td.TdClassName
{
border-color: #80B513;
}
.TagClassName
{
border-color: #80B513;
}
</style>