Shades of Limerick #8FB736
Tints of Limerick #8FB736
RGB
CMYK
RGB Variations
Color information
#8FB736 (or 0x8FB736) is known color: Limerick. HEX triplet: 8F, B7 and 36. RGB value is (143,183,54). Sum of RGB (Red+Green+Blue) = 143+183+54=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 54 (21.48% from 255 or 14.21% from 380); Max value from RGB is 183 - color contains mainly: green. Hex color #8FB736 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB736 is #7048C9. Grayscale: #9C9C9C. Windows color (decimal): -7358666 or 3585935. OLE color: 3585935.
HSL color Cylindrical-coordinate representation of color #8FB736: hue angle of 78.6º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8FB736 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 183 | 54 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.28 |
| HSL | 78.6º | 0.54% | 0.46% | - |
| HSV(B) | 78.6º | 0.7% | 0.72% | - |
| XYZ | 28.93 | 39.97 | 9.68 | - |
| YUV | 156.33 | 70.25 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 183 | 54 | 0.22 | 0 | 0.70 | 0.28 | 78.6 | 0.54 | 0.46 |
| Hex | 8F | B7 | 36 | 16 | 0 | 46 | 1C | 4F | 36 | 2E |
| Octal | 217 | 267 | 66 | 26 | 0 | 106 | 34 | 117 | 66 | 56 |
| Binary | 10001111 | 10110111 | 110110 | 10110 | 0 | 1000110 | 11100 | 1001111 | 110110 | 101110 |
Color Harmonies of #8FB736
Complementary color
Monochromatic Colors of #8FB736
Black with #8FB736
Text Example
Text Example
White with #8FB736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB736; }
p { color: rgb(143,183,54); }
H1.HeaderClassName
{
color: #8FB736;
}
.AnyTagClassName
{
color: #8FB736;
}
</style>
background-color css
<style>
a { background-color: #8FB736; }
a { background-color: rgb(143,183,54); }
div.DivClassName
{
background-color: #8FB736;
}
.BgClassName
{
background-color: #8FB736;
}
</style>
border-color css
<style>
span { border-color: #8FB736; }
span { border-color: rgb(143,183,54); }
td.TdClassName
{
border-color: #8FB736;
}
.TagClassName
{
border-color: #8FB736;
}
</style>