Shades of Limerick #8DBF17
Tints of Limerick #8DBF17
RGB
CMYK
RGB Variations
Color information
#8DBF17 (or 0x8DBF17) is known color: Limerick. HEX triplet: 8D, BF and 17. RGB value is (141,191,23). Sum of RGB (Red+Green+Blue) = 141+191+23=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 191 (75% from 255 or 53.80% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBF17 is #7240E8. Grayscale: #9D9D9D. Windows color (decimal): -7487721 or 1556365. OLE color: 1556365.
HSL color Cylindrical-coordinate representation of color #8DBF17: hue angle of 77.86º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8DBF17 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 23 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.25 |
| HSL | 77.86º | 0.79% | 0.42% | - |
| HSV(B) | 77.86º | 0.88% | 0.75% | - |
| XYZ | 29.77 | 42.99 | 7.54 | - |
| YUV | 156.9 | 52.44 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 23 | 0.26 | 0 | 0.88 | 0.25 | 77.86 | 0.79 | 0.42 |
| Hex | 8D | BF | 17 | 1A | 0 | 58 | 19 | 4E | 4F | 2A |
| Octal | 215 | 277 | 27 | 32 | 0 | 130 | 31 | 116 | 117 | 52 |
| Binary | 10001101 | 10111111 | 10111 | 11010 | 0 | 1011000 | 11001 | 1001110 | 1001111 | 101010 |
Color Harmonies of #8DBF17
Complementary color
Monochromatic Colors of #8DBF17
Black with #8DBF17
Text Example
Text Example
White with #8DBF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF17; }
p { color: rgb(141,191,23); }
H1.HeaderClassName
{
color: #8DBF17;
}
.AnyTagClassName
{
color: #8DBF17;
}
</style>
background-color css
<style>
a { background-color: #8DBF17; }
a { background-color: rgb(141,191,23); }
div.DivClassName
{
background-color: #8DBF17;
}
.BgClassName
{
background-color: #8DBF17;
}
</style>
border-color css
<style>
span { border-color: #8DBF17; }
span { border-color: rgb(141,191,23); }
td.TdClassName
{
border-color: #8DBF17;
}
.TagClassName
{
border-color: #8DBF17;
}
</style>