Shades of Limerick #81AF32
Tints of Limerick #81AF32
RGB
CMYK
RGB Variations
Color information
#81AF32 (or 0x81AF32) is known color: Limerick. HEX triplet: 81, AF and 32. RGB value is (129,175,50). Sum of RGB (Red+Green+Blue) = 129+175+50=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 50 (19.92% from 255 or 14.12% from 354); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AF32 is #7E50CD. Grayscale: #939393. Windows color (decimal): -8278222 or 3321729. OLE color: 3321729.
HSL color Cylindrical-coordinate representation of color #81AF32: hue angle of 82.08º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #81AF32 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 175 | 50 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.31 |
| HSL | 82.08º | 0.56% | 0.44% | - |
| HSV(B) | 82.08º | 0.71% | 0.69% | - |
| XYZ | 24.96 | 35.56 | 8.57 | - |
| YUV | 147 | 73.26 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 175 | 50 | 0.26 | 0 | 0.71 | 0.31 | 82.08 | 0.56 | 0.44 |
| Hex | 81 | AF | 32 | 1A | 0 | 47 | 1F | 52 | 38 | 2C |
| Octal | 201 | 257 | 62 | 32 | 0 | 107 | 37 | 122 | 70 | 54 |
| Binary | 10000001 | 10101111 | 110010 | 11010 | 0 | 1000111 | 11111 | 1010010 | 111000 | 101100 |
Color Harmonies of #81AF32
Complementary color
Monochromatic Colors of #81AF32
Black with #81AF32
Text Example
Text Example
White with #81AF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AF32; }
p { color: rgb(129,175,50); }
H1.HeaderClassName
{
color: #81AF32;
}
.AnyTagClassName
{
color: #81AF32;
}
</style>
background-color css
<style>
a { background-color: #81AF32; }
a { background-color: rgb(129,175,50); }
div.DivClassName
{
background-color: #81AF32;
}
.BgClassName
{
background-color: #81AF32;
}
</style>
border-color css
<style>
span { border-color: #81AF32; }
span { border-color: rgb(129,175,50); }
td.TdClassName
{
border-color: #81AF32;
}
.TagClassName
{
border-color: #81AF32;
}
</style>