Shades of Limerick #8DB52F
Tints of Limerick #8DB52F
RGB
CMYK
RGB Variations
Color information
#8DB52F (or 0x8DB52F) is known color: Limerick. HEX triplet: 8D, B5 and 2F. RGB value is (141,181,47). Sum of RGB (Red+Green+Blue) = 141+181+47=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB52F is #724AD0. Grayscale: #9A9A9A. Windows color (decimal): -7490257 or 3126669. OLE color: 3126669.
HSL color Cylindrical-coordinate representation of color #8DB52F: hue angle of 77.91º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8DB52F is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 181 | 47 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.29 |
| HSL | 77.91º | 0.59% | 0.45% | - |
| HSV(B) | 77.91º | 0.74% | 0.71% | - |
| XYZ | 28.02 | 38.92 | 8.72 | - |
| YUV | 153.76 | 67.75 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 47 | 0.22 | 0 | 0.74 | 0.29 | 77.91 | 0.59 | 0.45 |
| Hex | 8D | B5 | 2F | 16 | 0 | 4A | 1D | 4E | 3B | 2D |
| Octal | 215 | 265 | 57 | 26 | 0 | 112 | 35 | 116 | 73 | 55 |
| Binary | 10001101 | 10110101 | 101111 | 10110 | 0 | 1001010 | 11101 | 1001110 | 111011 | 101101 |
Color Harmonies of #8DB52F
Complementary color
Monochromatic Colors of #8DB52F
Black with #8DB52F
Text Example
Text Example
White with #8DB52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB52F; }
p { color: rgb(141,181,47); }
H1.HeaderClassName
{
color: #8DB52F;
}
.AnyTagClassName
{
color: #8DB52F;
}
</style>
background-color css
<style>
a { background-color: #8DB52F; }
a { background-color: rgb(141,181,47); }
div.DivClassName
{
background-color: #8DB52F;
}
.BgClassName
{
background-color: #8DB52F;
}
</style>
border-color css
<style>
span { border-color: #8DB52F; }
span { border-color: rgb(141,181,47); }
td.TdClassName
{
border-color: #8DB52F;
}
.TagClassName
{
border-color: #8DB52F;
}
</style>