Shades of Limerick #8FB52C
Tints of Limerick #8FB52C
RGB
CMYK
RGB Variations
Color information
#8FB52C (or 0x8FB52C) is known color: Limerick. HEX triplet: 8F, B5 and 2C. RGB value is (143,181,44). Sum of RGB (Red+Green+Blue) = 143+181+44=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 181 (71.09% from 255 or 49.18% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 181 - color contains mainly: green. Hex color #8FB52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB52C is #704AD3. Grayscale: #9A9A9A. Windows color (decimal): -7359188 or 2930063. OLE color: 2930063.
HSL color Cylindrical-coordinate representation of color #8FB52C: hue angle of 76.64º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8FB52C is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 181 | 44 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.29 |
| HSL | 76.64º | 0.61% | 0.44% | - |
| HSV(B) | 76.64º | 0.76% | 0.71% | - |
| XYZ | 28.31 | 39.07 | 8.43 | - |
| YUV | 154.02 | 65.91 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 181 | 44 | 0.21 | 0 | 0.76 | 0.29 | 76.64 | 0.61 | 0.44 |
| Hex | 8F | B5 | 2C | 15 | 0 | 4C | 1D | 4D | 3D | 2C |
| Octal | 217 | 265 | 54 | 25 | 0 | 114 | 35 | 115 | 75 | 54 |
| Binary | 10001111 | 10110101 | 101100 | 10101 | 0 | 1001100 | 11101 | 1001101 | 111101 | 101100 |
Color Harmonies of #8FB52C
Complementary color
Monochromatic Colors of #8FB52C
Black with #8FB52C
Text Example
Text Example
White with #8FB52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB52C; }
p { color: rgb(143,181,44); }
H1.HeaderClassName
{
color: #8FB52C;
}
.AnyTagClassName
{
color: #8FB52C;
}
</style>
background-color css
<style>
a { background-color: #8FB52C; }
a { background-color: rgb(143,181,44); }
div.DivClassName
{
background-color: #8FB52C;
}
.BgClassName
{
background-color: #8FB52C;
}
</style>
border-color css
<style>
span { border-color: #8FB52C; }
span { border-color: rgb(143,181,44); }
td.TdClassName
{
border-color: #8FB52C;
}
.TagClassName
{
border-color: #8FB52C;
}
</style>