Shades of Limerick #8FB71C
Tints of Limerick #8FB71C
RGB
CMYK
RGB Variations
Color information
#8FB71C (or 0x8FB71C) is known color: Limerick. HEX triplet: 8F, B7 and 1C. RGB value is (143,183,28). Sum of RGB (Red+Green+Blue) = 143+183+28=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #8FB71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB71C is #7048E3. Grayscale: #999999. Windows color (decimal): -7358692 or 1881999. OLE color: 1881999.
HSL color Cylindrical-coordinate representation of color #8FB71C: hue angle of 75.48º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8FB71C is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 183 | 28 | - |
| CMYK | 0.22 | 0 | 0.85 | 0.28 |
| HSL | 75.48º | 0.73% | 0.41% | - |
| HSV(B) | 75.48º | 0.85% | 0.72% | - |
| XYZ | 28.47 | 39.79 | 7.28 | - |
| YUV | 153.37 | 57.25 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 183 | 28 | 0.22 | 0 | 0.85 | 0.28 | 75.48 | 0.73 | 0.41 |
| Hex | 8F | B7 | 1C | 16 | 0 | 55 | 1C | 4B | 49 | 29 |
| Octal | 217 | 267 | 34 | 26 | 0 | 125 | 34 | 113 | 111 | 51 |
| Binary | 10001111 | 10110111 | 11100 | 10110 | 0 | 1010101 | 11100 | 1001011 | 1001001 | 101001 |
Color Harmonies of #8FB71C
Complementary color
Monochromatic Colors of #8FB71C
Black with #8FB71C
Text Example
Text Example
White with #8FB71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB71C; }
p { color: rgb(143,183,28); }
H1.HeaderClassName
{
color: #8FB71C;
}
.AnyTagClassName
{
color: #8FB71C;
}
</style>
background-color css
<style>
a { background-color: #8FB71C; }
a { background-color: rgb(143,183,28); }
div.DivClassName
{
background-color: #8FB71C;
}
.BgClassName
{
background-color: #8FB71C;
}
</style>
border-color css
<style>
span { border-color: #8FB71C; }
span { border-color: rgb(143,183,28); }
td.TdClassName
{
border-color: #8FB71C;
}
.TagClassName
{
border-color: #8FB71C;
}
</style>