Shades of Lima #80B505
Tints of Lima #80B505
RGB
CMYK
RGB Variations
Color information
#80B505 (or 0x80B505) is known color: Lima. HEX triplet: 80, B5 and 05. RGB value is (128,181,5). Sum of RGB (Red+Green+Blue) = 128+181+5=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 181 (71.09% from 255 or 57.64% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 181 - color contains mainly: green. Hex color #80B505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B505 is #7F4AFA. Grayscale: #919191. Windows color (decimal): -8342267 or 374144. OLE color: 374144.
HSL color Cylindrical-coordinate representation of color #80B505: hue angle of 78.07º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80B505 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 181 | 5 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.29 |
| HSL | 78.07º | 0.95% | 0.36% | - |
| HSV(B) | 78.07º | 0.97% | 0.71% | - |
| XYZ | 25.45 | 37.65 | 6.07 | - |
| YUV | 145.09 | 48.94 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 181 | 5 | 0.29 | 0 | 0.97 | 0.29 | 78.07 | 0.95 | 0.36 |
| Hex | 80 | B5 | 5 | 1D | 0 | 61 | 1D | 4E | 5F | 24 |
| Octal | 200 | 265 | 5 | 35 | 0 | 141 | 35 | 116 | 137 | 44 |
| Binary | 10000000 | 10110101 | 101 | 11101 | 0 | 1100001 | 11101 | 1001110 | 1011111 | 100100 |
Color Harmonies of #80B505
Complementary color
Monochromatic Colors of #80B505
Black with #80B505
Text Example
Text Example
White with #80B505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B505; }
p { color: rgb(128,181,5); }
H1.HeaderClassName
{
color: #80B505;
}
.AnyTagClassName
{
color: #80B505;
}
</style>
background-color css
<style>
a { background-color: #80B505; }
a { background-color: rgb(128,181,5); }
div.DivClassName
{
background-color: #80B505;
}
.BgClassName
{
background-color: #80B505;
}
</style>
border-color css
<style>
span { border-color: #80B505; }
span { border-color: rgb(128,181,5); }
td.TdClassName
{
border-color: #80B505;
}
.TagClassName
{
border-color: #80B505;
}
</style>