Shades of Limerick #8DB036
Tints of Limerick #8DB036
RGB
CMYK
RGB Variations
Color information
#8DB036 (or 0x8DB036) is known color: Limerick. HEX triplet: 8D, B0 and 36. RGB value is (141,176,54). Sum of RGB (Red+Green+Blue) = 141+176+54=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB036 is #724FC9. Grayscale: #989898. Windows color (decimal): -7491530 or 3584141. OLE color: 3584141.
HSL color Cylindrical-coordinate representation of color #8DB036: hue angle of 77.21º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8DB036 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 176 | 54 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.31 |
| HSL | 77.21º | 0.53% | 0.45% | - |
| HSV(B) | 77.21º | 0.69% | 0.69% | - |
| XYZ | 27.18 | 36.98 | 9.2 | - |
| YUV | 151.63 | 72.9 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 54 | 0.20 | 0 | 0.69 | 0.31 | 77.21 | 0.53 | 0.45 |
| Hex | 8D | B0 | 36 | 14 | 0 | 45 | 1F | 4D | 35 | 2D |
| Octal | 215 | 260 | 66 | 24 | 0 | 105 | 37 | 115 | 65 | 55 |
| Binary | 10001101 | 10110000 | 110110 | 10100 | 0 | 1000101 | 11111 | 1001101 | 110101 | 101101 |
Color Harmonies of #8DB036
Complementary color
Monochromatic Colors of #8DB036
Black with #8DB036
Text Example
Text Example
White with #8DB036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB036; }
p { color: rgb(141,176,54); }
H1.HeaderClassName
{
color: #8DB036;
}
.AnyTagClassName
{
color: #8DB036;
}
</style>
background-color css
<style>
a { background-color: #8DB036; }
a { background-color: rgb(141,176,54); }
div.DivClassName
{
background-color: #8DB036;
}
.BgClassName
{
background-color: #8DB036;
}
</style>
border-color css
<style>
span { border-color: #8DB036; }
span { border-color: rgb(141,176,54); }
td.TdClassName
{
border-color: #8DB036;
}
.TagClassName
{
border-color: #8DB036;
}
</style>