Shades of Limerick #8BC517
Tints of Limerick #8BC517
RGB
CMYK
RGB Variations
Color information
#8BC517 (or 0x8BC517) is known color: Limerick. HEX triplet: 8B, C5 and 17. RGB value is (139,197,23). Sum of RGB (Red+Green+Blue) = 139+197+23=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 197 (77.34% from 255 or 54.87% from 359); Blue value is 23 (9.38% from 255 or 6.41% from 359); Max value from RGB is 197 - color contains mainly: green. Hex color #8BC517 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC517 is #743AE8. Grayscale: #A0A0A0. Windows color (decimal): -7617257 or 1557899. OLE color: 1557899.
HSL color Cylindrical-coordinate representation of color #8BC517: hue angle of 80º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8BC517 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 197 | 23 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.23 |
| HSL | 80º | 0.79% | 0.43% | - |
| HSV(B) | 80º | 0.88% | 0.77% | - |
| XYZ | 30.77 | 45.48 | 7.97 | - |
| YUV | 159.82 | 50.78 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 197 | 23 | 0.29 | 0 | 0.88 | 0.23 | 80 | 0.79 | 0.43 |
| Hex | 8B | C5 | 17 | 1D | 0 | 58 | 17 | 50 | 4F | 2B |
| Octal | 213 | 305 | 27 | 35 | 0 | 130 | 27 | 120 | 117 | 53 |
| Binary | 10001011 | 11000101 | 10111 | 11101 | 0 | 1011000 | 10111 | 1010000 | 1001111 | 101011 |
Color Harmonies of #8BC517
Complementary color
Monochromatic Colors of #8BC517
Black with #8BC517
Text Example
Text Example
White with #8BC517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC517; }
p { color: rgb(139,197,23); }
H1.HeaderClassName
{
color: #8BC517;
}
.AnyTagClassName
{
color: #8BC517;
}
</style>
background-color css
<style>
a { background-color: #8BC517; }
a { background-color: rgb(139,197,23); }
div.DivClassName
{
background-color: #8BC517;
}
.BgClassName
{
background-color: #8BC517;
}
</style>
border-color css
<style>
span { border-color: #8BC517; }
span { border-color: rgb(139,197,23); }
td.TdClassName
{
border-color: #8BC517;
}
.TagClassName
{
border-color: #8BC517;
}
</style>