Shades of Limerick #8FBC25
Tints of Limerick #8FBC25
RGB
CMYK
RGB Variations
Color information
#8FBC25 (or 0x8FBC25) is known color: Limerick. HEX triplet: 8F, BC and 25. RGB value is (143,188,37). Sum of RGB (Red+Green+Blue) = 143+188+37=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 37 (14.84% from 255 or 10.05% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBC25 is #7043DA. Grayscale: #9D9D9D. Windows color (decimal): -7357403 or 2473103. OLE color: 2473103.
HSL color Cylindrical-coordinate representation of color #8FBC25: hue angle of 77.88º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8FBC25 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 37 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.26 |
| HSL | 77.88º | 0.67% | 0.44% | - |
| HSV(B) | 77.88º | 0.8% | 0.74% | - |
| XYZ | 29.64 | 41.94 | 8.28 | - |
| YUV | 157.33 | 60.09 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 37 | 0.24 | 0 | 0.80 | 0.26 | 77.88 | 0.67 | 0.44 |
| Hex | 8F | BC | 25 | 18 | 0 | 50 | 1A | 4E | 43 | 2C |
| Octal | 217 | 274 | 45 | 30 | 0 | 120 | 32 | 116 | 103 | 54 |
| Binary | 10001111 | 10111100 | 100101 | 11000 | 0 | 1010000 | 11010 | 1001110 | 1000011 | 101100 |
Color Harmonies of #8FBC25
Complementary color
Monochromatic Colors of #8FBC25
Black with #8FBC25
Text Example
Text Example
White with #8FBC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC25; }
p { color: rgb(143,188,37); }
H1.HeaderClassName
{
color: #8FBC25;
}
.AnyTagClassName
{
color: #8FBC25;
}
</style>
background-color css
<style>
a { background-color: #8FBC25; }
a { background-color: rgb(143,188,37); }
div.DivClassName
{
background-color: #8FBC25;
}
.BgClassName
{
background-color: #8FBC25;
}
</style>
border-color css
<style>
span { border-color: #8FBC25; }
span { border-color: rgb(143,188,37); }
td.TdClassName
{
border-color: #8FBC25;
}
.TagClassName
{
border-color: #8FBC25;
}
</style>