Shades of Limerick #8DB739
Tints of Limerick #8DB739
RGB
CMYK
RGB Variations
Color information
#8DB739 (or 0x8DB739) is known color: Limerick. HEX triplet: 8D, B7 and 39. RGB value is (141,183,57). Sum of RGB (Red+Green+Blue) = 141+183+57=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 57 (22.66% from 255 or 14.96% from 381); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB739 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB739 is #7248C6. Grayscale: #9C9C9C. Windows color (decimal): -7489735 or 3782541. OLE color: 3782541.
HSL color Cylindrical-coordinate representation of color #8DB739: hue angle of 80º 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 #8DB739 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 57 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.28 |
| HSL | 80º | 0.53% | 0.47% | - |
| HSV(B) | 80º | 0.69% | 0.72% | - |
| XYZ | 28.66 | 39.83 | 10.05 | - |
| YUV | 156.08 | 72.09 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 57 | 0.23 | 0 | 0.69 | 0.28 | 80 | 0.53 | 0.47 |
| Hex | 8D | B7 | 39 | 17 | 0 | 45 | 1C | 50 | 34 | 2F |
| Octal | 215 | 267 | 71 | 27 | 0 | 105 | 34 | 120 | 64 | 57 |
| Binary | 10001101 | 10110111 | 111001 | 10111 | 0 | 1000101 | 11100 | 1010000 | 110100 | 101111 |
Color Harmonies of #8DB739
Complementary color
Monochromatic Colors of #8DB739
Black with #8DB739
Text Example
Text Example
White with #8DB739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB739; }
p { color: rgb(141,183,57); }
H1.HeaderClassName
{
color: #8DB739;
}
.AnyTagClassName
{
color: #8DB739;
}
</style>
background-color css
<style>
a { background-color: #8DB739; }
a { background-color: rgb(141,183,57); }
div.DivClassName
{
background-color: #8DB739;
}
.BgClassName
{
background-color: #8DB739;
}
</style>
border-color css
<style>
span { border-color: #8DB739; }
span { border-color: rgb(141,183,57); }
td.TdClassName
{
border-color: #8DB739;
}
.TagClassName
{
border-color: #8DB739;
}
</style>