Shades of Limerick #8FB42B
Tints of Limerick #8FB42B
RGB
CMYK
RGB Variations
Color information
#8FB42B (or 0x8FB42B) is known color: Limerick. HEX triplet: 8F, B4 and 2B. RGB value is (143,180,43). Sum of RGB (Red+Green+Blue) = 143+180+43=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 180 (70.70% from 255 or 49.18% from 366); Blue value is 43 (17.19% from 255 or 11.75% from 366); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB42B is #704BD4. Grayscale: #999999. Windows color (decimal): -7359445 or 2864271. OLE color: 2864271.
HSL color Cylindrical-coordinate representation of color #8FB42B: hue angle of 76.2º 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 #8FB42B is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 180 | 43 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.29 |
| HSL | 76.2º | 0.61% | 0.44% | - |
| HSV(B) | 76.2º | 0.76% | 0.71% | - |
| XYZ | 28.09 | 38.66 | 8.27 | - |
| YUV | 153.32 | 65.74 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 180 | 43 | 0.21 | 0 | 0.76 | 0.29 | 76.2 | 0.61 | 0.44 |
| Hex | 8F | B4 | 2B | 15 | 0 | 4C | 1D | 4C | 3D | 2C |
| Octal | 217 | 264 | 53 | 25 | 0 | 114 | 35 | 114 | 75 | 54 |
| Binary | 10001111 | 10110100 | 101011 | 10101 | 0 | 1001100 | 11101 | 1001100 | 111101 | 101100 |
Color Harmonies of #8FB42B
Complementary color
Monochromatic Colors of #8FB42B
Black with #8FB42B
Text Example
Text Example
White with #8FB42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB42B; }
p { color: rgb(143,180,43); }
H1.HeaderClassName
{
color: #8FB42B;
}
.AnyTagClassName
{
color: #8FB42B;
}
</style>
background-color css
<style>
a { background-color: #8FB42B; }
a { background-color: rgb(143,180,43); }
div.DivClassName
{
background-color: #8FB42B;
}
.BgClassName
{
background-color: #8FB42B;
}
</style>
border-color css
<style>
span { border-color: #8FB42B; }
span { border-color: rgb(143,180,43); }
td.TdClassName
{
border-color: #8FB42B;
}
.TagClassName
{
border-color: #8FB42B;
}
</style>