Shades of Lima #81A721
Tints of Lima #81A721
RGB
CMYK
RGB Variations
Color information
#81A721 (or 0x81A721) is known color: Lima. HEX triplet: 81, A7 and 21. RGB value is (129,167,33). Sum of RGB (Red+Green+Blue) = 129+167+33=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 167 (65.62% from 255 or 50.76% from 329); Blue value is 33 (13.28% from 255 or 10.03% from 329); Max value from RGB is 167 - color contains mainly: green. Hex color #81A721 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A721 is #7E58DE. Grayscale: #8C8C8C. Windows color (decimal): -8280287 or 2205569. OLE color: 2205569.
HSL color Cylindrical-coordinate representation of color #81A721: hue angle of 77.01º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #81A721 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 167 | 33 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.35 |
| HSL | 77.01º | 0.67% | 0.39% | - |
| HSV(B) | 77.01º | 0.8% | 0.65% | - |
| XYZ | 23.15 | 32.41 | 6.48 | - |
| YUV | 140.36 | 67.41 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 167 | 33 | 0.23 | 0 | 0.80 | 0.35 | 77.01 | 0.67 | 0.39 |
| Hex | 81 | A7 | 21 | 17 | 0 | 50 | 23 | 4D | 43 | 27 |
| Octal | 201 | 247 | 41 | 27 | 0 | 120 | 43 | 115 | 103 | 47 |
| Binary | 10000001 | 10100111 | 100001 | 10111 | 0 | 1010000 | 100011 | 1001101 | 1000011 | 100111 |
Color Harmonies of #81A721
Complementary color
Monochromatic Colors of #81A721
Black with #81A721
Text Example
Text Example
White with #81A721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A721; }
p { color: rgb(129,167,33); }
H1.HeaderClassName
{
color: #81A721;
}
.AnyTagClassName
{
color: #81A721;
}
</style>
background-color css
<style>
a { background-color: #81A721; }
a { background-color: rgb(129,167,33); }
div.DivClassName
{
background-color: #81A721;
}
.BgClassName
{
background-color: #81A721;
}
</style>
border-color css
<style>
span { border-color: #81A721; }
span { border-color: rgb(129,167,33); }
td.TdClassName
{
border-color: #81A721;
}
.TagClassName
{
border-color: #81A721;
}
</style>