Shades of Limerick #8FB441
Tints of Limerick #8FB441
RGB
CMYK
RGB Variations
Color information
#8FB441 (or 0x8FB441) is known color: Limerick. HEX triplet: 8F, B4 and 41. RGB value is (143,180,65). Sum of RGB (Red+Green+Blue) = 143+180+65=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB441 is #704BBE. Grayscale: #9C9C9C. Windows color (decimal): -7359423 or 4306063. OLE color: 4306063.
HSL color Cylindrical-coordinate representation of color #8FB441: hue angle of 79.3º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8FB441 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 180 | 65 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.29 |
| HSL | 79.3º | 0.47% | 0.48% | - |
| HSV(B) | 79.3º | 0.64% | 0.71% | - |
| XYZ | 28.6 | 38.86 | 10.99 | - |
| YUV | 155.83 | 76.74 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 180 | 65 | 0.21 | 0 | 0.64 | 0.29 | 79.3 | 0.47 | 0.48 |
| Hex | 8F | B4 | 41 | 15 | 0 | 40 | 1D | 4F | 2F | 30 |
| Octal | 217 | 264 | 101 | 25 | 0 | 100 | 35 | 117 | 57 | 60 |
| Binary | 10001111 | 10110100 | 1000001 | 10101 | 0 | 1000000 | 11101 | 1001111 | 101111 | 110000 |
Color Harmonies of #8FB441
Complementary color
Monochromatic Colors of #8FB441
Black with #8FB441
Text Example
Text Example
White with #8FB441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB441; }
p { color: rgb(143,180,65); }
H1.HeaderClassName
{
color: #8FB441;
}
.AnyTagClassName
{
color: #8FB441;
}
</style>
background-color css
<style>
a { background-color: #8FB441; }
a { background-color: rgb(143,180,65); }
div.DivClassName
{
background-color: #8FB441;
}
.BgClassName
{
background-color: #8FB441;
}
</style>
border-color css
<style>
span { border-color: #8FB441; }
span { border-color: rgb(143,180,65); }
td.TdClassName
{
border-color: #8FB441;
}
.TagClassName
{
border-color: #8FB441;
}
</style>