Shades of Lima #80AB1B
Tints of Lima #80AB1B
RGB
CMYK
RGB Variations
Color information
#80AB1B (or 0x80AB1B) is known color: Lima. HEX triplet: 80, AB and 1B. RGB value is (128,171,27). Sum of RGB (Red+Green+Blue) = 128+171+27=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 171 (67.19% from 255 or 52.45% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AB1B is #7F54E4. Grayscale: #8E8E8E. Windows color (decimal): -8344805 or 1813376. OLE color: 1813376.
HSL color Cylindrical-coordinate representation of color #80AB1B: hue angle of 77.92º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80AB1B is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 171 | 27 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.33 |
| HSL | 77.92º | 0.73% | 0.39% | - |
| HSV(B) | 77.92º | 0.84% | 0.67% | - |
| XYZ | 23.66 | 33.79 | 6.31 | - |
| YUV | 141.73 | 63.25 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 171 | 27 | 0.25 | 0 | 0.84 | 0.33 | 77.92 | 0.73 | 0.39 |
| Hex | 80 | AB | 1B | 19 | 0 | 54 | 21 | 4E | 49 | 27 |
| Octal | 200 | 253 | 33 | 31 | 0 | 124 | 41 | 116 | 111 | 47 |
| Binary | 10000000 | 10101011 | 11011 | 11001 | 0 | 1010100 | 100001 | 1001110 | 1001001 | 100111 |
Color Harmonies of #80AB1B
Complementary color
Monochromatic Colors of #80AB1B
Black with #80AB1B
Text Example
Text Example
White with #80AB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AB1B; }
p { color: rgb(128,171,27); }
H1.HeaderClassName
{
color: #80AB1B;
}
.AnyTagClassName
{
color: #80AB1B;
}
</style>
background-color css
<style>
a { background-color: #80AB1B; }
a { background-color: rgb(128,171,27); }
div.DivClassName
{
background-color: #80AB1B;
}
.BgClassName
{
background-color: #80AB1B;
}
</style>
border-color css
<style>
span { border-color: #80AB1B; }
span { border-color: rgb(128,171,27); }
td.TdClassName
{
border-color: #80AB1B;
}
.TagClassName
{
border-color: #80AB1B;
}
</style>