Shades of Lima #81BA05
Tints of Lima #81BA05
RGB
CMYK
RGB Variations
Color information
#81BA05 (or 0x81BA05) is known color: Lima. HEX triplet: 81, BA and 05. RGB value is (129,186,5). Sum of RGB (Red+Green+Blue) = 129+186+5=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 186 (73.05% from 255 or 58.12% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81BA05 is #7E45FA. Grayscale: #949494. Windows color (decimal): -8275451 or 375425. OLE color: 375425.
HSL color Cylindrical-coordinate representation of color #81BA05: hue angle of 78.9º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #81BA05 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 186 | 5 | - |
| CMYK | 0.31 | 0 | 0.97 | 0.27 |
| HSL | 78.9º | 0.95% | 0.37% | - |
| HSV(B) | 78.9º | 0.97% | 0.73% | - |
| XYZ | 26.64 | 39.8 | 6.42 | - |
| YUV | 148.32 | 47.12 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 186 | 5 | 0.31 | 0 | 0.97 | 0.27 | 78.9 | 0.95 | 0.37 |
| Hex | 81 | BA | 5 | 1F | 0 | 61 | 1B | 4F | 5F | 25 |
| Octal | 201 | 272 | 5 | 37 | 0 | 141 | 33 | 117 | 137 | 45 |
| Binary | 10000001 | 10111010 | 101 | 11111 | 0 | 1100001 | 11011 | 1001111 | 1011111 | 100101 |
Color Harmonies of #81BA05
Complementary color
Monochromatic Colors of #81BA05
Black with #81BA05
Text Example
Text Example
White with #81BA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BA05; }
p { color: rgb(129,186,5); }
H1.HeaderClassName
{
color: #81BA05;
}
.AnyTagClassName
{
color: #81BA05;
}
</style>
background-color css
<style>
a { background-color: #81BA05; }
a { background-color: rgb(129,186,5); }
div.DivClassName
{
background-color: #81BA05;
}
.BgClassName
{
background-color: #81BA05;
}
</style>
border-color css
<style>
span { border-color: #81BA05; }
span { border-color: rgb(129,186,5); }
td.TdClassName
{
border-color: #81BA05;
}
.TagClassName
{
border-color: #81BA05;
}
</style>