Shades of Limerick #8DB635
Tints of Limerick #8DB635
RGB
CMYK
RGB Variations
Color information
#8DB635 (or 0x8DB635) is known color: Limerick. HEX triplet: 8D, B6 and 35. RGB value is (141,182,53). Sum of RGB (Red+Green+Blue) = 141+182+53=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 182 (71.48% from 255 or 48.40% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB635 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB635 is #7249CA. Grayscale: #9B9B9B. Windows color (decimal): -7489995 or 3520141. OLE color: 3520141.
HSL color Cylindrical-coordinate representation of color #8DB635: hue angle of 79.07º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8DB635 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 182 | 53 | - |
| CMYK | 0.23 | 0 | 0.71 | 0.29 |
| HSL | 79.07º | 0.55% | 0.46% | - |
| HSV(B) | 79.07º | 0.71% | 0.71% | - |
| XYZ | 28.36 | 39.38 | 9.47 | - |
| YUV | 155.04 | 70.42 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 53 | 0.23 | 0 | 0.71 | 0.29 | 79.07 | 0.55 | 0.46 |
| Hex | 8D | B6 | 35 | 17 | 0 | 47 | 1D | 4F | 37 | 2E |
| Octal | 215 | 266 | 65 | 27 | 0 | 107 | 35 | 117 | 67 | 56 |
| Binary | 10001101 | 10110110 | 110101 | 10111 | 0 | 1000111 | 11101 | 1001111 | 110111 | 101110 |
Color Harmonies of #8DB635
Complementary color
Monochromatic Colors of #8DB635
Black with #8DB635
Text Example
Text Example
White with #8DB635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB635; }
p { color: rgb(141,182,53); }
H1.HeaderClassName
{
color: #8DB635;
}
.AnyTagClassName
{
color: #8DB635;
}
</style>
background-color css
<style>
a { background-color: #8DB635; }
a { background-color: rgb(141,182,53); }
div.DivClassName
{
background-color: #8DB635;
}
.BgClassName
{
background-color: #8DB635;
}
</style>
border-color css
<style>
span { border-color: #8DB635; }
span { border-color: rgb(141,182,53); }
td.TdClassName
{
border-color: #8DB635;
}
.TagClassName
{
border-color: #8DB635;
}
</style>