Shades of Lima #81AB15
Tints of Lima #81AB15
RGB
CMYK
RGB Variations
Color information
#81AB15 (or 0x81AB15) is known color: Lima. HEX triplet: 81, AB and 15. RGB value is (129,171,21). Sum of RGB (Red+Green+Blue) = 129+171+21=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 171 (67.19% from 255 or 53.27% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81AB15 is #7E54EA. Grayscale: #8D8D8D. Windows color (decimal): -8279275 or 1420161. OLE color: 1420161.
HSL color Cylindrical-coordinate representation of color #81AB15: hue angle of 76.8º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81AB15 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 171 | 21 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.33 |
| HSL | 76.8º | 0.78% | 0.38% | - |
| HSV(B) | 76.8º | 0.88% | 0.67% | - |
| XYZ | 23.75 | 33.85 | 5.99 | - |
| YUV | 141.34 | 60.09 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 21 | 0.25 | 0 | 0.88 | 0.33 | 76.8 | 0.78 | 0.38 |
| Hex | 81 | AB | 15 | 19 | 0 | 58 | 21 | 4D | 4E | 26 |
| Octal | 201 | 253 | 25 | 31 | 0 | 130 | 41 | 115 | 116 | 46 |
| Binary | 10000001 | 10101011 | 10101 | 11001 | 0 | 1011000 | 100001 | 1001101 | 1001110 | 100110 |
Color Harmonies of #81AB15
Complementary color
Monochromatic Colors of #81AB15
Black with #81AB15
Text Example
Text Example
White with #81AB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AB15; }
p { color: rgb(129,171,21); }
H1.HeaderClassName
{
color: #81AB15;
}
.AnyTagClassName
{
color: #81AB15;
}
</style>
background-color css
<style>
a { background-color: #81AB15; }
a { background-color: rgb(129,171,21); }
div.DivClassName
{
background-color: #81AB15;
}
.BgClassName
{
background-color: #81AB15;
}
</style>
border-color css
<style>
span { border-color: #81AB15; }
span { border-color: rgb(129,171,21); }
td.TdClassName
{
border-color: #81AB15;
}
.TagClassName
{
border-color: #81AB15;
}
</style>