Shades of Limerick #8DB932
Tints of Limerick #8DB932
RGB
CMYK
RGB Variations
Color information
#8DB932 (or 0x8DB932) is known color: Limerick. HEX triplet: 8D, B9 and 32. RGB value is (141,185,50). Sum of RGB (Red+Green+Blue) = 141+185+50=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 185 (72.66% from 255 or 49.20% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB932 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB932 is #7246CD. Grayscale: #9C9C9C. Windows color (decimal): -7489230 or 3324301. OLE color: 3324301.
HSL color Cylindrical-coordinate representation of color #8DB932: hue angle of 79.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8DB932 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 185 | 50 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.27 |
| HSL | 79.56º | 0.57% | 0.46% | - |
| HSV(B) | 79.56º | 0.73% | 0.73% | - |
| XYZ | 28.91 | 40.59 | 9.33 | - |
| YUV | 156.45 | 67.92 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 50 | 0.24 | 0 | 0.73 | 0.27 | 79.56 | 0.57 | 0.46 |
| Hex | 8D | B9 | 32 | 18 | 0 | 49 | 1B | 50 | 39 | 2E |
| Octal | 215 | 271 | 62 | 30 | 0 | 111 | 33 | 120 | 71 | 56 |
| Binary | 10001101 | 10111001 | 110010 | 11000 | 0 | 1001001 | 11011 | 1010000 | 111001 | 101110 |
Color Harmonies of #8DB932
Complementary color
Monochromatic Colors of #8DB932
Black with #8DB932
Text Example
Text Example
White with #8DB932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB932; }
p { color: rgb(141,185,50); }
H1.HeaderClassName
{
color: #8DB932;
}
.AnyTagClassName
{
color: #8DB932;
}
</style>
background-color css
<style>
a { background-color: #8DB932; }
a { background-color: rgb(141,185,50); }
div.DivClassName
{
background-color: #8DB932;
}
.BgClassName
{
background-color: #8DB932;
}
</style>
border-color css
<style>
span { border-color: #8DB932; }
span { border-color: rgb(141,185,50); }
td.TdClassName
{
border-color: #8DB932;
}
.TagClassName
{
border-color: #8DB932;
}
</style>