Shades of Limerick #8DBD24
Tints of Limerick #8DBD24
RGB
CMYK
RGB Variations
Color information
#8DBD24 (or 0x8DBD24) is known color: Limerick. HEX triplet: 8D, BD and 24. RGB value is (141,189,36). Sum of RGB (Red+Green+Blue) = 141+189+36=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 189 (74.22% from 255 or 51.64% from 366); Blue value is 36 (14.45% from 255 or 9.84% from 366); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBD24 is #7242DB. Grayscale: #9D9D9D. Windows color (decimal): -7488220 or 2407821. OLE color: 2407821.
HSL color Cylindrical-coordinate representation of color #8DBD24: hue angle of 78.82º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8DBD24 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 189 | 36 | - |
| CMYK | 0.25 | 0 | 0.81 | 0.26 |
| HSL | 78.82º | 0.68% | 0.44% | - |
| HSV(B) | 78.82º | 0.81% | 0.74% | - |
| XYZ | 29.5 | 42.19 | 8.26 | - |
| YUV | 157.21 | 59.6 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 36 | 0.25 | 0 | 0.81 | 0.26 | 78.82 | 0.68 | 0.44 |
| Hex | 8D | BD | 24 | 19 | 0 | 51 | 1A | 4F | 44 | 2C |
| Octal | 215 | 275 | 44 | 31 | 0 | 121 | 32 | 117 | 104 | 54 |
| Binary | 10001101 | 10111101 | 100100 | 11001 | 0 | 1010001 | 11010 | 1001111 | 1000100 | 101100 |
Color Harmonies of #8DBD24
Complementary color
Monochromatic Colors of #8DBD24
Black with #8DBD24
Text Example
Text Example
White with #8DBD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBD24; }
p { color: rgb(141,189,36); }
H1.HeaderClassName
{
color: #8DBD24;
}
.AnyTagClassName
{
color: #8DBD24;
}
</style>
background-color css
<style>
a { background-color: #8DBD24; }
a { background-color: rgb(141,189,36); }
div.DivClassName
{
background-color: #8DBD24;
}
.BgClassName
{
background-color: #8DBD24;
}
</style>
border-color css
<style>
span { border-color: #8DBD24; }
span { border-color: rgb(141,189,36); }
td.TdClassName
{
border-color: #8DBD24;
}
.TagClassName
{
border-color: #8DBD24;
}
</style>