Shades of Lima #81BA2D
Tints of Lima #81BA2D
RGB
CMYK
RGB Variations
Color information
#81BA2D (or 0x81BA2D) is known color: Lima. HEX triplet: 81, BA and 2D. RGB value is (129,186,45). Sum of RGB (Red+Green+Blue) = 129+186+45=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 186 (73.05% from 255 or 51.67% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BA2D is #7E45D2. Grayscale: #999999. Windows color (decimal): -8275411 or 2996865. OLE color: 2996865.
HSL color Cylindrical-coordinate representation of color #81BA2D: hue angle of 84.26º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #81BA2D is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 186 | 45 | - |
| CMYK | 0.31 | 0 | 0.76 | 0.27 |
| HSL | 84.26º | 0.61% | 0.45% | - |
| HSV(B) | 84.26º | 0.76% | 0.73% | - |
| XYZ | 27.09 | 39.97 | 8.77 | - |
| YUV | 152.88 | 67.12 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 186 | 45 | 0.31 | 0 | 0.76 | 0.27 | 84.26 | 0.61 | 0.45 |
| Hex | 81 | BA | 2D | 1F | 0 | 4C | 1B | 54 | 3D | 2D |
| Octal | 201 | 272 | 55 | 37 | 0 | 114 | 33 | 124 | 75 | 55 |
| Binary | 10000001 | 10111010 | 101101 | 11111 | 0 | 1001100 | 11011 | 1010100 | 111101 | 101101 |
Color Harmonies of #81BA2D
Complementary color
Monochromatic Colors of #81BA2D
Black with #81BA2D
Text Example
Text Example
White with #81BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BA2D; }
p { color: rgb(129,186,45); }
H1.HeaderClassName
{
color: #81BA2D;
}
.AnyTagClassName
{
color: #81BA2D;
}
</style>
background-color css
<style>
a { background-color: #81BA2D; }
a { background-color: rgb(129,186,45); }
div.DivClassName
{
background-color: #81BA2D;
}
.BgClassName
{
background-color: #81BA2D;
}
</style>
border-color css
<style>
span { border-color: #81BA2D; }
span { border-color: rgb(129,186,45); }
td.TdClassName
{
border-color: #81BA2D;
}
.TagClassName
{
border-color: #81BA2D;
}
</style>