Shades of Lima #80B51A
Tints of Lima #80B51A
RGB
CMYK
RGB Variations
Color information
#80B51A (or 0x80B51A) is known color: Lima. HEX triplet: 80, B5 and 1A. RGB value is (128,181,26). Sum of RGB (Red+Green+Blue) = 128+181+26=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 181 (71.09% from 255 or 54.03% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 181 - color contains mainly: green. Hex color #80B51A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B51A is #7F4AE5. Grayscale: #949494. Windows color (decimal): -8342246 or 1750400. OLE color: 1750400.
HSL color Cylindrical-coordinate representation of color #80B51A: hue angle of 80.52º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80B51A is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 181 | 26 | - |
| CMYK | 0.29 | 0 | 0.86 | 0.29 |
| HSL | 80.52º | 0.75% | 0.41% | - |
| HSV(B) | 80.52º | 0.86% | 0.71% | - |
| XYZ | 25.61 | 37.71 | 6.91 | - |
| YUV | 147.48 | 59.44 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 181 | 26 | 0.29 | 0 | 0.86 | 0.29 | 80.52 | 0.75 | 0.41 |
| Hex | 80 | B5 | 1A | 1D | 0 | 56 | 1D | 51 | 4B | 29 |
| Octal | 200 | 265 | 32 | 35 | 0 | 126 | 35 | 121 | 113 | 51 |
| Binary | 10000000 | 10110101 | 11010 | 11101 | 0 | 1010110 | 11101 | 1010001 | 1001011 | 101001 |
Color Harmonies of #80B51A
Complementary color
Monochromatic Colors of #80B51A
Black with #80B51A
Text Example
Text Example
White with #80B51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B51A; }
p { color: rgb(128,181,26); }
H1.HeaderClassName
{
color: #80B51A;
}
.AnyTagClassName
{
color: #80B51A;
}
</style>
background-color css
<style>
a { background-color: #80B51A; }
a { background-color: rgb(128,181,26); }
div.DivClassName
{
background-color: #80B51A;
}
.BgClassName
{
background-color: #80B51A;
}
</style>
border-color css
<style>
span { border-color: #80B51A; }
span { border-color: rgb(128,181,26); }
td.TdClassName
{
border-color: #80B51A;
}
.TagClassName
{
border-color: #80B51A;
}
</style>