Shades of Limerick #8FB734
Tints of Limerick #8FB734
RGB
CMYK
RGB Variations
Color information
#8FB734 (or 0x8FB734) is known color: Limerick. HEX triplet: 8F, B7 and 34. RGB value is (143,183,52). Sum of RGB (Red+Green+Blue) = 143+183+52=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #8FB734 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB734 is #7048CB. Grayscale: #9C9C9C. Windows color (decimal): -7358668 or 3454863. OLE color: 3454863.
HSL color Cylindrical-coordinate representation of color #8FB734: hue angle of 78.32º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8FB734 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 183 | 52 | - |
| CMYK | 0.22 | 0 | 0.72 | 0.28 |
| HSL | 78.32º | 0.56% | 0.46% | - |
| HSV(B) | 78.32º | 0.72% | 0.72% | - |
| XYZ | 28.88 | 39.95 | 9.44 | - |
| YUV | 156.11 | 69.25 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 183 | 52 | 0.22 | 0 | 0.72 | 0.28 | 78.32 | 0.56 | 0.46 |
| Hex | 8F | B7 | 34 | 16 | 0 | 48 | 1C | 4E | 38 | 2E |
| Octal | 217 | 267 | 64 | 26 | 0 | 110 | 34 | 116 | 70 | 56 |
| Binary | 10001111 | 10110111 | 110100 | 10110 | 0 | 1001000 | 11100 | 1001110 | 111000 | 101110 |
Color Harmonies of #8FB734
Complementary color
Monochromatic Colors of #8FB734
Black with #8FB734
Text Example
Text Example
White with #8FB734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB734; }
p { color: rgb(143,183,52); }
H1.HeaderClassName
{
color: #8FB734;
}
.AnyTagClassName
{
color: #8FB734;
}
</style>
background-color css
<style>
a { background-color: #8FB734; }
a { background-color: rgb(143,183,52); }
div.DivClassName
{
background-color: #8FB734;
}
.BgClassName
{
background-color: #8FB734;
}
</style>
border-color css
<style>
span { border-color: #8FB734; }
span { border-color: rgb(143,183,52); }
td.TdClassName
{
border-color: #8FB734;
}
.TagClassName
{
border-color: #8FB734;
}
</style>