Shades of Limerick #8FB515
Tints of Limerick #8FB515
RGB
CMYK
RGB Variations
Color information
#8FB515 (or 0x8FB515) is known color: Limerick. HEX triplet: 8F, B5 and 15. RGB value is (143,181,21). Sum of RGB (Red+Green+Blue) = 143+181+21=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 181 (71.09% from 255 or 52.46% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 181 - color contains mainly: green. Hex color #8FB515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FB515 is #704AEA. Grayscale: #989898. Windows color (decimal): -7359211 or 1422735. OLE color: 1422735.
HSL color Cylindrical-coordinate representation of color #8FB515: hue angle of 74.25º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8FB515 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 181 | 21 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.29 |
| HSL | 74.25º | 0.79% | 0.4% | - |
| HSV(B) | 74.25º | 0.88% | 0.71% | - |
| XYZ | 27.99 | 38.94 | 6.75 | - |
| YUV | 151.4 | 54.41 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 181 | 21 | 0.21 | 0 | 0.88 | 0.29 | 74.25 | 0.79 | 0.4 |
| Hex | 8F | B5 | 15 | 15 | 0 | 58 | 1D | 4A | 4F | 28 |
| Octal | 217 | 265 | 25 | 25 | 0 | 130 | 35 | 112 | 117 | 50 |
| Binary | 10001111 | 10110101 | 10101 | 10101 | 0 | 1011000 | 11101 | 1001010 | 1001111 | 101000 |
Color Harmonies of #8FB515
Complementary color
Monochromatic Colors of #8FB515
Black with #8FB515
Text Example
Text Example
White with #8FB515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB515; }
p { color: rgb(143,181,21); }
H1.HeaderClassName
{
color: #8FB515;
}
.AnyTagClassName
{
color: #8FB515;
}
</style>
background-color css
<style>
a { background-color: #8FB515; }
a { background-color: rgb(143,181,21); }
div.DivClassName
{
background-color: #8FB515;
}
.BgClassName
{
background-color: #8FB515;
}
</style>
border-color css
<style>
span { border-color: #8FB515; }
span { border-color: rgb(143,181,21); }
td.TdClassName
{
border-color: #8FB515;
}
.TagClassName
{
border-color: #8FB515;
}
</style>