Shades of Limerick #8FB73A
Tints of Limerick #8FB73A
RGB
CMYK
RGB Variations
Color information
#8FB73A (or 0x8FB73A) is known color: Limerick. HEX triplet: 8F, B7 and 3A. RGB value is (143,183,58). Sum of RGB (Red+Green+Blue) = 143+183+58=384 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.24% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 183 - color contains mainly: green. Hex color #8FB73A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FB73A is #7048C5. Grayscale: #9D9D9D. Windows color (decimal): -7358662 or 3848079. OLE color: 3848079.
HSL color Cylindrical-coordinate representation of color #8FB73A: hue angle of 79.2º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8FB73A is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 183 | 58 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.28 |
| HSL | 79.2º | 0.52% | 0.47% | - |
| HSV(B) | 79.2º | 0.68% | 0.72% | - |
| XYZ | 29.02 | 40.01 | 10.2 | - |
| YUV | 156.79 | 72.25 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 183 | 58 | 0.22 | 0 | 0.68 | 0.28 | 79.2 | 0.52 | 0.47 |
| Hex | 8F | B7 | 3A | 16 | 0 | 44 | 1C | 4F | 34 | 2F |
| Octal | 217 | 267 | 72 | 26 | 0 | 104 | 34 | 117 | 64 | 57 |
| Binary | 10001111 | 10110111 | 111010 | 10110 | 0 | 1000100 | 11100 | 1001111 | 110100 | 101111 |
Color Harmonies of #8FB73A
Complementary color
Monochromatic Colors of #8FB73A
Black with #8FB73A
Text Example
Text Example
White with #8FB73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB73A; }
p { color: rgb(143,183,58); }
H1.HeaderClassName
{
color: #8FB73A;
}
.AnyTagClassName
{
color: #8FB73A;
}
</style>
background-color css
<style>
a { background-color: #8FB73A; }
a { background-color: rgb(143,183,58); }
div.DivClassName
{
background-color: #8FB73A;
}
.BgClassName
{
background-color: #8FB73A;
}
</style>
border-color css
<style>
span { border-color: #8FB73A; }
span { border-color: rgb(143,183,58); }
td.TdClassName
{
border-color: #8FB73A;
}
.TagClassName
{
border-color: #8FB73A;
}
</style>