Shades of Limerick #81BA37
Tints of Limerick #81BA37
RGB
CMYK
RGB Variations
Color information
#81BA37 (or 0x81BA37) is known color: Limerick. HEX triplet: 81, BA and 37. RGB value is (129,186,55). Sum of RGB (Red+Green+Blue) = 129+186+55=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 55 (21.88% from 255 or 14.86% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BA37 is #7E45C8. Grayscale: #9A9A9A. Windows color (decimal): -8275401 or 3652225. OLE color: 3652225.
HSL color Cylindrical-coordinate representation of color #81BA37: hue angle of 86.11º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #81BA37 is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 186 | 55 | - |
| CMYK | 0.31 | 0 | 0.70 | 0.27 |
| HSL | 86.11º | 0.54% | 0.47% | - |
| HSV(B) | 86.11º | 0.7% | 0.73% | - |
| XYZ | 27.3 | 40.06 | 9.91 | - |
| YUV | 154.02 | 72.12 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 186 | 55 | 0.31 | 0 | 0.70 | 0.27 | 86.11 | 0.54 | 0.47 |
| Hex | 81 | BA | 37 | 1F | 0 | 46 | 1B | 56 | 36 | 2F |
| Octal | 201 | 272 | 67 | 37 | 0 | 106 | 33 | 126 | 66 | 57 |
| Binary | 10000001 | 10111010 | 110111 | 11111 | 0 | 1000110 | 11011 | 1010110 | 110110 | 101111 |
Color Harmonies of #81BA37
Complementary color
Monochromatic Colors of #81BA37
Black with #81BA37
Text Example
Text Example
White with #81BA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BA37; }
p { color: rgb(129,186,55); }
H1.HeaderClassName
{
color: #81BA37;
}
.AnyTagClassName
{
color: #81BA37;
}
</style>
background-color css
<style>
a { background-color: #81BA37; }
a { background-color: rgb(129,186,55); }
div.DivClassName
{
background-color: #81BA37;
}
.BgClassName
{
background-color: #81BA37;
}
</style>
border-color css
<style>
span { border-color: #81BA37; }
span { border-color: rgb(129,186,55); }
td.TdClassName
{
border-color: #81BA37;
}
.TagClassName
{
border-color: #81BA37;
}
</style>