Shades of Limerick #81AF33
Tints of Limerick #81AF33
RGB
CMYK
RGB Variations
Color information
#81AF33 (or 0x81AF33) is known color: Limerick. HEX triplet: 81, AF and 33. RGB value is (129,175,51). Sum of RGB (Red+Green+Blue) = 129+175+51=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 175 (68.75% from 255 or 49.30% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AF33 is #7E50CC. Grayscale: #939393. Windows color (decimal): -8278221 or 3387265. OLE color: 3387265.
HSL color Cylindrical-coordinate representation of color #81AF33: hue angle of 82.26º degrees, saturation: 0.55, 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 #81AF33 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 175 | 51 | - |
| CMYK | 0.26 | 0 | 0.71 | 0.31 |
| HSL | 82.26º | 0.55% | 0.44% | - |
| HSV(B) | 82.26º | 0.71% | 0.69% | - |
| XYZ | 24.98 | 35.57 | 8.68 | - |
| YUV | 147.11 | 73.76 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 175 | 51 | 0.26 | 0 | 0.71 | 0.31 | 82.26 | 0.55 | 0.44 |
| Hex | 81 | AF | 33 | 1A | 0 | 47 | 1F | 52 | 37 | 2C |
| Octal | 201 | 257 | 63 | 32 | 0 | 107 | 37 | 122 | 67 | 54 |
| Binary | 10000001 | 10101111 | 110011 | 11010 | 0 | 1000111 | 11111 | 1010010 | 110111 | 101100 |
Color Harmonies of #81AF33
Complementary color
Monochromatic Colors of #81AF33
Black with #81AF33
Text Example
Text Example
White with #81AF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AF33; }
p { color: rgb(129,175,51); }
H1.HeaderClassName
{
color: #81AF33;
}
.AnyTagClassName
{
color: #81AF33;
}
</style>
background-color css
<style>
a { background-color: #81AF33; }
a { background-color: rgb(129,175,51); }
div.DivClassName
{
background-color: #81AF33;
}
.BgClassName
{
background-color: #81AF33;
}
</style>
border-color css
<style>
span { border-color: #81AF33; }
span { border-color: rgb(129,175,51); }
td.TdClassName
{
border-color: #81AF33;
}
.TagClassName
{
border-color: #81AF33;
}
</style>