Shades of Limerick #8DA53D
Tints of Limerick #8DA53D
RGB
CMYK
RGB Variations
Color information
#8DA53D (or 0x8DA53D) is known color: Limerick. HEX triplet: 8D, A5 and 3D. RGB value is (141,165,61). Sum of RGB (Red+Green+Blue) = 141+165+61=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA53D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA53D is #725AC2. Grayscale: #929292. Windows color (decimal): -7494339 or 4040077. OLE color: 4040077.
HSL color Cylindrical-coordinate representation of color #8DA53D: hue angle of 73.85º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8DA53D is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 165 | 61 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.35 |
| HSL | 73.85º | 0.46% | 0.44% | - |
| HSV(B) | 73.85º | 0.63% | 0.65% | - |
| XYZ | 25.28 | 32.91 | 9.43 | - |
| YUV | 145.97 | 80.05 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 165 | 61 | 0.15 | 0 | 0.63 | 0.35 | 73.85 | 0.46 | 0.44 |
| Hex | 8D | A5 | 3D | F | 0 | 3F | 23 | 4A | 2E | 2C |
| Octal | 215 | 245 | 75 | 17 | 0 | 77 | 43 | 112 | 56 | 54 |
| Binary | 10001101 | 10100101 | 111101 | 1111 | 0 | 111111 | 100011 | 1001010 | 101110 | 101100 |
Color Harmonies of #8DA53D
Complementary color
Monochromatic Colors of #8DA53D
Black with #8DA53D
Text Example
Text Example
White with #8DA53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA53D; }
p { color: rgb(141,165,61); }
H1.HeaderClassName
{
color: #8DA53D;
}
.AnyTagClassName
{
color: #8DA53D;
}
</style>
background-color css
<style>
a { background-color: #8DA53D; }
a { background-color: rgb(141,165,61); }
div.DivClassName
{
background-color: #8DA53D;
}
.BgClassName
{
background-color: #8DA53D;
}
</style>
border-color css
<style>
span { border-color: #8DA53D; }
span { border-color: rgb(141,165,61); }
td.TdClassName
{
border-color: #8DA53D;
}
.TagClassName
{
border-color: #8DA53D;
}
</style>