Shades of Limerick #8DBE18
Tints of Limerick #8DBE18
RGB
CMYK
RGB Variations
Color information
#8DBE18 (or 0x8DBE18) is known color: Limerick. HEX triplet: 8D, BE and 18. RGB value is (141,190,24). Sum of RGB (Red+Green+Blue) = 141+190+24=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 190 (74.61% from 255 or 53.52% from 355); Blue value is 24 (9.77% from 255 or 6.76% from 355); Max value from RGB is 190 - color contains mainly: green. Hex color #8DBE18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBE18 is #7241E7. Grayscale: #9D9D9D. Windows color (decimal): -7487976 or 1621645. OLE color: 1621645.
HSL color Cylindrical-coordinate representation of color #8DBE18: hue angle of 77.71º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8DBE18 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 190 | 24 | - |
| CMYK | 0.26 | 0 | 0.87 | 0.25 |
| HSL | 77.71º | 0.78% | 0.42% | - |
| HSV(B) | 77.71º | 0.87% | 0.75% | - |
| XYZ | 29.56 | 42.56 | 7.52 | - |
| YUV | 156.43 | 53.27 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 24 | 0.26 | 0 | 0.87 | 0.25 | 77.71 | 0.78 | 0.42 |
| Hex | 8D | BE | 18 | 1A | 0 | 57 | 19 | 4E | 4E | 2A |
| Octal | 215 | 276 | 30 | 32 | 0 | 127 | 31 | 116 | 116 | 52 |
| Binary | 10001101 | 10111110 | 11000 | 11010 | 0 | 1010111 | 11001 | 1001110 | 1001110 | 101010 |
Color Harmonies of #8DBE18
Complementary color
Monochromatic Colors of #8DBE18
Black with #8DBE18
Text Example
Text Example
White with #8DBE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBE18; }
p { color: rgb(141,190,24); }
H1.HeaderClassName
{
color: #8DBE18;
}
.AnyTagClassName
{
color: #8DBE18;
}
</style>
background-color css
<style>
a { background-color: #8DBE18; }
a { background-color: rgb(141,190,24); }
div.DivClassName
{
background-color: #8DBE18;
}
.BgClassName
{
background-color: #8DBE18;
}
</style>
border-color css
<style>
span { border-color: #8DBE18; }
span { border-color: rgb(141,190,24); }
td.TdClassName
{
border-color: #8DBE18;
}
.TagClassName
{
border-color: #8DBE18;
}
</style>