Shades of Limerick #8FBE1B
Tints of Limerick #8FBE1B
RGB
CMYK
RGB Variations
Color information
#8FBE1B (or 0x8FBE1B) is known color: Limerick. HEX triplet: 8F, BE and 1B. RGB value is (143,190,27). Sum of RGB (Red+Green+Blue) = 143+190+27=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 190 (74.61% from 255 or 52.78% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 190 - color contains mainly: green. Hex color #8FBE1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBE1B is #7041E4. Grayscale: #9D9D9D. Windows color (decimal): -7356901 or 1818255. OLE color: 1818255.
HSL color Cylindrical-coordinate representation of color #8FBE1B: hue angle of 77.3º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8FBE1B is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 190 | 27 | - |
| CMYK | 0.25 | 0 | 0.86 | 0.25 |
| HSL | 77.3º | 0.75% | 0.43% | - |
| HSV(B) | 77.3º | 0.86% | 0.75% | - |
| XYZ | 29.94 | 42.75 | 7.71 | - |
| YUV | 157.37 | 54.43 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 27 | 0.25 | 0 | 0.86 | 0.25 | 77.3 | 0.75 | 0.43 |
| Hex | 8F | BE | 1B | 19 | 0 | 56 | 19 | 4D | 4B | 2B |
| Octal | 217 | 276 | 33 | 31 | 0 | 126 | 31 | 115 | 113 | 53 |
| Binary | 10001111 | 10111110 | 11011 | 11001 | 0 | 1010110 | 11001 | 1001101 | 1001011 | 101011 |
Color Harmonies of #8FBE1B
Complementary color
Monochromatic Colors of #8FBE1B
Black with #8FBE1B
Text Example
Text Example
White with #8FBE1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBE1B; }
p { color: rgb(143,190,27); }
H1.HeaderClassName
{
color: #8FBE1B;
}
.AnyTagClassName
{
color: #8FBE1B;
}
</style>
background-color css
<style>
a { background-color: #8FBE1B; }
a { background-color: rgb(143,190,27); }
div.DivClassName
{
background-color: #8FBE1B;
}
.BgClassName
{
background-color: #8FBE1B;
}
</style>
border-color css
<style>
span { border-color: #8FBE1B; }
span { border-color: rgb(143,190,27); }
td.TdClassName
{
border-color: #8FBE1B;
}
.TagClassName
{
border-color: #8FBE1B;
}
</style>