Shades of Lima #81BA15
Tints of Lima #81BA15
RGB
CMYK
RGB Variations
Color information
#81BA15 (or 0x81BA15) is known color: Lima. HEX triplet: 81, BA and 15. RGB value is (129,186,21). Sum of RGB (Red+Green+Blue) = 129+186+21=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 186 (73.05% from 255 or 55.36% from 336); Blue value is 21 (8.59% from 255 or 6.25% from 336); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81BA15 is #7E45EA. Grayscale: #969696. Windows color (decimal): -8275435 or 1424001. OLE color: 1424001.
HSL color Cylindrical-coordinate representation of color #81BA15: hue angle of 80.73º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #81BA15 is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 186 | 21 | - |
| CMYK | 0.31 | 0 | 0.89 | 0.27 |
| HSL | 80.73º | 0.8% | 0.41% | - |
| HSV(B) | 80.73º | 0.89% | 0.73% | - |
| XYZ | 26.75 | 39.84 | 6.99 | - |
| YUV | 150.15 | 55.12 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 186 | 21 | 0.31 | 0 | 0.89 | 0.27 | 80.73 | 0.8 | 0.41 |
| Hex | 81 | BA | 15 | 1F | 0 | 59 | 1B | 51 | 50 | 29 |
| Octal | 201 | 272 | 25 | 37 | 0 | 131 | 33 | 121 | 120 | 51 |
| Binary | 10000001 | 10111010 | 10101 | 11111 | 0 | 1011001 | 11011 | 1010001 | 1010000 | 101001 |
Color Harmonies of #81BA15
Complementary color
Monochromatic Colors of #81BA15
Black with #81BA15
Text Example
Text Example
White with #81BA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BA15; }
p { color: rgb(129,186,21); }
H1.HeaderClassName
{
color: #81BA15;
}
.AnyTagClassName
{
color: #81BA15;
}
</style>
background-color css
<style>
a { background-color: #81BA15; }
a { background-color: rgb(129,186,21); }
div.DivClassName
{
background-color: #81BA15;
}
.BgClassName
{
background-color: #81BA15;
}
</style>
border-color css
<style>
span { border-color: #81BA15; }
span { border-color: rgb(129,186,21); }
td.TdClassName
{
border-color: #81BA15;
}
.TagClassName
{
border-color: #81BA15;
}
</style>