Shades of Limerick #8DB334
Tints of Limerick #8DB334
RGB
CMYK
RGB Variations
Color information
#8DB334 (or 0x8DB334) is known color: Limerick. HEX triplet: 8D, B3 and 34. RGB value is (141,179,52). Sum of RGB (Red+Green+Blue) = 141+179+52=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 179 (70.31% from 255 or 48.12% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB334 is #724CCB. Grayscale: #999999. Windows color (decimal): -7490764 or 3453837. OLE color: 3453837.
HSL color Cylindrical-coordinate representation of color #8DB334: hue angle of 77.95º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8DB334 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 179 | 52 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.30 |
| HSL | 77.95º | 0.55% | 0.45% | - |
| HSV(B) | 77.95º | 0.71% | 0.7% | - |
| XYZ | 27.72 | 38.15 | 9.15 | - |
| YUV | 153.16 | 70.91 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 179 | 52 | 0.21 | 0 | 0.71 | 0.30 | 77.95 | 0.55 | 0.45 |
| Hex | 8D | B3 | 34 | 15 | 0 | 47 | 1E | 4E | 37 | 2D |
| Octal | 215 | 263 | 64 | 25 | 0 | 107 | 36 | 116 | 67 | 55 |
| Binary | 10001101 | 10110011 | 110100 | 10101 | 0 | 1000111 | 11110 | 1001110 | 110111 | 101101 |
Color Harmonies of #8DB334
Complementary color
Monochromatic Colors of #8DB334
Black with #8DB334
Text Example
Text Example
White with #8DB334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB334; }
p { color: rgb(141,179,52); }
H1.HeaderClassName
{
color: #8DB334;
}
.AnyTagClassName
{
color: #8DB334;
}
</style>
background-color css
<style>
a { background-color: #8DB334; }
a { background-color: rgb(141,179,52); }
div.DivClassName
{
background-color: #8DB334;
}
.BgClassName
{
background-color: #8DB334;
}
</style>
border-color css
<style>
span { border-color: #8DB334; }
span { border-color: rgb(141,179,52); }
td.TdClassName
{
border-color: #8DB334;
}
.TagClassName
{
border-color: #8DB334;
}
</style>