Shades of Limerick #8DA335
Tints of Limerick #8DA335
RGB
CMYK
RGB Variations
Color information
#8DA335 (or 0x8DA335) is known color: Limerick. HEX triplet: 8D, A3 and 35. RGB value is (141,163,53). Sum of RGB (Red+Green+Blue) = 141+163+53=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 163 (64.06% from 255 or 45.66% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA335 is #725CCA. Grayscale: #909090. Windows color (decimal): -7494859 or 3515277. OLE color: 3515277.
HSL color Cylindrical-coordinate representation of color #8DA335: hue angle of 72º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8DA335 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 163 | 53 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.36 |
| HSL | 72º | 0.51% | 0.42% | - |
| HSV(B) | 72º | 0.67% | 0.64% | - |
| XYZ | 24.72 | 32.11 | 8.26 | - |
| YUV | 143.88 | 76.71 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 163 | 53 | 0.13 | 0 | 0.67 | 0.36 | 72 | 0.51 | 0.42 |
| Hex | 8D | A3 | 35 | D | 0 | 43 | 24 | 48 | 33 | 2A |
| Octal | 215 | 243 | 65 | 15 | 0 | 103 | 44 | 110 | 63 | 52 |
| Binary | 10001101 | 10100011 | 110101 | 1101 | 0 | 1000011 | 100100 | 1001000 | 110011 | 101010 |
Color Harmonies of #8DA335
Complementary color
Monochromatic Colors of #8DA335
Black with #8DA335
Text Example
Text Example
White with #8DA335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA335; }
p { color: rgb(141,163,53); }
H1.HeaderClassName
{
color: #8DA335;
}
.AnyTagClassName
{
color: #8DA335;
}
</style>
background-color css
<style>
a { background-color: #8DA335; }
a { background-color: rgb(141,163,53); }
div.DivClassName
{
background-color: #8DA335;
}
.BgClassName
{
background-color: #8DA335;
}
</style>
border-color css
<style>
span { border-color: #8DA335; }
span { border-color: rgb(141,163,53); }
td.TdClassName
{
border-color: #8DA335;
}
.TagClassName
{
border-color: #8DA335;
}
</style>