Shades of Limerick #8DB921
Tints of Limerick #8DB921
RGB
CMYK
RGB Variations
Color information
#8DB921 (or 0x8DB921) is known color: Limerick. HEX triplet: 8D, B9 and 21. RGB value is (141,185,33). Sum of RGB (Red+Green+Blue) = 141+185+33=359 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.28% from 359); Green value is 185 (72.66% from 255 or 51.53% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB921 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB921 is #7246DE. Grayscale: #9B9B9B. Windows color (decimal): -7489247 or 2210189. OLE color: 2210189.
HSL color Cylindrical-coordinate representation of color #8DB921: hue angle of 77.37º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8DB921 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 185 | 33 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.27 |
| HSL | 77.37º | 0.7% | 0.43% | - |
| HSV(B) | 77.37º | 0.82% | 0.73% | - |
| XYZ | 28.61 | 40.47 | 7.74 | - |
| YUV | 154.52 | 59.42 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 33 | 0.24 | 0 | 0.82 | 0.27 | 77.37 | 0.7 | 0.43 |
| Hex | 8D | B9 | 21 | 18 | 0 | 52 | 1B | 4D | 46 | 2B |
| Octal | 215 | 271 | 41 | 30 | 0 | 122 | 33 | 115 | 106 | 53 |
| Binary | 10001101 | 10111001 | 100001 | 11000 | 0 | 1010010 | 11011 | 1001101 | 1000110 | 101011 |
Color Harmonies of #8DB921
Complementary color
Monochromatic Colors of #8DB921
Black with #8DB921
Text Example
Text Example
White with #8DB921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB921; }
p { color: rgb(141,185,33); }
H1.HeaderClassName
{
color: #8DB921;
}
.AnyTagClassName
{
color: #8DB921;
}
</style>
background-color css
<style>
a { background-color: #8DB921; }
a { background-color: rgb(141,185,33); }
div.DivClassName
{
background-color: #8DB921;
}
.BgClassName
{
background-color: #8DB921;
}
</style>
border-color css
<style>
span { border-color: #8DB921; }
span { border-color: rgb(141,185,33); }
td.TdClassName
{
border-color: #8DB921;
}
.TagClassName
{
border-color: #8DB921;
}
</style>