Shades of Limerick #8FB139
Tints of Limerick #8FB139
RGB
CMYK
RGB Variations
Color information
#8FB139 (or 0x8FB139) is known color: Limerick. HEX triplet: 8F, B1 and 39. RGB value is (143,177,57). Sum of RGB (Red+Green+Blue) = 143+177+57=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 177 (69.53% from 255 or 46.95% from 377); Blue value is 57 (22.66% from 255 or 15.12% from 377); Max value from RGB is 177 - color contains mainly: green. Hex color #8FB139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FB139 is #704EC6. Grayscale: #999999. Windows color (decimal): -7360199 or 3781007. OLE color: 3781007.
HSL color Cylindrical-coordinate representation of color #8FB139: hue angle of 77º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8FB139 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 177 | 57 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.31 |
| HSL | 77º | 0.51% | 0.46% | - |
| HSV(B) | 77º | 0.68% | 0.69% | - |
| XYZ | 27.79 | 37.58 | 9.66 | - |
| YUV | 153.15 | 73.74 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 177 | 57 | 0.19 | 0 | 0.68 | 0.31 | 77 | 0.51 | 0.46 |
| Hex | 8F | B1 | 39 | 13 | 0 | 44 | 1F | 4D | 33 | 2E |
| Octal | 217 | 261 | 71 | 23 | 0 | 104 | 37 | 115 | 63 | 56 |
| Binary | 10001111 | 10110001 | 111001 | 10011 | 0 | 1000100 | 11111 | 1001101 | 110011 | 101110 |
Color Harmonies of #8FB139
Complementary color
Monochromatic Colors of #8FB139
Black with #8FB139
Text Example
Text Example
White with #8FB139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB139; }
p { color: rgb(143,177,57); }
H1.HeaderClassName
{
color: #8FB139;
}
.AnyTagClassName
{
color: #8FB139;
}
</style>
background-color css
<style>
a { background-color: #8FB139; }
a { background-color: rgb(143,177,57); }
div.DivClassName
{
background-color: #8FB139;
}
.BgClassName
{
background-color: #8FB139;
}
</style>
border-color css
<style>
span { border-color: #8FB139; }
span { border-color: rgb(143,177,57); }
td.TdClassName
{
border-color: #8FB139;
}
.TagClassName
{
border-color: #8FB139;
}
</style>