Shades of Limerick #81A221
Tints of Limerick #81A221
RGB
CMYK
RGB Variations
Color information
#81A221 (or 0x81A221) is known color: Limerick. HEX triplet: 81, A2 and 21. RGB value is (129,162,33). Sum of RGB (Red+Green+Blue) = 129+162+33=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #81A221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A221 is #7E5DDE. Grayscale: #898989. Windows color (decimal): -8281567 or 2204289. OLE color: 2204289.
HSL color Cylindrical-coordinate representation of color #81A221: hue angle of 75.35º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #81A221 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 162 | 33 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.36 |
| HSL | 75.35º | 0.66% | 0.38% | - |
| HSV(B) | 75.35º | 0.8% | 0.64% | - |
| XYZ | 22.25 | 30.62 | 6.18 | - |
| YUV | 137.43 | 69.07 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 162 | 33 | 0.20 | 0 | 0.80 | 0.36 | 75.35 | 0.66 | 0.38 |
| Hex | 81 | A2 | 21 | 14 | 0 | 50 | 24 | 4B | 42 | 26 |
| Octal | 201 | 242 | 41 | 24 | 0 | 120 | 44 | 113 | 102 | 46 |
| Binary | 10000001 | 10100010 | 100001 | 10100 | 0 | 1010000 | 100100 | 1001011 | 1000010 | 100110 |
Color Harmonies of #81A221
Complementary color
Monochromatic Colors of #81A221
Black with #81A221
Text Example
Text Example
White with #81A221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A221; }
p { color: rgb(129,162,33); }
H1.HeaderClassName
{
color: #81A221;
}
.AnyTagClassName
{
color: #81A221;
}
</style>
background-color css
<style>
a { background-color: #81A221; }
a { background-color: rgb(129,162,33); }
div.DivClassName
{
background-color: #81A221;
}
.BgClassName
{
background-color: #81A221;
}
</style>
border-color css
<style>
span { border-color: #81A221; }
span { border-color: rgb(129,162,33); }
td.TdClassName
{
border-color: #81A221;
}
.TagClassName
{
border-color: #81A221;
}
</style>