Shades of Limerick #81A421
Tints of Limerick #81A421
RGB
CMYK
RGB Variations
Color information
#81A421 (or 0x81A421) is known color: Limerick. HEX triplet: 81, A4 and 21. RGB value is (129,164,33). Sum of RGB (Red+Green+Blue) = 129+164+33=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 164 (64.45% from 255 or 50.31% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 164 - color contains mainly: green. Hex color #81A421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A421 is #7E5BDE. Grayscale: #8B8B8B. Windows color (decimal): -8281055 or 2204801. OLE color: 2204801.
HSL color Cylindrical-coordinate representation of color #81A421: hue angle of 76.03º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #81A421 is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 164 | 33 | - |
| CMYK | 0.21 | 0 | 0.80 | 0.36 |
| HSL | 76.03º | 0.66% | 0.39% | - |
| HSV(B) | 76.03º | 0.8% | 0.64% | - |
| XYZ | 22.6 | 31.33 | 6.29 | - |
| YUV | 138.6 | 68.4 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 164 | 33 | 0.21 | 0 | 0.80 | 0.36 | 76.03 | 0.66 | 0.39 |
| Hex | 81 | A4 | 21 | 15 | 0 | 50 | 24 | 4C | 42 | 27 |
| Octal | 201 | 244 | 41 | 25 | 0 | 120 | 44 | 114 | 102 | 47 |
| Binary | 10000001 | 10100100 | 100001 | 10101 | 0 | 1010000 | 100100 | 1001100 | 1000010 | 100111 |
Color Harmonies of #81A421
Complementary color
Monochromatic Colors of #81A421
Black with #81A421
Text Example
Text Example
White with #81A421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A421; }
p { color: rgb(129,164,33); }
H1.HeaderClassName
{
color: #81A421;
}
.AnyTagClassName
{
color: #81A421;
}
</style>
background-color css
<style>
a { background-color: #81A421; }
a { background-color: rgb(129,164,33); }
div.DivClassName
{
background-color: #81A421;
}
.BgClassName
{
background-color: #81A421;
}
</style>
border-color css
<style>
span { border-color: #81A421; }
span { border-color: rgb(129,164,33); }
td.TdClassName
{
border-color: #81A421;
}
.TagClassName
{
border-color: #81A421;
}
</style>