Shades of Limerick #8DB91E
Tints of Limerick #8DB91E
RGB
CMYK
RGB Variations
Color information
#8DB91E (or 0x8DB91E) is known color: Limerick. HEX triplet: 8D, B9 and 1E. RGB value is (141,185,30). Sum of RGB (Red+Green+Blue) = 141+185+30=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 185 (72.66% from 255 or 51.97% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB91E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB91E is #7246E1. Grayscale: #9A9A9A. Windows color (decimal): -7489250 or 2013581. OLE color: 2013581.
HSL color Cylindrical-coordinate representation of color #8DB91E: hue angle of 77.03º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8DB91E is Cyan = 0.24, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 185 | 30 | - |
| CMYK | 0.24 | 0 | 0.84 | 0.27 |
| HSL | 77.03º | 0.72% | 0.42% | - |
| HSV(B) | 77.03º | 0.84% | 0.73% | - |
| XYZ | 28.57 | 40.45 | 7.53 | - |
| YUV | 154.17 | 57.92 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 30 | 0.24 | 0 | 0.84 | 0.27 | 77.03 | 0.72 | 0.42 |
| Hex | 8D | B9 | 1E | 18 | 0 | 54 | 1B | 4D | 48 | 2A |
| Octal | 215 | 271 | 36 | 30 | 0 | 124 | 33 | 115 | 110 | 52 |
| Binary | 10001101 | 10111001 | 11110 | 11000 | 0 | 1010100 | 11011 | 1001101 | 1001000 | 101010 |
Color Harmonies of #8DB91E
Complementary color
Monochromatic Colors of #8DB91E
Black with #8DB91E
Text Example
Text Example
White with #8DB91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB91E; }
p { color: rgb(141,185,30); }
H1.HeaderClassName
{
color: #8DB91E;
}
.AnyTagClassName
{
color: #8DB91E;
}
</style>
background-color css
<style>
a { background-color: #8DB91E; }
a { background-color: rgb(141,185,30); }
div.DivClassName
{
background-color: #8DB91E;
}
.BgClassName
{
background-color: #8DB91E;
}
</style>
border-color css
<style>
span { border-color: #8DB91E; }
span { border-color: rgb(141,185,30); }
td.TdClassName
{
border-color: #8DB91E;
}
.TagClassName
{
border-color: #8DB91E;
}
</style>