Shades of Limerick #8BC115
Tints of Limerick #8BC115
RGB
CMYK
RGB Variations
Color information
#8BC115 (or 0x8BC115) is known color: Limerick. HEX triplet: 8B, C1 and 15. RGB value is (139,193,21). Sum of RGB (Red+Green+Blue) = 139+193+21=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 193 (75.78% from 255 or 54.67% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC115 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC115 is #743EEA. Grayscale: #9D9D9D. Windows color (decimal): -7618283 or 1425803. OLE color: 1425803.
HSL color Cylindrical-coordinate representation of color #8BC115: hue angle of 78.84º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8BC115 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 193 | 21 | - |
| CMYK | 0.28 | 0 | 0.89 | 0.24 |
| HSL | 78.84º | 0.8% | 0.42% | - |
| HSV(B) | 78.84º | 0.89% | 0.76% | - |
| XYZ | 29.85 | 43.68 | 7.57 | - |
| YUV | 157.25 | 51.11 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 193 | 21 | 0.28 | 0 | 0.89 | 0.24 | 78.84 | 0.8 | 0.42 |
| Hex | 8B | C1 | 15 | 1C | 0 | 59 | 18 | 4F | 50 | 2A |
| Octal | 213 | 301 | 25 | 34 | 0 | 131 | 30 | 117 | 120 | 52 |
| Binary | 10001011 | 11000001 | 10101 | 11100 | 0 | 1011001 | 11000 | 1001111 | 1010000 | 101010 |
Color Harmonies of #8BC115
Complementary color
Monochromatic Colors of #8BC115
Black with #8BC115
Text Example
Text Example
White with #8BC115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC115; }
p { color: rgb(139,193,21); }
H1.HeaderClassName
{
color: #8BC115;
}
.AnyTagClassName
{
color: #8BC115;
}
</style>
background-color css
<style>
a { background-color: #8BC115; }
a { background-color: rgb(139,193,21); }
div.DivClassName
{
background-color: #8BC115;
}
.BgClassName
{
background-color: #8BC115;
}
</style>
border-color css
<style>
span { border-color: #8BC115; }
span { border-color: rgb(139,193,21); }
td.TdClassName
{
border-color: #8BC115;
}
.TagClassName
{
border-color: #8BC115;
}
</style>