Shades of Limerick #8FB821
Tints of Limerick #8FB821
RGB
CMYK
RGB Variations
Color information
#8FB821 (or 0x8FB821) is known color: Limerick. HEX triplet: 8F, B8 and 21. RGB value is (143,184,33). Sum of RGB (Red+Green+Blue) = 143+184+33=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 184 (72.27% from 255 or 51.11% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 184 - color contains mainly: green. Hex color #8FB821 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB821 is #7047DE. Grayscale: #9B9B9B. Windows color (decimal): -7358431 or 2209935. OLE color: 2209935.
HSL color Cylindrical-coordinate representation of color #8FB821: hue angle of 76.29º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8FB821 is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 184 | 33 | - |
| CMYK | 0.22 | 0 | 0.82 | 0.28 |
| HSL | 76.29º | 0.7% | 0.43% | - |
| HSV(B) | 76.29º | 0.82% | 0.72% | - |
| XYZ | 28.74 | 40.23 | 7.69 | - |
| YUV | 154.53 | 59.42 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 184 | 33 | 0.22 | 0 | 0.82 | 0.28 | 76.29 | 0.7 | 0.43 |
| Hex | 8F | B8 | 21 | 16 | 0 | 52 | 1C | 4C | 46 | 2B |
| Octal | 217 | 270 | 41 | 26 | 0 | 122 | 34 | 114 | 106 | 53 |
| Binary | 10001111 | 10111000 | 100001 | 10110 | 0 | 1010010 | 11100 | 1001100 | 1000110 | 101011 |
Color Harmonies of #8FB821
Complementary color
Monochromatic Colors of #8FB821
Black with #8FB821
Text Example
Text Example
White with #8FB821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB821; }
p { color: rgb(143,184,33); }
H1.HeaderClassName
{
color: #8FB821;
}
.AnyTagClassName
{
color: #8FB821;
}
</style>
background-color css
<style>
a { background-color: #8FB821; }
a { background-color: rgb(143,184,33); }
div.DivClassName
{
background-color: #8FB821;
}
.BgClassName
{
background-color: #8FB821;
}
</style>
border-color css
<style>
span { border-color: #8FB821; }
span { border-color: rgb(143,184,33); }
td.TdClassName
{
border-color: #8FB821;
}
.TagClassName
{
border-color: #8FB821;
}
</style>