Shades of Limerick #81B32D
Tints of Limerick #81B32D
RGB
CMYK
RGB Variations
Color information
#81B32D (or 0x81B32D) is known color: Limerick. HEX triplet: 81, B3 and 2D. RGB value is (129,179,45). Sum of RGB (Red+Green+Blue) = 129+179+45=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #81B32D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B32D is #7E4CD2. Grayscale: #959595. Windows color (decimal): -8277203 or 2995073. OLE color: 2995073.
HSL color Cylindrical-coordinate representation of color #81B32D: hue angle of 82.39º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #81B32D is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 179 | 45 | - |
| CMYK | 0.28 | 0 | 0.75 | 0.30 |
| HSL | 82.39º | 0.6% | 0.44% | - |
| HSV(B) | 82.39º | 0.75% | 0.7% | - |
| XYZ | 25.65 | 37.1 | 8.29 | - |
| YUV | 148.77 | 69.44 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 179 | 45 | 0.28 | 0 | 0.75 | 0.30 | 82.39 | 0.6 | 0.44 |
| Hex | 81 | B3 | 2D | 1C | 0 | 4B | 1E | 52 | 3C | 2C |
| Octal | 201 | 263 | 55 | 34 | 0 | 113 | 36 | 122 | 74 | 54 |
| Binary | 10000001 | 10110011 | 101101 | 11100 | 0 | 1001011 | 11110 | 1010010 | 111100 | 101100 |
Color Harmonies of #81B32D
Complementary color
Monochromatic Colors of #81B32D
Black with #81B32D
Text Example
Text Example
White with #81B32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B32D; }
p { color: rgb(129,179,45); }
H1.HeaderClassName
{
color: #81B32D;
}
.AnyTagClassName
{
color: #81B32D;
}
</style>
background-color css
<style>
a { background-color: #81B32D; }
a { background-color: rgb(129,179,45); }
div.DivClassName
{
background-color: #81B32D;
}
.BgClassName
{
background-color: #81B32D;
}
</style>
border-color css
<style>
span { border-color: #81B32D; }
span { border-color: rgb(129,179,45); }
td.TdClassName
{
border-color: #81B32D;
}
.TagClassName
{
border-color: #81B32D;
}
</style>