Shades of Lima #80AB28
Tints of Lima #80AB28
RGB
CMYK
RGB Variations
Color information
#80AB28 (or 0x80AB28) is known color: Lima. HEX triplet: 80, AB and 28. RGB value is (128,171,40). Sum of RGB (Red+Green+Blue) = 128+171+40=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AB28 is #7F54D7. Grayscale: #8F8F8F. Windows color (decimal): -8344792 or 2665344. OLE color: 2665344.
HSL color Cylindrical-coordinate representation of color #80AB28: hue angle of 79.69º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80AB28 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 171 | 40 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.33 |
| HSL | 79.69º | 0.62% | 0.41% | - |
| HSV(B) | 79.69º | 0.77% | 0.67% | - |
| XYZ | 23.85 | 33.87 | 7.29 | - |
| YUV | 143.21 | 69.75 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 171 | 40 | 0.25 | 0 | 0.77 | 0.33 | 79.69 | 0.62 | 0.41 |
| Hex | 80 | AB | 28 | 19 | 0 | 4D | 21 | 50 | 3E | 29 |
| Octal | 200 | 253 | 50 | 31 | 0 | 115 | 41 | 120 | 76 | 51 |
| Binary | 10000000 | 10101011 | 101000 | 11001 | 0 | 1001101 | 100001 | 1010000 | 111110 | 101001 |
Color Harmonies of #80AB28
Complementary color
Monochromatic Colors of #80AB28
Black with #80AB28
Text Example
Text Example
White with #80AB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AB28; }
p { color: rgb(128,171,40); }
H1.HeaderClassName
{
color: #80AB28;
}
.AnyTagClassName
{
color: #80AB28;
}
</style>
background-color css
<style>
a { background-color: #80AB28; }
a { background-color: rgb(128,171,40); }
div.DivClassName
{
background-color: #80AB28;
}
.BgClassName
{
background-color: #80AB28;
}
</style>
border-color css
<style>
span { border-color: #80AB28; }
span { border-color: rgb(128,171,40); }
td.TdClassName
{
border-color: #80AB28;
}
.TagClassName
{
border-color: #80AB28;
}
</style>