Shades of Limerick #8FB327
Tints of Limerick #8FB327
RGB
CMYK
RGB Variations
Color information
#8FB327 (or 0x8FB327) is known color: Limerick. HEX triplet: 8F, B3 and 27. RGB value is (143,179,39). Sum of RGB (Red+Green+Blue) = 143+179+39=361 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.61% from 361); Green value is 179 (70.31% from 255 or 49.58% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 179 - color contains mainly: green. Hex color #8FB327 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB327 is #704CD8. Grayscale: #989898. Windows color (decimal): -7359705 or 2601871. OLE color: 2601871.
HSL color Cylindrical-coordinate representation of color #8FB327: hue angle of 75.43º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8FB327 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 179 | 39 | - |
| CMYK | 0.20 | 0 | 0.78 | 0.30 |
| HSL | 75.43º | 0.64% | 0.43% | - |
| HSV(B) | 75.43º | 0.78% | 0.7% | - |
| XYZ | 27.81 | 38.23 | 7.83 | - |
| YUV | 152.28 | 64.07 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 179 | 39 | 0.20 | 0 | 0.78 | 0.30 | 75.43 | 0.64 | 0.43 |
| Hex | 8F | B3 | 27 | 14 | 0 | 4E | 1E | 4B | 40 | 2B |
| Octal | 217 | 263 | 47 | 24 | 0 | 116 | 36 | 113 | 100 | 53 |
| Binary | 10001111 | 10110011 | 100111 | 10100 | 0 | 1001110 | 11110 | 1001011 | 1000000 | 101011 |
Color Harmonies of #8FB327
Complementary color
Monochromatic Colors of #8FB327
Black with #8FB327
Text Example
Text Example
White with #8FB327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB327; }
p { color: rgb(143,179,39); }
H1.HeaderClassName
{
color: #8FB327;
}
.AnyTagClassName
{
color: #8FB327;
}
</style>
background-color css
<style>
a { background-color: #8FB327; }
a { background-color: rgb(143,179,39); }
div.DivClassName
{
background-color: #8FB327;
}
.BgClassName
{
background-color: #8FB327;
}
</style>
border-color css
<style>
span { border-color: #8FB327; }
span { border-color: rgb(143,179,39); }
td.TdClassName
{
border-color: #8FB327;
}
.TagClassName
{
border-color: #8FB327;
}
</style>