Shades of Limerick #8FBC28
Tints of Limerick #8FBC28
RGB
CMYK
RGB Variations
Color information
#8FBC28 (or 0x8FBC28) is known color: Limerick. HEX triplet: 8F, BC and 28. RGB value is (143,188,40). Sum of RGB (Red+Green+Blue) = 143+188+40=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBC28 is #7043D7. Grayscale: #9E9E9E. Windows color (decimal): -7357400 or 2669711. OLE color: 2669711.
HSL color Cylindrical-coordinate representation of color #8FBC28: hue angle of 78.24º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8FBC28 is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 40 | - |
| CMYK | 0.24 | 0 | 0.79 | 0.26 |
| HSL | 78.24º | 0.65% | 0.45% | - |
| HSV(B) | 78.24º | 0.79% | 0.74% | - |
| XYZ | 29.69 | 41.96 | 8.54 | - |
| YUV | 157.67 | 61.59 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 40 | 0.24 | 0 | 0.79 | 0.26 | 78.24 | 0.65 | 0.45 |
| Hex | 8F | BC | 28 | 18 | 0 | 4F | 1A | 4E | 41 | 2D |
| Octal | 217 | 274 | 50 | 30 | 0 | 117 | 32 | 116 | 101 | 55 |
| Binary | 10001111 | 10111100 | 101000 | 11000 | 0 | 1001111 | 11010 | 1001110 | 1000001 | 101101 |
Color Harmonies of #8FBC28
Complementary color
Monochromatic Colors of #8FBC28
Black with #8FBC28
Text Example
Text Example
White with #8FBC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC28; }
p { color: rgb(143,188,40); }
H1.HeaderClassName
{
color: #8FBC28;
}
.AnyTagClassName
{
color: #8FBC28;
}
</style>
background-color css
<style>
a { background-color: #8FBC28; }
a { background-color: rgb(143,188,40); }
div.DivClassName
{
background-color: #8FBC28;
}
.BgClassName
{
background-color: #8FBC28;
}
</style>
border-color css
<style>
span { border-color: #8FBC28; }
span { border-color: rgb(143,188,40); }
td.TdClassName
{
border-color: #8FBC28;
}
.TagClassName
{
border-color: #8FBC28;
}
</style>