Shades of Lima #81BA0A
Tints of Lima #81BA0A
RGB
CMYK
RGB Variations
Color information
#81BA0A (or 0x81BA0A) is known color: Lima. HEX triplet: 81, BA and 0A. RGB value is (129,186,10). Sum of RGB (Red+Green+Blue) = 129+186+10=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 186 (73.05% from 255 or 57.23% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81BA0A is #7E45F5. Grayscale: #959595. Windows color (decimal): -8275446 or 703105. OLE color: 703105.
HSL color Cylindrical-coordinate representation of color #81BA0A: hue angle of 79.43º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81BA0A is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 186 | 10 | - |
| CMYK | 0.31 | 0 | 0.95 | 0.27 |
| HSL | 79.43º | 0.9% | 0.38% | - |
| HSV(B) | 79.43º | 0.95% | 0.73% | - |
| XYZ | 26.67 | 39.81 | 6.57 | - |
| YUV | 148.89 | 49.62 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 186 | 10 | 0.31 | 0 | 0.95 | 0.27 | 79.43 | 0.9 | 0.38 |
| Hex | 81 | BA | A | 1F | 0 | 5F | 1B | 4F | 5A | 26 |
| Octal | 201 | 272 | 12 | 37 | 0 | 137 | 33 | 117 | 132 | 46 |
| Binary | 10000001 | 10111010 | 1010 | 11111 | 0 | 1011111 | 11011 | 1001111 | 1011010 | 100110 |
Color Harmonies of #81BA0A
Complementary color
Monochromatic Colors of #81BA0A
Black with #81BA0A
Text Example
Text Example
White with #81BA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BA0A; }
p { color: rgb(129,186,10); }
H1.HeaderClassName
{
color: #81BA0A;
}
.AnyTagClassName
{
color: #81BA0A;
}
</style>
background-color css
<style>
a { background-color: #81BA0A; }
a { background-color: rgb(129,186,10); }
div.DivClassName
{
background-color: #81BA0A;
}
.BgClassName
{
background-color: #81BA0A;
}
</style>
border-color css
<style>
span { border-color: #81BA0A; }
span { border-color: rgb(129,186,10); }
td.TdClassName
{
border-color: #81BA0A;
}
.TagClassName
{
border-color: #81BA0A;
}
</style>