Shades of Limerick #81B739
Tints of Limerick #81B739
RGB
CMYK
RGB Variations
Color information
#81B739 (or 0x81B739) is known color: Limerick. HEX triplet: 81, B7 and 39. RGB value is (129,183,57). Sum of RGB (Red+Green+Blue) = 129+183+57=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 183 (71.88% from 255 or 49.59% from 369); Blue value is 57 (22.66% from 255 or 15.45% from 369); Max value from RGB is 183 - color contains mainly: green. Hex color #81B739 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B739 is #7E48C6. Grayscale: #989898. Windows color (decimal): -8276167 or 3782529. OLE color: 3782529.
HSL color Cylindrical-coordinate representation of color #81B739: hue angle of 85.71º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #81B739 is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 183 | 57 | - |
| CMYK | 0.30 | 0 | 0.69 | 0.28 |
| HSL | 85.71º | 0.53% | 0.47% | - |
| HSV(B) | 85.71º | 0.69% | 0.72% | - |
| XYZ | 26.73 | 38.83 | 9.96 | - |
| YUV | 152.49 | 74.11 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 183 | 57 | 0.30 | 0 | 0.69 | 0.28 | 85.71 | 0.53 | 0.47 |
| Hex | 81 | B7 | 39 | 1E | 0 | 45 | 1C | 56 | 34 | 2F |
| Octal | 201 | 267 | 71 | 36 | 0 | 105 | 34 | 126 | 64 | 57 |
| Binary | 10000001 | 10110111 | 111001 | 11110 | 0 | 1000101 | 11100 | 1010110 | 110100 | 101111 |
Color Harmonies of #81B739
Complementary color
Monochromatic Colors of #81B739
Black with #81B739
Text Example
Text Example
White with #81B739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B739; }
p { color: rgb(129,183,57); }
H1.HeaderClassName
{
color: #81B739;
}
.AnyTagClassName
{
color: #81B739;
}
</style>
background-color css
<style>
a { background-color: #81B739; }
a { background-color: rgb(129,183,57); }
div.DivClassName
{
background-color: #81B739;
}
.BgClassName
{
background-color: #81B739;
}
</style>
border-color css
<style>
span { border-color: #81B739; }
span { border-color: rgb(129,183,57); }
td.TdClassName
{
border-color: #81B739;
}
.TagClassName
{
border-color: #81B739;
}
</style>