Shades of Limerick #8FBA33
Tints of Limerick #8FBA33
RGB
CMYK
RGB Variations
Color information
#8FBA33 (or 0x8FBA33) is known color: Limerick. HEX triplet: 8F, BA and 33. RGB value is (143,186,51). Sum of RGB (Red+Green+Blue) = 143+186+51=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 51 (20.31% from 255 or 13.42% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBA33 is #7045CC. Grayscale: #9E9E9E. Windows color (decimal): -7357901 or 3390095. OLE color: 3390095.
HSL color Cylindrical-coordinate representation of color #8FBA33: hue angle of 79.11º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8FBA33 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 186 | 51 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.27 |
| HSL | 79.11º | 0.57% | 0.46% | - |
| HSV(B) | 79.11º | 0.73% | 0.73% | - |
| XYZ | 29.48 | 41.2 | 9.53 | - |
| YUV | 157.75 | 67.75 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 51 | 0.23 | 0 | 0.73 | 0.27 | 79.11 | 0.57 | 0.46 |
| Hex | 8F | BA | 33 | 17 | 0 | 49 | 1B | 4F | 39 | 2E |
| Octal | 217 | 272 | 63 | 27 | 0 | 111 | 33 | 117 | 71 | 56 |
| Binary | 10001111 | 10111010 | 110011 | 10111 | 0 | 1001001 | 11011 | 1001111 | 111001 | 101110 |
Color Harmonies of #8FBA33
Complementary color
Monochromatic Colors of #8FBA33
Black with #8FBA33
Text Example
Text Example
White with #8FBA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBA33; }
p { color: rgb(143,186,51); }
H1.HeaderClassName
{
color: #8FBA33;
}
.AnyTagClassName
{
color: #8FBA33;
}
</style>
background-color css
<style>
a { background-color: #8FBA33; }
a { background-color: rgb(143,186,51); }
div.DivClassName
{
background-color: #8FBA33;
}
.BgClassName
{
background-color: #8FBA33;
}
</style>
border-color css
<style>
span { border-color: #8FBA33; }
span { border-color: rgb(143,186,51); }
td.TdClassName
{
border-color: #8FBA33;
}
.TagClassName
{
border-color: #8FBA33;
}
</style>