Shades of Limerick #8DB53D
Tints of Limerick #8DB53D
RGB
CMYK
RGB Variations
Color information
#8DB53D (or 0x8DB53D) is known color: Limerick. HEX triplet: 8D, B5 and 3D. RGB value is (141,181,61). Sum of RGB (Red+Green+Blue) = 141+181+61=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 181 (71.09% from 255 or 47.26% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB53D is #724AC2. Grayscale: #9B9B9B. Windows color (decimal): -7490243 or 4044173. OLE color: 4044173.
HSL color Cylindrical-coordinate representation of color #8DB53D: hue angle of 80º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8DB53D is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 181 | 61 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.29 |
| HSL | 80º | 0.5% | 0.47% | - |
| HSV(B) | 80º | 0.66% | 0.71% | - |
| XYZ | 28.35 | 39.05 | 10.46 | - |
| YUV | 155.36 | 74.75 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 61 | 0.22 | 0 | 0.66 | 0.29 | 80 | 0.5 | 0.47 |
| Hex | 8D | B5 | 3D | 16 | 0 | 42 | 1D | 50 | 32 | 2F |
| Octal | 215 | 265 | 75 | 26 | 0 | 102 | 35 | 120 | 62 | 57 |
| Binary | 10001101 | 10110101 | 111101 | 10110 | 0 | 1000010 | 11101 | 1010000 | 110010 | 101111 |
Color Harmonies of #8DB53D
Complementary color
Monochromatic Colors of #8DB53D
Black with #8DB53D
Text Example
Text Example
White with #8DB53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB53D; }
p { color: rgb(141,181,61); }
H1.HeaderClassName
{
color: #8DB53D;
}
.AnyTagClassName
{
color: #8DB53D;
}
</style>
background-color css
<style>
a { background-color: #8DB53D; }
a { background-color: rgb(141,181,61); }
div.DivClassName
{
background-color: #8DB53D;
}
.BgClassName
{
background-color: #8DB53D;
}
</style>
border-color css
<style>
span { border-color: #8DB53D; }
span { border-color: rgb(141,181,61); }
td.TdClassName
{
border-color: #8DB53D;
}
.TagClassName
{
border-color: #8DB53D;
}
</style>