Shades of Limerick #8FB81C
Tints of Limerick #8FB81C
RGB
CMYK
RGB Variations
Color information
#8FB81C (or 0x8FB81C) is known color: Limerick. HEX triplet: 8F, B8 and 1C. RGB value is (143,184,28). Sum of RGB (Red+Green+Blue) = 143+184+28=355 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.28% from 355); Green value is 184 (72.27% from 255 or 51.83% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 184 - color contains mainly: green. Hex color #8FB81C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB81C is #7047E3. Grayscale: #9A9A9A. Windows color (decimal): -7358436 or 1882255. OLE color: 1882255.
HSL color Cylindrical-coordinate representation of color #8FB81C: hue angle of 75.77º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8FB81C is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 184 | 28 | - |
| CMYK | 0.22 | 0 | 0.85 | 0.28 |
| HSL | 75.77º | 0.74% | 0.42% | - |
| HSV(B) | 75.77º | 0.85% | 0.72% | - |
| XYZ | 28.68 | 40.2 | 7.35 | - |
| YUV | 153.96 | 56.92 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 184 | 28 | 0.22 | 0 | 0.85 | 0.28 | 75.77 | 0.74 | 0.42 |
| Hex | 8F | B8 | 1C | 16 | 0 | 55 | 1C | 4C | 4A | 2A |
| Octal | 217 | 270 | 34 | 26 | 0 | 125 | 34 | 114 | 112 | 52 |
| Binary | 10001111 | 10111000 | 11100 | 10110 | 0 | 1010101 | 11100 | 1001100 | 1001010 | 101010 |
Color Harmonies of #8FB81C
Complementary color
Monochromatic Colors of #8FB81C
Black with #8FB81C
Text Example
Text Example
White with #8FB81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB81C; }
p { color: rgb(143,184,28); }
H1.HeaderClassName
{
color: #8FB81C;
}
.AnyTagClassName
{
color: #8FB81C;
}
</style>
background-color css
<style>
a { background-color: #8FB81C; }
a { background-color: rgb(143,184,28); }
div.DivClassName
{
background-color: #8FB81C;
}
.BgClassName
{
background-color: #8FB81C;
}
</style>
border-color css
<style>
span { border-color: #8FB81C; }
span { border-color: rgb(143,184,28); }
td.TdClassName
{
border-color: #8FB81C;
}
.TagClassName
{
border-color: #8FB81C;
}
</style>