Shades of Limerick #8FB827
Tints of Limerick #8FB827
RGB
CMYK
RGB Variations
Color information
#8FB827 (or 0x8FB827) is known color: Limerick. HEX triplet: 8F, B8 and 27. RGB value is (143,184,39). Sum of RGB (Red+Green+Blue) = 143+184+39=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 184 (72.27% from 255 or 50.27% from 366); Blue value is 39 (15.62% from 255 or 10.66% from 366); Max value from RGB is 184 - color contains mainly: green. Hex color #8FB827 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB827 is #7047D8. Grayscale: #9B9B9B. Windows color (decimal): -7358425 or 2603151. OLE color: 2603151.
HSL color Cylindrical-coordinate representation of color #8FB827: hue angle of 76.97º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8FB827 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 184 | 39 | - |
| CMYK | 0.22 | 0 | 0.79 | 0.28 |
| HSL | 76.97º | 0.65% | 0.44% | - |
| HSV(B) | 76.97º | 0.79% | 0.72% | - |
| XYZ | 28.83 | 40.27 | 8.17 | - |
| YUV | 155.21 | 62.42 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 184 | 39 | 0.22 | 0 | 0.79 | 0.28 | 76.97 | 0.65 | 0.44 |
| Hex | 8F | B8 | 27 | 16 | 0 | 4F | 1C | 4D | 41 | 2C |
| Octal | 217 | 270 | 47 | 26 | 0 | 117 | 34 | 115 | 101 | 54 |
| Binary | 10001111 | 10111000 | 100111 | 10110 | 0 | 1001111 | 11100 | 1001101 | 1000001 | 101100 |
Color Harmonies of #8FB827
Complementary color
Monochromatic Colors of #8FB827
Black with #8FB827
Text Example
Text Example
White with #8FB827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB827; }
p { color: rgb(143,184,39); }
H1.HeaderClassName
{
color: #8FB827;
}
.AnyTagClassName
{
color: #8FB827;
}
</style>
background-color css
<style>
a { background-color: #8FB827; }
a { background-color: rgb(143,184,39); }
div.DivClassName
{
background-color: #8FB827;
}
.BgClassName
{
background-color: #8FB827;
}
</style>
border-color css
<style>
span { border-color: #8FB827; }
span { border-color: rgb(143,184,39); }
td.TdClassName
{
border-color: #8FB827;
}
.TagClassName
{
border-color: #8FB827;
}
</style>