Shades of Limerick #8FB337
Tints of Limerick #8FB337
RGB
CMYK
RGB Variations
Color information
#8FB337 (or 0x8FB337) is known color: Limerick. HEX triplet: 8F, B3 and 37. RGB value is (143,179,55). Sum of RGB (Red+Green+Blue) = 143+179+55=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 179 (70.31% from 255 or 47.48% from 377); Blue value is 55 (21.88% from 255 or 14.59% from 377); Max value from RGB is 179 - color contains mainly: green. Hex color #8FB337 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB337 is #704CC8. Grayscale: #9A9A9A. Windows color (decimal): -7359689 or 3650447. OLE color: 3650447.
HSL color Cylindrical-coordinate representation of color #8FB337: hue angle of 77.42º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8FB337 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 179 | 55 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.30 |
| HSL | 77.42º | 0.53% | 0.46% | - |
| HSV(B) | 77.42º | 0.69% | 0.7% | - |
| XYZ | 28.14 | 38.36 | 9.53 | - |
| YUV | 154.1 | 72.07 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 179 | 55 | 0.20 | 0 | 0.69 | 0.30 | 77.42 | 0.53 | 0.46 |
| Hex | 8F | B3 | 37 | 14 | 0 | 45 | 1E | 4D | 35 | 2E |
| Octal | 217 | 263 | 67 | 24 | 0 | 105 | 36 | 115 | 65 | 56 |
| Binary | 10001111 | 10110011 | 110111 | 10100 | 0 | 1000101 | 11110 | 1001101 | 110101 | 101110 |
Color Harmonies of #8FB337
Complementary color
Monochromatic Colors of #8FB337
Black with #8FB337
Text Example
Text Example
White with #8FB337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB337; }
p { color: rgb(143,179,55); }
H1.HeaderClassName
{
color: #8FB337;
}
.AnyTagClassName
{
color: #8FB337;
}
</style>
background-color css
<style>
a { background-color: #8FB337; }
a { background-color: rgb(143,179,55); }
div.DivClassName
{
background-color: #8FB337;
}
.BgClassName
{
background-color: #8FB337;
}
</style>
border-color css
<style>
span { border-color: #8FB337; }
span { border-color: rgb(143,179,55); }
td.TdClassName
{
border-color: #8FB337;
}
.TagClassName
{
border-color: #8FB337;
}
</style>