Shades of Limerick #8FBD20
Tints of Limerick #8FBD20
RGB
CMYK
RGB Variations
Color information
#8FBD20 (or 0x8FBD20) is known color: Limerick. HEX triplet: 8F, BD and 20. RGB value is (143,189,32). Sum of RGB (Red+Green+Blue) = 143+189+32=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 189 (74.22% from 255 or 51.92% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 189 - color contains mainly: green. Hex color #8FBD20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBD20 is #7042DF. Grayscale: #9D9D9D. Windows color (decimal): -7357152 or 2145679. OLE color: 2145679.
HSL color Cylindrical-coordinate representation of color #8FBD20: hue angle of 77.58º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8FBD20 is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 189 | 32 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.26 |
| HSL | 77.58º | 0.71% | 0.43% | - |
| HSV(B) | 77.58º | 0.83% | 0.74% | - |
| XYZ | 29.79 | 42.34 | 7.97 | - |
| YUV | 157.35 | 57.26 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 189 | 32 | 0.24 | 0 | 0.83 | 0.26 | 77.58 | 0.71 | 0.43 |
| Hex | 8F | BD | 20 | 18 | 0 | 53 | 1A | 4E | 47 | 2B |
| Octal | 217 | 275 | 40 | 30 | 0 | 123 | 32 | 116 | 107 | 53 |
| Binary | 10001111 | 10111101 | 100000 | 11000 | 0 | 1010011 | 11010 | 1001110 | 1000111 | 101011 |
Color Harmonies of #8FBD20
Complementary color
Monochromatic Colors of #8FBD20
Black with #8FBD20
Text Example
Text Example
White with #8FBD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBD20; }
p { color: rgb(143,189,32); }
H1.HeaderClassName
{
color: #8FBD20;
}
.AnyTagClassName
{
color: #8FBD20;
}
</style>
background-color css
<style>
a { background-color: #8FBD20; }
a { background-color: rgb(143,189,32); }
div.DivClassName
{
background-color: #8FBD20;
}
.BgClassName
{
background-color: #8FBD20;
}
</style>
border-color css
<style>
span { border-color: #8FBD20; }
span { border-color: rgb(143,189,32); }
td.TdClassName
{
border-color: #8FBD20;
}
.TagClassName
{
border-color: #8FBD20;
}
</style>