Shades of Limerick #8FB440
Tints of Limerick #8FB440
RGB
CMYK
RGB Variations
Color information
#8FB440 (or 0x8FB440) is known color: Limerick. HEX triplet: 8F, B4 and 40. RGB value is (143,180,64). Sum of RGB (Red+Green+Blue) = 143+180+64=387 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.95% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB440 is #704BBF. Grayscale: #9C9C9C. Windows color (decimal): -7359424 or 4240527. OLE color: 4240527.
HSL color Cylindrical-coordinate representation of color #8FB440: hue angle of 79.14º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8FB440 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 180 | 64 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.29 |
| HSL | 79.14º | 0.48% | 0.48% | - |
| HSV(B) | 79.14º | 0.64% | 0.71% | - |
| XYZ | 28.57 | 38.85 | 10.84 | - |
| YUV | 155.71 | 76.24 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 180 | 64 | 0.21 | 0 | 0.64 | 0.29 | 79.14 | 0.48 | 0.48 |
| Hex | 8F | B4 | 40 | 15 | 0 | 40 | 1D | 4F | 30 | 30 |
| Octal | 217 | 264 | 100 | 25 | 0 | 100 | 35 | 117 | 60 | 60 |
| Binary | 10001111 | 10110100 | 1000000 | 10101 | 0 | 1000000 | 11101 | 1001111 | 110000 | 110000 |
Color Harmonies of #8FB440
Complementary color
Monochromatic Colors of #8FB440
Black with #8FB440
Text Example
Text Example
White with #8FB440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB440; }
p { color: rgb(143,180,64); }
H1.HeaderClassName
{
color: #8FB440;
}
.AnyTagClassName
{
color: #8FB440;
}
</style>
background-color css
<style>
a { background-color: #8FB440; }
a { background-color: rgb(143,180,64); }
div.DivClassName
{
background-color: #8FB440;
}
.BgClassName
{
background-color: #8FB440;
}
</style>
border-color css
<style>
span { border-color: #8FB440; }
span { border-color: rgb(143,180,64); }
td.TdClassName
{
border-color: #8FB440;
}
.TagClassName
{
border-color: #8FB440;
}
</style>