Shades of Lima #81A515
Tints of Lima #81A515
RGB
CMYK
RGB Variations
Color information
#81A515 (or 0x81A515) is known color: Lima. HEX triplet: 81, A5 and 15. RGB value is (129,165,21). Sum of RGB (Red+Green+Blue) = 129+165+21=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 165 (64.84% from 255 or 52.38% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 165 - color contains mainly: green. Hex color #81A515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A515 is #7E5AEA. Grayscale: #8A8A8A. Windows color (decimal): -8280811 or 1418625. OLE color: 1418625.
HSL color Cylindrical-coordinate representation of color #81A515: hue angle of 75º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #81A515 is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 165 | 21 | - |
| CMYK | 0.22 | 0 | 0.87 | 0.35 |
| HSL | 75º | 0.77% | 0.36% | - |
| HSV(B) | 75º | 0.87% | 0.65% | - |
| XYZ | 22.64 | 31.63 | 5.62 | - |
| YUV | 137.82 | 62.07 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 165 | 21 | 0.22 | 0 | 0.87 | 0.35 | 75 | 0.77 | 0.36 |
| Hex | 81 | A5 | 15 | 16 | 0 | 57 | 23 | 4B | 4D | 24 |
| Octal | 201 | 245 | 25 | 26 | 0 | 127 | 43 | 113 | 115 | 44 |
| Binary | 10000001 | 10100101 | 10101 | 10110 | 0 | 1010111 | 100011 | 1001011 | 1001101 | 100100 |
Color Harmonies of #81A515
Complementary color
Monochromatic Colors of #81A515
Black with #81A515
Text Example
Text Example
White with #81A515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A515; }
p { color: rgb(129,165,21); }
H1.HeaderClassName
{
color: #81A515;
}
.AnyTagClassName
{
color: #81A515;
}
</style>
background-color css
<style>
a { background-color: #81A515; }
a { background-color: rgb(129,165,21); }
div.DivClassName
{
background-color: #81A515;
}
.BgClassName
{
background-color: #81A515;
}
</style>
border-color css
<style>
span { border-color: #81A515; }
span { border-color: rgb(129,165,21); }
td.TdClassName
{
border-color: #81A515;
}
.TagClassName
{
border-color: #81A515;
}
</style>