Shades of Limerick #8FBD2C
Tints of Limerick #8FBD2C
RGB
CMYK
RGB Variations
Color information
#8FBD2C (or 0x8FBD2C) is known color: Limerick. HEX triplet: 8F, BD and 2C. RGB value is (143,189,44). Sum of RGB (Red+Green+Blue) = 143+189+44=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 44 (17.58% from 255 or 11.70% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #8FBD2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBD2C is #7042D3. Grayscale: #9F9F9F. Windows color (decimal): -7357140 or 2932111. OLE color: 2932111.
HSL color Cylindrical-coordinate representation of color #8FBD2C: hue angle of 79.03º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8FBD2C is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 189 | 44 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.26 |
| HSL | 79.03º | 0.62% | 0.46% | - |
| HSV(B) | 79.03º | 0.77% | 0.74% | - |
| XYZ | 29.98 | 42.42 | 8.99 | - |
| YUV | 158.72 | 63.26 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 189 | 44 | 0.24 | 0 | 0.77 | 0.26 | 79.03 | 0.62 | 0.46 |
| Hex | 8F | BD | 2C | 18 | 0 | 4D | 1A | 4F | 3E | 2E |
| Octal | 217 | 275 | 54 | 30 | 0 | 115 | 32 | 117 | 76 | 56 |
| Binary | 10001111 | 10111101 | 101100 | 11000 | 0 | 1001101 | 11010 | 1001111 | 111110 | 101110 |
Color Harmonies of #8FBD2C
Complementary color
Monochromatic Colors of #8FBD2C
Black with #8FBD2C
Text Example
Text Example
White with #8FBD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBD2C; }
p { color: rgb(143,189,44); }
H1.HeaderClassName
{
color: #8FBD2C;
}
.AnyTagClassName
{
color: #8FBD2C;
}
</style>
background-color css
<style>
a { background-color: #8FBD2C; }
a { background-color: rgb(143,189,44); }
div.DivClassName
{
background-color: #8FBD2C;
}
.BgClassName
{
background-color: #8FBD2C;
}
</style>
border-color css
<style>
span { border-color: #8FBD2C; }
span { border-color: rgb(143,189,44); }
td.TdClassName
{
border-color: #8FBD2C;
}
.TagClassName
{
border-color: #8FBD2C;
}
</style>