Shades of Limerick #8DB721
Tints of Limerick #8DB721
RGB
CMYK
RGB Variations
Color information
#8DB721 (or 0x8DB721) is known color: Limerick. HEX triplet: 8D, B7 and 21. RGB value is (141,183,33). Sum of RGB (Red+Green+Blue) = 141+183+33=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 183 (71.88% from 255 or 51.26% from 357); Blue value is 33 (13.28% from 255 or 9.24% from 357); Max value from RGB is 183 - color contains mainly: green. Hex color #8DB721 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB721 is #7248DE. Grayscale: #999999. Windows color (decimal): -7489759 or 2209677. OLE color: 2209677.
HSL color Cylindrical-coordinate representation of color #8DB721: hue angle of 76.8º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8DB721 is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 183 | 33 | - |
| CMYK | 0.23 | 0 | 0.82 | 0.28 |
| HSL | 76.8º | 0.69% | 0.42% | - |
| HSV(B) | 76.8º | 0.82% | 0.72% | - |
| XYZ | 28.19 | 39.64 | 7.6 | - |
| YUV | 153.34 | 60.09 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 183 | 33 | 0.23 | 0 | 0.82 | 0.28 | 76.8 | 0.69 | 0.42 |
| Hex | 8D | B7 | 21 | 17 | 0 | 52 | 1C | 4D | 45 | 2A |
| Octal | 215 | 267 | 41 | 27 | 0 | 122 | 34 | 115 | 105 | 52 |
| Binary | 10001101 | 10110111 | 100001 | 10111 | 0 | 1010010 | 11100 | 1001101 | 1000101 | 101010 |
Color Harmonies of #8DB721
Complementary color
Monochromatic Colors of #8DB721
Black with #8DB721
Text Example
Text Example
White with #8DB721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB721; }
p { color: rgb(141,183,33); }
H1.HeaderClassName
{
color: #8DB721;
}
.AnyTagClassName
{
color: #8DB721;
}
</style>
background-color css
<style>
a { background-color: #8DB721; }
a { background-color: rgb(141,183,33); }
div.DivClassName
{
background-color: #8DB721;
}
.BgClassName
{
background-color: #8DB721;
}
</style>
border-color css
<style>
span { border-color: #8DB721; }
span { border-color: rgb(141,183,33); }
td.TdClassName
{
border-color: #8DB721;
}
.TagClassName
{
border-color: #8DB721;
}
</style>