Shades of Limerick #8DA63B
Tints of Limerick #8DA63B
RGB
CMYK
RGB Variations
Color information
#8DA63B (or 0x8DA63B) is known color: Limerick. HEX triplet: 8D, A6 and 3B. RGB value is (141,166,59). Sum of RGB (Red+Green+Blue) = 141+166+59=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 166 - color contains mainly: green. Hex color #8DA63B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA63B is #7259C4. Grayscale: #929292. Windows color (decimal): -7494085 or 3909261. OLE color: 3909261.
HSL color Cylindrical-coordinate representation of color #8DA63B: hue angle of 74.02º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DA63B is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 166 | 59 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.35 |
| HSL | 74.02º | 0.48% | 0.44% | - |
| HSV(B) | 74.02º | 0.64% | 0.65% | - |
| XYZ | 25.41 | 33.25 | 9.22 | - |
| YUV | 146.33 | 78.72 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 166 | 59 | 0.15 | 0 | 0.64 | 0.35 | 74.02 | 0.48 | 0.44 |
| Hex | 8D | A6 | 3B | F | 0 | 40 | 23 | 4A | 30 | 2C |
| Octal | 215 | 246 | 73 | 17 | 0 | 100 | 43 | 112 | 60 | 54 |
| Binary | 10001101 | 10100110 | 111011 | 1111 | 0 | 1000000 | 100011 | 1001010 | 110000 | 101100 |
Color Harmonies of #8DA63B
Complementary color
Monochromatic Colors of #8DA63B
Black with #8DA63B
Text Example
Text Example
White with #8DA63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA63B; }
p { color: rgb(141,166,59); }
H1.HeaderClassName
{
color: #8DA63B;
}
.AnyTagClassName
{
color: #8DA63B;
}
</style>
background-color css
<style>
a { background-color: #8DA63B; }
a { background-color: rgb(141,166,59); }
div.DivClassName
{
background-color: #8DA63B;
}
.BgClassName
{
background-color: #8DA63B;
}
</style>
border-color css
<style>
span { border-color: #8DA63B; }
span { border-color: rgb(141,166,59); }
td.TdClassName
{
border-color: #8DA63B;
}
.TagClassName
{
border-color: #8DA63B;
}
</style>