Shades of Limerick #8FB435
Tints of Limerick #8FB435
RGB
CMYK
RGB Variations
Color information
#8FB435 (or 0x8FB435) is known color: Limerick. HEX triplet: 8F, B4 and 35. RGB value is (143,180,53). Sum of RGB (Red+Green+Blue) = 143+180+53=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 180 (70.70% from 255 or 47.87% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB435 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB435 is #704BCA. Grayscale: #9A9A9A. Windows color (decimal): -7359435 or 3519631. OLE color: 3519631.
HSL color Cylindrical-coordinate representation of color #8FB435: hue angle of 77.48º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8FB435 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 180 | 53 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.29 |
| HSL | 77.48º | 0.55% | 0.46% | - |
| HSV(B) | 77.48º | 0.71% | 0.71% | - |
| XYZ | 28.29 | 38.74 | 9.35 | - |
| YUV | 154.46 | 70.74 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 180 | 53 | 0.21 | 0 | 0.71 | 0.29 | 77.48 | 0.55 | 0.46 |
| Hex | 8F | B4 | 35 | 15 | 0 | 47 | 1D | 4D | 37 | 2E |
| Octal | 217 | 264 | 65 | 25 | 0 | 107 | 35 | 115 | 67 | 56 |
| Binary | 10001111 | 10110100 | 110101 | 10101 | 0 | 1000111 | 11101 | 1001101 | 110111 | 101110 |
Color Harmonies of #8FB435
Complementary color
Monochromatic Colors of #8FB435
Black with #8FB435
Text Example
Text Example
White with #8FB435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB435; }
p { color: rgb(143,180,53); }
H1.HeaderClassName
{
color: #8FB435;
}
.AnyTagClassName
{
color: #8FB435;
}
</style>
background-color css
<style>
a { background-color: #8FB435; }
a { background-color: rgb(143,180,53); }
div.DivClassName
{
background-color: #8FB435;
}
.BgClassName
{
background-color: #8FB435;
}
</style>
border-color css
<style>
span { border-color: #8FB435; }
span { border-color: rgb(143,180,53); }
td.TdClassName
{
border-color: #8FB435;
}
.TagClassName
{
border-color: #8FB435;
}
</style>