Shades of Limerick #8FBC2F
Tints of Limerick #8FBC2F
RGB
CMYK
RGB Variations
Color information
#8FBC2F (or 0x8FBC2F) is known color: Limerick. HEX triplet: 8F, BC and 2F. RGB value is (143,188,47). Sum of RGB (Red+Green+Blue) = 143+188+47=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBC2F is #7043D0. Grayscale: #9E9E9E. Windows color (decimal): -7357393 or 3128463. OLE color: 3128463.
HSL color Cylindrical-coordinate representation of color #8FBC2F: hue angle of 79.15º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8FBC2F is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 47 | - |
| CMYK | 0.24 | 0 | 0.75 | 0.26 |
| HSL | 79.15º | 0.6% | 0.46% | - |
| HSV(B) | 79.15º | 0.75% | 0.74% | - |
| XYZ | 29.82 | 42.01 | 9.23 | - |
| YUV | 158.47 | 65.09 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 47 | 0.24 | 0 | 0.75 | 0.26 | 79.15 | 0.6 | 0.46 |
| Hex | 8F | BC | 2F | 18 | 0 | 4B | 1A | 4F | 3C | 2E |
| Octal | 217 | 274 | 57 | 30 | 0 | 113 | 32 | 117 | 74 | 56 |
| Binary | 10001111 | 10111100 | 101111 | 11000 | 0 | 1001011 | 11010 | 1001111 | 111100 | 101110 |
Color Harmonies of #8FBC2F
Complementary color
Monochromatic Colors of #8FBC2F
Black with #8FBC2F
Text Example
Text Example
White with #8FBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC2F; }
p { color: rgb(143,188,47); }
H1.HeaderClassName
{
color: #8FBC2F;
}
.AnyTagClassName
{
color: #8FBC2F;
}
</style>
background-color css
<style>
a { background-color: #8FBC2F; }
a { background-color: rgb(143,188,47); }
div.DivClassName
{
background-color: #8FBC2F;
}
.BgClassName
{
background-color: #8FBC2F;
}
</style>
border-color css
<style>
span { border-color: #8FBC2F; }
span { border-color: rgb(143,188,47); }
td.TdClassName
{
border-color: #8FBC2F;
}
.TagClassName
{
border-color: #8FBC2F;
}
</style>