Shades of Limerick #8DB836
Tints of Limerick #8DB836
RGB
CMYK
RGB Variations
Color information
#8DB836 (or 0x8DB836) is known color: Limerick. HEX triplet: 8D, B8 and 36. RGB value is (141,184,54). Sum of RGB (Red+Green+Blue) = 141+184+54=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 184 (72.27% from 255 or 48.55% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB836 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB836 is #7247C9. Grayscale: #9C9C9C. Windows color (decimal): -7489482 or 3586189. OLE color: 3586189.
HSL color Cylindrical-coordinate representation of color #8DB836: hue angle of 79.85º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8DB836 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 184 | 54 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.28 |
| HSL | 79.85º | 0.55% | 0.47% | - |
| HSV(B) | 79.85º | 0.71% | 0.72% | - |
| XYZ | 28.79 | 40.21 | 9.73 | - |
| YUV | 156.32 | 70.25 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 184 | 54 | 0.23 | 0 | 0.71 | 0.28 | 79.85 | 0.55 | 0.47 |
| Hex | 8D | B8 | 36 | 17 | 0 | 47 | 1C | 50 | 37 | 2F |
| Octal | 215 | 270 | 66 | 27 | 0 | 107 | 34 | 120 | 67 | 57 |
| Binary | 10001101 | 10111000 | 110110 | 10111 | 0 | 1000111 | 11100 | 1010000 | 110111 | 101111 |
Color Harmonies of #8DB836
Complementary color
Monochromatic Colors of #8DB836
Black with #8DB836
Text Example
Text Example
White with #8DB836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB836; }
p { color: rgb(141,184,54); }
H1.HeaderClassName
{
color: #8DB836;
}
.AnyTagClassName
{
color: #8DB836;
}
</style>
background-color css
<style>
a { background-color: #8DB836; }
a { background-color: rgb(141,184,54); }
div.DivClassName
{
background-color: #8DB836;
}
.BgClassName
{
background-color: #8DB836;
}
</style>
border-color css
<style>
span { border-color: #8DB836; }
span { border-color: rgb(141,184,54); }
td.TdClassName
{
border-color: #8DB836;
}
.TagClassName
{
border-color: #8DB836;
}
</style>