Shades of Limerick #8DBE2C
Tints of Limerick #8DBE2C
RGB
CMYK
RGB Variations
Color information
#8DBE2C (or 0x8DBE2C) is known color: Limerick. HEX triplet: 8D, BE and 2C. RGB value is (141,190,44). Sum of RGB (Red+Green+Blue) = 141+190+44=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #8DBE2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBE2C is #7241D3. Grayscale: #9F9F9F. Windows color (decimal): -7487956 or 2932365. OLE color: 2932365.
HSL color Cylindrical-coordinate representation of color #8DBE2C: hue angle of 80.14º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8DBE2C is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 190 | 44 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.25 |
| HSL | 80.14º | 0.62% | 0.46% | - |
| HSV(B) | 80.14º | 0.77% | 0.75% | - |
| XYZ | 29.85 | 42.67 | 9.05 | - |
| YUV | 158.71 | 63.27 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 44 | 0.26 | 0 | 0.77 | 0.25 | 80.14 | 0.62 | 0.46 |
| Hex | 8D | BE | 2C | 1A | 0 | 4D | 19 | 50 | 3E | 2E |
| Octal | 215 | 276 | 54 | 32 | 0 | 115 | 31 | 120 | 76 | 56 |
| Binary | 10001101 | 10111110 | 101100 | 11010 | 0 | 1001101 | 11001 | 1010000 | 111110 | 101110 |
Color Harmonies of #8DBE2C
Complementary color
Monochromatic Colors of #8DBE2C
Black with #8DBE2C
Text Example
Text Example
White with #8DBE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBE2C; }
p { color: rgb(141,190,44); }
H1.HeaderClassName
{
color: #8DBE2C;
}
.AnyTagClassName
{
color: #8DBE2C;
}
</style>
background-color css
<style>
a { background-color: #8DBE2C; }
a { background-color: rgb(141,190,44); }
div.DivClassName
{
background-color: #8DBE2C;
}
.BgClassName
{
background-color: #8DBE2C;
}
</style>
border-color css
<style>
span { border-color: #8DBE2C; }
span { border-color: rgb(141,190,44); }
td.TdClassName
{
border-color: #8DBE2C;
}
.TagClassName
{
border-color: #8DBE2C;
}
</style>