Shades of Limerick #8FB237
Tints of Limerick #8FB237
RGB
CMYK
RGB Variations
Color information
#8FB237 (or 0x8FB237) is known color: Limerick. HEX triplet: 8F, B2 and 37. RGB value is (143,178,55). Sum of RGB (Red+Green+Blue) = 143+178+55=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 178 (69.92% from 255 or 47.34% from 376); Blue value is 55 (21.88% from 255 or 14.63% from 376); Max value from RGB is 178 - color contains mainly: green. Hex color #8FB237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FB237 is #704DC8. Grayscale: #999999. Windows color (decimal): -7359945 or 3650191. OLE color: 3650191.
HSL color Cylindrical-coordinate representation of color #8FB237: hue angle of 77.07º 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 #8FB237 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 178 | 55 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.30 |
| HSL | 77.07º | 0.53% | 0.46% | - |
| HSV(B) | 77.07º | 0.69% | 0.7% | - |
| XYZ | 27.94 | 37.96 | 9.47 | - |
| YUV | 153.51 | 72.4 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 178 | 55 | 0.20 | 0 | 0.69 | 0.30 | 77.07 | 0.53 | 0.46 |
| Hex | 8F | B2 | 37 | 14 | 0 | 45 | 1E | 4D | 35 | 2E |
| Octal | 217 | 262 | 67 | 24 | 0 | 105 | 36 | 115 | 65 | 56 |
| Binary | 10001111 | 10110010 | 110111 | 10100 | 0 | 1000101 | 11110 | 1001101 | 110101 | 101110 |
Color Harmonies of #8FB237
Complementary color
Monochromatic Colors of #8FB237
Black with #8FB237
Text Example
Text Example
White with #8FB237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB237; }
p { color: rgb(143,178,55); }
H1.HeaderClassName
{
color: #8FB237;
}
.AnyTagClassName
{
color: #8FB237;
}
</style>
background-color css
<style>
a { background-color: #8FB237; }
a { background-color: rgb(143,178,55); }
div.DivClassName
{
background-color: #8FB237;
}
.BgClassName
{
background-color: #8FB237;
}
</style>
border-color css
<style>
span { border-color: #8FB237; }
span { border-color: rgb(143,178,55); }
td.TdClassName
{
border-color: #8FB237;
}
.TagClassName
{
border-color: #8FB237;
}
</style>