Shades of Limerick #8DB521
Tints of Limerick #8DB521
RGB
CMYK
RGB Variations
Color information
#8DB521 (or 0x8DB521) is known color: Limerick. HEX triplet: 8D, B5 and 21. RGB value is (141,181,33). Sum of RGB (Red+Green+Blue) = 141+181+33=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 181 (71.09% from 255 or 50.99% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB521 is #724ADE. Grayscale: #989898. Windows color (decimal): -7490271 or 2209165. OLE color: 2209165.
HSL color Cylindrical-coordinate representation of color #8DB521: hue angle of 76.22º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8DB521 is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 181 | 33 | - |
| CMYK | 0.22 | 0 | 0.82 | 0.29 |
| HSL | 76.22º | 0.69% | 0.42% | - |
| HSV(B) | 76.22º | 0.82% | 0.71% | - |
| XYZ | 27.78 | 38.82 | 7.47 | - |
| YUV | 152.17 | 60.75 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 33 | 0.22 | 0 | 0.82 | 0.29 | 76.22 | 0.69 | 0.42 |
| Hex | 8D | B5 | 21 | 16 | 0 | 52 | 1D | 4C | 45 | 2A |
| Octal | 215 | 265 | 41 | 26 | 0 | 122 | 35 | 114 | 105 | 52 |
| Binary | 10001101 | 10110101 | 100001 | 10110 | 0 | 1010010 | 11101 | 1001100 | 1000101 | 101010 |
Color Harmonies of #8DB521
Complementary color
Monochromatic Colors of #8DB521
Black with #8DB521
Text Example
Text Example
White with #8DB521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB521; }
p { color: rgb(141,181,33); }
H1.HeaderClassName
{
color: #8DB521;
}
.AnyTagClassName
{
color: #8DB521;
}
</style>
background-color css
<style>
a { background-color: #8DB521; }
a { background-color: rgb(141,181,33); }
div.DivClassName
{
background-color: #8DB521;
}
.BgClassName
{
background-color: #8DB521;
}
</style>
border-color css
<style>
span { border-color: #8DB521; }
span { border-color: rgb(141,181,33); }
td.TdClassName
{
border-color: #8DB521;
}
.TagClassName
{
border-color: #8DB521;
}
</style>