Shades of Limerick #8DB424
Tints of Limerick #8DB424
RGB
CMYK
RGB Variations
Color information
#8DB424 (or 0x8DB424) is known color: Limerick. HEX triplet: 8D, B4 and 24. RGB value is (141,180,36). Sum of RGB (Red+Green+Blue) = 141+180+36=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 180 (70.70% from 255 or 50.42% from 357); Blue value is 36 (14.45% from 255 or 10.08% from 357); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB424 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB424 is #724BDB. Grayscale: #989898. Windows color (decimal): -7490524 or 2405517. OLE color: 2405517.
HSL color Cylindrical-coordinate representation of color #8DB424: hue angle of 76.25º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8DB424 is Cyan = 0.22, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 180 | 36 | - |
| CMYK | 0.22 | 0 | 0.8 | 0.29 |
| HSL | 76.25º | 0.67% | 0.42% | - |
| HSV(B) | 76.25º | 0.8% | 0.71% | - |
| XYZ | 27.62 | 38.43 | 7.63 | - |
| YUV | 151.92 | 62.58 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 36 | 0.22 | 0 | 0.8 | 0.29 | 76.25 | 0.67 | 0.42 |
| Hex | 8D | B4 | 24 | 16 | 0 | 50 | 1D | 4C | 43 | 2A |
| Octal | 215 | 264 | 44 | 26 | 0 | 120 | 35 | 114 | 103 | 52 |
| Binary | 10001101 | 10110100 | 100100 | 10110 | 0 | 1010000 | 11101 | 1001100 | 1000011 | 101010 |
Color Harmonies of #8DB424
Complementary color
Monochromatic Colors of #8DB424
Black with #8DB424
Text Example
Text Example
White with #8DB424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB424; }
p { color: rgb(141,180,36); }
H1.HeaderClassName
{
color: #8DB424;
}
.AnyTagClassName
{
color: #8DB424;
}
</style>
background-color css
<style>
a { background-color: #8DB424; }
a { background-color: rgb(141,180,36); }
div.DivClassName
{
background-color: #8DB424;
}
.BgClassName
{
background-color: #8DB424;
}
</style>
border-color css
<style>
span { border-color: #8DB424; }
span { border-color: rgb(141,180,36); }
td.TdClassName
{
border-color: #8DB424;
}
.TagClassName
{
border-color: #8DB424;
}
</style>