Shades of Limerick #8FBC19
Tints of Limerick #8FBC19
RGB
CMYK
RGB Variations
Color information
#8FBC19 (or 0x8FBC19) is known color: Limerick. HEX triplet: 8F, BC and 19. RGB value is (143,188,25). Sum of RGB (Red+Green+Blue) = 143+188+25=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBC19 is #7043E6. Grayscale: #9C9C9C. Windows color (decimal): -7357415 or 1686671. OLE color: 1686671.
HSL color Cylindrical-coordinate representation of color #8FBC19: hue angle of 76.56º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8FBC19 is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 25 | - |
| CMYK | 0.24 | 0 | 0.87 | 0.26 |
| HSL | 76.56º | 0.77% | 0.42% | - |
| HSV(B) | 76.56º | 0.87% | 0.74% | - |
| XYZ | 29.49 | 41.88 | 7.45 | - |
| YUV | 155.96 | 54.09 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 25 | 0.24 | 0 | 0.87 | 0.26 | 76.56 | 0.77 | 0.42 |
| Hex | 8F | BC | 19 | 18 | 0 | 57 | 1A | 4D | 4D | 2A |
| Octal | 217 | 274 | 31 | 30 | 0 | 127 | 32 | 115 | 115 | 52 |
| Binary | 10001111 | 10111100 | 11001 | 11000 | 0 | 1010111 | 11010 | 1001101 | 1001101 | 101010 |
Color Harmonies of #8FBC19
Complementary color
Monochromatic Colors of #8FBC19
Black with #8FBC19
Text Example
Text Example
White with #8FBC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC19; }
p { color: rgb(143,188,25); }
H1.HeaderClassName
{
color: #8FBC19;
}
.AnyTagClassName
{
color: #8FBC19;
}
</style>
background-color css
<style>
a { background-color: #8FBC19; }
a { background-color: rgb(143,188,25); }
div.DivClassName
{
background-color: #8FBC19;
}
.BgClassName
{
background-color: #8FBC19;
}
</style>
border-color css
<style>
span { border-color: #8FBC19; }
span { border-color: rgb(143,188,25); }
td.TdClassName
{
border-color: #8FBC19;
}
.TagClassName
{
border-color: #8FBC19;
}
</style>