Shades of Limerick #8FB421
Tints of Limerick #8FB421
RGB
CMYK
RGB Variations
Color information
#8FB421 (or 0x8FB421) is known color: Limerick. HEX triplet: 8F, B4 and 21. RGB value is (143,180,33). Sum of RGB (Red+Green+Blue) = 143+180+33=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 180 (70.70% from 255 or 50.56% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB421 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB421 is #704BDE. Grayscale: #989898. Windows color (decimal): -7359455 or 2208911. OLE color: 2208911.
HSL color Cylindrical-coordinate representation of color #8FB421: hue angle of 75.1º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8FB421 is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 180 | 33 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.29 |
| HSL | 75.1º | 0.69% | 0.42% | - |
| HSV(B) | 75.1º | 0.82% | 0.71% | - |
| XYZ | 27.92 | 38.59 | 7.42 | - |
| YUV | 152.18 | 60.74 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 180 | 33 | 0.21 | 0 | 0.82 | 0.29 | 75.1 | 0.69 | 0.42 |
| Hex | 8F | B4 | 21 | 15 | 0 | 52 | 1D | 4B | 45 | 2A |
| Octal | 217 | 264 | 41 | 25 | 0 | 122 | 35 | 113 | 105 | 52 |
| Binary | 10001111 | 10110100 | 100001 | 10101 | 0 | 1010010 | 11101 | 1001011 | 1000101 | 101010 |
Color Harmonies of #8FB421
Complementary color
Monochromatic Colors of #8FB421
Black with #8FB421
Text Example
Text Example
White with #8FB421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB421; }
p { color: rgb(143,180,33); }
H1.HeaderClassName
{
color: #8FB421;
}
.AnyTagClassName
{
color: #8FB421;
}
</style>
background-color css
<style>
a { background-color: #8FB421; }
a { background-color: rgb(143,180,33); }
div.DivClassName
{
background-color: #8FB421;
}
.BgClassName
{
background-color: #8FB421;
}
</style>
border-color css
<style>
span { border-color: #8FB421; }
span { border-color: rgb(143,180,33); }
td.TdClassName
{
border-color: #8FB421;
}
.TagClassName
{
border-color: #8FB421;
}
</style>