Shades of Limerick #8FB321
Tints of Limerick #8FB321
RGB
CMYK
RGB Variations
Color information
#8FB321 (or 0x8FB321) is known color: Limerick. HEX triplet: 8F, B3 and 21. RGB value is (143,179,33). Sum of RGB (Red+Green+Blue) = 143+179+33=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 179 (70.31% from 255 or 50.42% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 179 - color contains mainly: green. Hex color #8FB321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB321 is #704CDE. Grayscale: #989898. Windows color (decimal): -7359711 or 2208655. OLE color: 2208655.
HSL color Cylindrical-coordinate representation of color #8FB321: hue angle of 74.79º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8FB321 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 179 | 33 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.30 |
| HSL | 74.79º | 0.69% | 0.42% | - |
| HSV(B) | 74.79º | 0.82% | 0.7% | - |
| XYZ | 27.72 | 38.19 | 7.35 | - |
| YUV | 151.59 | 61.07 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 179 | 33 | 0.20 | 0 | 0.82 | 0.30 | 74.79 | 0.69 | 0.42 |
| Hex | 8F | B3 | 21 | 14 | 0 | 52 | 1E | 4B | 45 | 2A |
| Octal | 217 | 263 | 41 | 24 | 0 | 122 | 36 | 113 | 105 | 52 |
| Binary | 10001111 | 10110011 | 100001 | 10100 | 0 | 1010010 | 11110 | 1001011 | 1000101 | 101010 |
Color Harmonies of #8FB321
Complementary color
Monochromatic Colors of #8FB321
Black with #8FB321
Text Example
Text Example
White with #8FB321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB321; }
p { color: rgb(143,179,33); }
H1.HeaderClassName
{
color: #8FB321;
}
.AnyTagClassName
{
color: #8FB321;
}
</style>
background-color css
<style>
a { background-color: #8FB321; }
a { background-color: rgb(143,179,33); }
div.DivClassName
{
background-color: #8FB321;
}
.BgClassName
{
background-color: #8FB321;
}
</style>
border-color css
<style>
span { border-color: #8FB321; }
span { border-color: rgb(143,179,33); }
td.TdClassName
{
border-color: #8FB321;
}
.TagClassName
{
border-color: #8FB321;
}
</style>