Shades of Limerick #81B939
Tints of Limerick #81B939
RGB
CMYK
RGB Variations
Color information
#81B939 (or 0x81B939) is known color: Limerick. HEX triplet: 81, B9 and 39. RGB value is (129,185,57). Sum of RGB (Red+Green+Blue) = 129+185+57=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 57 (22.66% from 255 or 15.36% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #81B939 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B939 is #7E46C6. Grayscale: #9A9A9A. Windows color (decimal): -8275655 or 3783041. OLE color: 3783041.
HSL color Cylindrical-coordinate representation of color #81B939: hue angle of 86.25º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #81B939 is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 185 | 57 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.27 |
| HSL | 86.25º | 0.53% | 0.47% | - |
| HSV(B) | 86.25º | 0.69% | 0.73% | - |
| XYZ | 27.14 | 39.66 | 10.1 | - |
| YUV | 153.66 | 73.45 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 185 | 57 | 0.30 | 0 | 0.69 | 0.27 | 86.25 | 0.53 | 0.47 |
| Hex | 81 | B9 | 39 | 1E | 0 | 45 | 1B | 56 | 35 | 2F |
| Octal | 201 | 271 | 71 | 36 | 0 | 105 | 33 | 126 | 65 | 57 |
| Binary | 10000001 | 10111001 | 111001 | 11110 | 0 | 1000101 | 11011 | 1010110 | 110101 | 101111 |
Color Harmonies of #81B939
Complementary color
Monochromatic Colors of #81B939
Black with #81B939
Text Example
Text Example
White with #81B939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B939; }
p { color: rgb(129,185,57); }
H1.HeaderClassName
{
color: #81B939;
}
.AnyTagClassName
{
color: #81B939;
}
</style>
background-color css
<style>
a { background-color: #81B939; }
a { background-color: rgb(129,185,57); }
div.DivClassName
{
background-color: #81B939;
}
.BgClassName
{
background-color: #81B939;
}
</style>
border-color css
<style>
span { border-color: #81B939; }
span { border-color: rgb(129,185,57); }
td.TdClassName
{
border-color: #81B939;
}
.TagClassName
{
border-color: #81B939;
}
</style>