Shades of Limerick #8DBD21
Tints of Limerick #8DBD21
RGB
CMYK
RGB Variations
Color information
#8DBD21 (or 0x8DBD21) is known color: Limerick. HEX triplet: 8D, BD and 21. RGB value is (141,189,33). Sum of RGB (Red+Green+Blue) = 141+189+33=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 189 (74.22% from 255 or 52.07% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBD21 is #7242DE. Grayscale: #9D9D9D. Windows color (decimal): -7488223 or 2211213. OLE color: 2211213.
HSL color Cylindrical-coordinate representation of color #8DBD21: hue angle of 78.46º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8DBD21 is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 189 | 33 | - |
| CMYK | 0.25 | 0 | 0.83 | 0.26 |
| HSL | 78.46º | 0.7% | 0.44% | - |
| HSV(B) | 78.46º | 0.83% | 0.74% | - |
| XYZ | 29.46 | 42.17 | 8.03 | - |
| YUV | 156.86 | 58.1 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 33 | 0.25 | 0 | 0.83 | 0.26 | 78.46 | 0.7 | 0.44 |
| Hex | 8D | BD | 21 | 19 | 0 | 53 | 1A | 4E | 46 | 2C |
| Octal | 215 | 275 | 41 | 31 | 0 | 123 | 32 | 116 | 106 | 54 |
| Binary | 10001101 | 10111101 | 100001 | 11001 | 0 | 1010011 | 11010 | 1001110 | 1000110 | 101100 |
Color Harmonies of #8DBD21
Complementary color
Monochromatic Colors of #8DBD21
Black with #8DBD21
Text Example
Text Example
White with #8DBD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBD21; }
p { color: rgb(141,189,33); }
H1.HeaderClassName
{
color: #8DBD21;
}
.AnyTagClassName
{
color: #8DBD21;
}
</style>
background-color css
<style>
a { background-color: #8DBD21; }
a { background-color: rgb(141,189,33); }
div.DivClassName
{
background-color: #8DBD21;
}
.BgClassName
{
background-color: #8DBD21;
}
</style>
border-color css
<style>
span { border-color: #8DBD21; }
span { border-color: rgb(141,189,33); }
td.TdClassName
{
border-color: #8DBD21;
}
.TagClassName
{
border-color: #8DBD21;
}
</style>