Shades of Limerick #8DBE2D
Tints of Limerick #8DBE2D
RGB
CMYK
RGB Variations
Color information
#8DBE2D (or 0x8DBE2D) is known color: Limerick. HEX triplet: 8D, BE and 2D. RGB value is (141,190,45). Sum of RGB (Red+Green+Blue) = 141+190+45=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 190 (74.61% from 255 or 50.53% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 190 - color contains mainly: green. Hex color #8DBE2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBE2D is #7241D2. Grayscale: #9F9F9F. Windows color (decimal): -7487955 or 2997901. OLE color: 2997901.
HSL color Cylindrical-coordinate representation of color #8DBE2D: hue angle of 80.28º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8DBE2D is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 190 | 45 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.25 |
| HSL | 80.28º | 0.62% | 0.46% | - |
| HSV(B) | 80.28º | 0.76% | 0.75% | - |
| XYZ | 29.87 | 42.68 | 9.15 | - |
| YUV | 158.82 | 63.77 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 45 | 0.26 | 0 | 0.76 | 0.25 | 80.28 | 0.62 | 0.46 |
| Hex | 8D | BE | 2D | 1A | 0 | 4C | 19 | 50 | 3E | 2E |
| Octal | 215 | 276 | 55 | 32 | 0 | 114 | 31 | 120 | 76 | 56 |
| Binary | 10001101 | 10111110 | 101101 | 11010 | 0 | 1001100 | 11001 | 1010000 | 111110 | 101110 |
Color Harmonies of #8DBE2D
Complementary color
Monochromatic Colors of #8DBE2D
Black with #8DBE2D
Text Example
Text Example
White with #8DBE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBE2D; }
p { color: rgb(141,190,45); }
H1.HeaderClassName
{
color: #8DBE2D;
}
.AnyTagClassName
{
color: #8DBE2D;
}
</style>
background-color css
<style>
a { background-color: #8DBE2D; }
a { background-color: rgb(141,190,45); }
div.DivClassName
{
background-color: #8DBE2D;
}
.BgClassName
{
background-color: #8DBE2D;
}
</style>
border-color css
<style>
span { border-color: #8DBE2D; }
span { border-color: rgb(141,190,45); }
td.TdClassName
{
border-color: #8DBE2D;
}
.TagClassName
{
border-color: #8DBE2D;
}
</style>