Shades of Limerick #81A725
Tints of Limerick #81A725
RGB
CMYK
RGB Variations
Color information
#81A725 (or 0x81A725) is known color: Limerick. HEX triplet: 81, A7 and 25. RGB value is (129,167,37). Sum of RGB (Red+Green+Blue) = 129+167+37=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 167 (65.62% from 255 or 50.15% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 167 - color contains mainly: green. Hex color #81A725 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A725 is #7E58DA. Grayscale: #8D8D8D. Windows color (decimal): -8280283 or 2467713. OLE color: 2467713.
HSL color Cylindrical-coordinate representation of color #81A725: hue angle of 77.54º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81A725 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 167 | 37 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.35 |
| HSL | 77.54º | 0.64% | 0.4% | - |
| HSV(B) | 77.54º | 0.78% | 0.65% | - |
| XYZ | 23.21 | 32.44 | 6.79 | - |
| YUV | 140.82 | 69.41 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 167 | 37 | 0.23 | 0 | 0.78 | 0.35 | 77.54 | 0.64 | 0.4 |
| Hex | 81 | A7 | 25 | 17 | 0 | 4E | 23 | 4E | 40 | 28 |
| Octal | 201 | 247 | 45 | 27 | 0 | 116 | 43 | 116 | 100 | 50 |
| Binary | 10000001 | 10100111 | 100101 | 10111 | 0 | 1001110 | 100011 | 1001110 | 1000000 | 101000 |
Color Harmonies of #81A725
Complementary color
Monochromatic Colors of #81A725
Black with #81A725
Text Example
Text Example
White with #81A725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A725; }
p { color: rgb(129,167,37); }
H1.HeaderClassName
{
color: #81A725;
}
.AnyTagClassName
{
color: #81A725;
}
</style>
background-color css
<style>
a { background-color: #81A725; }
a { background-color: rgb(129,167,37); }
div.DivClassName
{
background-color: #81A725;
}
.BgClassName
{
background-color: #81A725;
}
</style>
border-color css
<style>
span { border-color: #81A725; }
span { border-color: rgb(129,167,37); }
td.TdClassName
{
border-color: #81A725;
}
.TagClassName
{
border-color: #81A725;
}
</style>