Shades of Limerick #8FAD33
Tints of Limerick #8FAD33
RGB
CMYK
RGB Variations
Color information
#8FAD33 (or 0x8FAD33) is known color: Limerick. HEX triplet: 8F, AD and 33. RGB value is (143,173,51). Sum of RGB (Red+Green+Blue) = 143+173+51=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 173 (67.97% from 255 or 47.14% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 173 - color contains mainly: green. Hex color #8FAD33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAD33 is #7052CC. Grayscale: #969696. Windows color (decimal): -7361229 or 3386767. OLE color: 3386767.
HSL color Cylindrical-coordinate representation of color #8FAD33: hue angle of 74.75º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8FAD33 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 173 | 51 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.32 |
| HSL | 74.75º | 0.54% | 0.44% | - |
| HSV(B) | 74.75º | 0.71% | 0.68% | - |
| XYZ | 26.87 | 35.97 | 8.66 | - |
| YUV | 150.12 | 72.06 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 51 | 0.17 | 0 | 0.71 | 0.32 | 74.75 | 0.54 | 0.44 |
| Hex | 8F | AD | 33 | 11 | 0 | 47 | 20 | 4B | 36 | 2C |
| Octal | 217 | 255 | 63 | 21 | 0 | 107 | 40 | 113 | 66 | 54 |
| Binary | 10001111 | 10101101 | 110011 | 10001 | 0 | 1000111 | 100000 | 1001011 | 110110 | 101100 |
Color Harmonies of #8FAD33
Complementary color
Monochromatic Colors of #8FAD33
Black with #8FAD33
Text Example
Text Example
White with #8FAD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAD33; }
p { color: rgb(143,173,51); }
H1.HeaderClassName
{
color: #8FAD33;
}
.AnyTagClassName
{
color: #8FAD33;
}
</style>
background-color css
<style>
a { background-color: #8FAD33; }
a { background-color: rgb(143,173,51); }
div.DivClassName
{
background-color: #8FAD33;
}
.BgClassName
{
background-color: #8FAD33;
}
</style>
border-color css
<style>
span { border-color: #8FAD33; }
span { border-color: rgb(143,173,51); }
td.TdClassName
{
border-color: #8FAD33;
}
.TagClassName
{
border-color: #8FAD33;
}
</style>