Shades of Limerick #8DBD19
Tints of Limerick #8DBD19
RGB
CMYK
RGB Variations
Color information
#8DBD19 (or 0x8DBD19) is known color: Limerick. HEX triplet: 8D, BD and 19. RGB value is (141,189,25). Sum of RGB (Red+Green+Blue) = 141+189+25=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 189 (74.22% from 255 or 53.24% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBD19 is #7242E6. Grayscale: #9C9C9C. Windows color (decimal): -7488231 or 1686925. OLE color: 1686925.
HSL color Cylindrical-coordinate representation of color #8DBD19: hue angle of 77.56º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8DBD19 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 189 | 25 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.26 |
| HSL | 77.56º | 0.77% | 0.42% | - |
| HSV(B) | 77.56º | 0.87% | 0.74% | - |
| XYZ | 29.36 | 42.13 | 7.5 | - |
| YUV | 155.95 | 54.1 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 25 | 0.25 | 0 | 0.87 | 0.26 | 77.56 | 0.77 | 0.42 |
| Hex | 8D | BD | 19 | 19 | 0 | 57 | 1A | 4E | 4D | 2A |
| Octal | 215 | 275 | 31 | 31 | 0 | 127 | 32 | 116 | 115 | 52 |
| Binary | 10001101 | 10111101 | 11001 | 11001 | 0 | 1010111 | 11010 | 1001110 | 1001101 | 101010 |
Color Harmonies of #8DBD19
Complementary color
Monochromatic Colors of #8DBD19
Black with #8DBD19
Text Example
Text Example
White with #8DBD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBD19; }
p { color: rgb(141,189,25); }
H1.HeaderClassName
{
color: #8DBD19;
}
.AnyTagClassName
{
color: #8DBD19;
}
</style>
background-color css
<style>
a { background-color: #8DBD19; }
a { background-color: rgb(141,189,25); }
div.DivClassName
{
background-color: #8DBD19;
}
.BgClassName
{
background-color: #8DBD19;
}
</style>
border-color css
<style>
span { border-color: #8DBD19; }
span { border-color: rgb(141,189,25); }
td.TdClassName
{
border-color: #8DBD19;
}
.TagClassName
{
border-color: #8DBD19;
}
</style>