Shades of Limerick #8FBC2C
Tints of Limerick #8FBC2C
RGB
CMYK
RGB Variations
Color information
#8FBC2C (or 0x8FBC2C) is known color: Limerick. HEX triplet: 8F, BC and 2C. RGB value is (143,188,44). Sum of RGB (Red+Green+Blue) = 143+188+44=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBC2C is #7043D3. Grayscale: #9E9E9E. Windows color (decimal): -7357396 or 2931855. OLE color: 2931855.
HSL color Cylindrical-coordinate representation of color #8FBC2C: hue angle of 78.75º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8FBC2C is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 44 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.26 |
| HSL | 78.75º | 0.62% | 0.45% | - |
| HSV(B) | 78.75º | 0.77% | 0.74% | - |
| XYZ | 29.77 | 41.99 | 8.92 | - |
| YUV | 158.13 | 63.59 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 44 | 0.24 | 0 | 0.77 | 0.26 | 78.75 | 0.62 | 0.45 |
| Hex | 8F | BC | 2C | 18 | 0 | 4D | 1A | 4F | 3E | 2D |
| Octal | 217 | 274 | 54 | 30 | 0 | 115 | 32 | 117 | 76 | 55 |
| Binary | 10001111 | 10111100 | 101100 | 11000 | 0 | 1001101 | 11010 | 1001111 | 111110 | 101101 |
Color Harmonies of #8FBC2C
Complementary color
Monochromatic Colors of #8FBC2C
Black with #8FBC2C
Text Example
Text Example
White with #8FBC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC2C; }
p { color: rgb(143,188,44); }
H1.HeaderClassName
{
color: #8FBC2C;
}
.AnyTagClassName
{
color: #8FBC2C;
}
</style>
background-color css
<style>
a { background-color: #8FBC2C; }
a { background-color: rgb(143,188,44); }
div.DivClassName
{
background-color: #8FBC2C;
}
.BgClassName
{
background-color: #8FBC2C;
}
</style>
border-color css
<style>
span { border-color: #8FBC2C; }
span { border-color: rgb(143,188,44); }
td.TdClassName
{
border-color: #8FBC2C;
}
.TagClassName
{
border-color: #8FBC2C;
}
</style>