Shades of Limerick #81AF29
Tints of Limerick #81AF29
RGB
CMYK
RGB Variations
Color information
#81AF29 (or 0x81AF29) is known color: Limerick. HEX triplet: 81, AF and 29. RGB value is (129,175,41). Sum of RGB (Red+Green+Blue) = 129+175+41=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 41 (16.41% from 255 or 11.88% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AF29 is #7E50D6. Grayscale: #929292. Windows color (decimal): -8278231 or 2731905. OLE color: 2731905.
HSL color Cylindrical-coordinate representation of color #81AF29: hue angle of 80.6º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #81AF29 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 175 | 41 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.31 |
| HSL | 80.6º | 0.62% | 0.42% | - |
| HSV(B) | 80.6º | 0.77% | 0.69% | - |
| XYZ | 24.78 | 35.49 | 7.64 | - |
| YUV | 145.97 | 68.76 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 175 | 41 | 0.26 | 0 | 0.77 | 0.31 | 80.6 | 0.62 | 0.42 |
| Hex | 81 | AF | 29 | 1A | 0 | 4D | 1F | 51 | 3E | 2A |
| Octal | 201 | 257 | 51 | 32 | 0 | 115 | 37 | 121 | 76 | 52 |
| Binary | 10000001 | 10101111 | 101001 | 11010 | 0 | 1001101 | 11111 | 1010001 | 111110 | 101010 |
Color Harmonies of #81AF29
Complementary color
Monochromatic Colors of #81AF29
Black with #81AF29
Text Example
Text Example
White with #81AF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AF29; }
p { color: rgb(129,175,41); }
H1.HeaderClassName
{
color: #81AF29;
}
.AnyTagClassName
{
color: #81AF29;
}
</style>
background-color css
<style>
a { background-color: #81AF29; }
a { background-color: rgb(129,175,41); }
div.DivClassName
{
background-color: #81AF29;
}
.BgClassName
{
background-color: #81AF29;
}
</style>
border-color css
<style>
span { border-color: #81AF29; }
span { border-color: rgb(129,175,41); }
td.TdClassName
{
border-color: #81AF29;
}
.TagClassName
{
border-color: #81AF29;
}
</style>