Shades of Limerick #8FB239
Tints of Limerick #8FB239
RGB
CMYK
RGB Variations
Color information
#8FB239 (or 0x8FB239) is known color: Limerick. HEX triplet: 8F, B2 and 39. RGB value is (143,178,57). Sum of RGB (Red+Green+Blue) = 143+178+57=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 57 (22.66% from 255 or 15.08% from 378); Max value from RGB is 178 - color contains mainly: green. Hex color #8FB239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FB239 is #704DC6. Grayscale: #9A9A9A. Windows color (decimal): -7359943 or 3781263. OLE color: 3781263.
HSL color Cylindrical-coordinate representation of color #8FB239: hue angle of 77.36º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8FB239 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 178 | 57 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.30 |
| HSL | 77.36º | 0.51% | 0.46% | - |
| HSV(B) | 77.36º | 0.68% | 0.7% | - |
| XYZ | 27.99 | 37.98 | 9.73 | - |
| YUV | 153.74 | 73.4 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 178 | 57 | 0.20 | 0 | 0.68 | 0.30 | 77.36 | 0.51 | 0.46 |
| Hex | 8F | B2 | 39 | 14 | 0 | 44 | 1E | 4D | 33 | 2E |
| Octal | 217 | 262 | 71 | 24 | 0 | 104 | 36 | 115 | 63 | 56 |
| Binary | 10001111 | 10110010 | 111001 | 10100 | 0 | 1000100 | 11110 | 1001101 | 110011 | 101110 |
Color Harmonies of #8FB239
Complementary color
Monochromatic Colors of #8FB239
Black with #8FB239
Text Example
Text Example
White with #8FB239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB239; }
p { color: rgb(143,178,57); }
H1.HeaderClassName
{
color: #8FB239;
}
.AnyTagClassName
{
color: #8FB239;
}
</style>
background-color css
<style>
a { background-color: #8FB239; }
a { background-color: rgb(143,178,57); }
div.DivClassName
{
background-color: #8FB239;
}
.BgClassName
{
background-color: #8FB239;
}
</style>
border-color css
<style>
span { border-color: #8FB239; }
span { border-color: rgb(143,178,57); }
td.TdClassName
{
border-color: #8FB239;
}
.TagClassName
{
border-color: #8FB239;
}
</style>