Shades of Limerick #8FBE20
Tints of Limerick #8FBE20
RGB
CMYK
RGB Variations
Color information
#8FBE20 (or 0x8FBE20) is known color: Limerick. HEX triplet: 8F, BE and 20. RGB value is (143,190,32). Sum of RGB (Red+Green+Blue) = 143+190+32=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #8FBE20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBE20 is #7041DF. Grayscale: #9E9E9E. Windows color (decimal): -7356896 or 2145935. OLE color: 2145935.
HSL color Cylindrical-coordinate representation of color #8FBE20: hue angle of 77.85º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8FBE20 is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 190 | 32 | - |
| CMYK | 0.25 | 0 | 0.83 | 0.25 |
| HSL | 77.85º | 0.71% | 0.44% | - |
| HSV(B) | 77.85º | 0.83% | 0.75% | - |
| XYZ | 30 | 42.77 | 8.04 | - |
| YUV | 157.94 | 56.93 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 32 | 0.25 | 0 | 0.83 | 0.25 | 77.85 | 0.71 | 0.44 |
| Hex | 8F | BE | 20 | 19 | 0 | 53 | 19 | 4E | 47 | 2C |
| Octal | 217 | 276 | 40 | 31 | 0 | 123 | 31 | 116 | 107 | 54 |
| Binary | 10001111 | 10111110 | 100000 | 11001 | 0 | 1010011 | 11001 | 1001110 | 1000111 | 101100 |
Color Harmonies of #8FBE20
Complementary color
Monochromatic Colors of #8FBE20
Black with #8FBE20
Text Example
Text Example
White with #8FBE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBE20; }
p { color: rgb(143,190,32); }
H1.HeaderClassName
{
color: #8FBE20;
}
.AnyTagClassName
{
color: #8FBE20;
}
</style>
background-color css
<style>
a { background-color: #8FBE20; }
a { background-color: rgb(143,190,32); }
div.DivClassName
{
background-color: #8FBE20;
}
.BgClassName
{
background-color: #8FBE20;
}
</style>
border-color css
<style>
span { border-color: #8FBE20; }
span { border-color: rgb(143,190,32); }
td.TdClassName
{
border-color: #8FBE20;
}
.TagClassName
{
border-color: #8FBE20;
}
</style>