Shades of Limerick #8FBC2B
Tints of Limerick #8FBC2B
RGB
CMYK
RGB Variations
Color information
#8FBC2B (or 0x8FBC2B) is known color: Limerick. HEX triplet: 8F, BC and 2B. RGB value is (143,188,43). Sum of RGB (Red+Green+Blue) = 143+188+43=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBC2B is #7043D4. Grayscale: #9E9E9E. Windows color (decimal): -7357397 or 2866319. OLE color: 2866319.
HSL color Cylindrical-coordinate representation of color #8FBC2B: hue angle of 78.62º degrees, saturation: 0.63, 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 #8FBC2B is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 43 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.26 |
| HSL | 78.62º | 0.63% | 0.45% | - |
| HSV(B) | 78.62º | 0.77% | 0.74% | - |
| XYZ | 29.75 | 41.98 | 8.82 | - |
| YUV | 158.02 | 63.09 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 43 | 0.24 | 0 | 0.77 | 0.26 | 78.62 | 0.63 | 0.45 |
| Hex | 8F | BC | 2B | 18 | 0 | 4D | 1A | 4F | 3F | 2D |
| Octal | 217 | 274 | 53 | 30 | 0 | 115 | 32 | 117 | 77 | 55 |
| Binary | 10001111 | 10111100 | 101011 | 11000 | 0 | 1001101 | 11010 | 1001111 | 111111 | 101101 |
Color Harmonies of #8FBC2B
Complementary color
Monochromatic Colors of #8FBC2B
Black with #8FBC2B
Text Example
Text Example
White with #8FBC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC2B; }
p { color: rgb(143,188,43); }
H1.HeaderClassName
{
color: #8FBC2B;
}
.AnyTagClassName
{
color: #8FBC2B;
}
</style>
background-color css
<style>
a { background-color: #8FBC2B; }
a { background-color: rgb(143,188,43); }
div.DivClassName
{
background-color: #8FBC2B;
}
.BgClassName
{
background-color: #8FBC2B;
}
</style>
border-color css
<style>
span { border-color: #8FBC2B; }
span { border-color: rgb(143,188,43); }
td.TdClassName
{
border-color: #8FBC2B;
}
.TagClassName
{
border-color: #8FBC2B;
}
</style>