Shades of Limerick #8FB340
Tints of Limerick #8FB340
RGB
CMYK
RGB Variations
Color information
#8FB340 (or 0x8FB340) is known color: Limerick. HEX triplet: 8F, B3 and 40. RGB value is (143,179,64). Sum of RGB (Red+Green+Blue) = 143+179+64=386 (51% of max value = 765). Red value is 143 (56.25% from 255 or 37.05% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 179 - color contains mainly: green. Hex color #8FB340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB340 is #704CBF. Grayscale: #9B9B9B. Windows color (decimal): -7359680 or 4240271. OLE color: 4240271.
HSL color Cylindrical-coordinate representation of color #8FB340: hue angle of 78.78º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8FB340 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 179 | 64 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.30 |
| HSL | 78.78º | 0.47% | 0.48% | - |
| HSV(B) | 78.78º | 0.64% | 0.7% | - |
| XYZ | 28.37 | 38.45 | 10.78 | - |
| YUV | 155.13 | 76.57 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 179 | 64 | 0.20 | 0 | 0.64 | 0.30 | 78.78 | 0.47 | 0.48 |
| Hex | 8F | B3 | 40 | 14 | 0 | 40 | 1E | 4F | 2F | 30 |
| Octal | 217 | 263 | 100 | 24 | 0 | 100 | 36 | 117 | 57 | 60 |
| Binary | 10001111 | 10110011 | 1000000 | 10100 | 0 | 1000000 | 11110 | 1001111 | 101111 | 110000 |
Color Harmonies of #8FB340
Complementary color
Monochromatic Colors of #8FB340
Black with #8FB340
Text Example
Text Example
White with #8FB340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB340; }
p { color: rgb(143,179,64); }
H1.HeaderClassName
{
color: #8FB340;
}
.AnyTagClassName
{
color: #8FB340;
}
</style>
background-color css
<style>
a { background-color: #8FB340; }
a { background-color: rgb(143,179,64); }
div.DivClassName
{
background-color: #8FB340;
}
.BgClassName
{
background-color: #8FB340;
}
</style>
border-color css
<style>
span { border-color: #8FB340; }
span { border-color: rgb(143,179,64); }
td.TdClassName
{
border-color: #8FB340;
}
.TagClassName
{
border-color: #8FB340;
}
</style>