Shades of Limerick #8FB23C
Tints of Limerick #8FB23C
RGB
CMYK
RGB Variations
Color information
#8FB23C (or 0x8FB23C) is known color: Limerick. HEX triplet: 8F, B2 and 3C. RGB value is (143,178,60). Sum of RGB (Red+Green+Blue) = 143+178+60=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 60 (23.83% from 255 or 15.75% from 381); Max value from RGB is 178 - color contains mainly: green. Hex color #8FB23C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FB23C is #704DC3. Grayscale: #9A9A9A. Windows color (decimal): -7359940 or 3977871. OLE color: 3977871.
HSL color Cylindrical-coordinate representation of color #8FB23C: hue angle of 77.8º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8FB23C is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 178 | 60 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.30 |
| HSL | 77.8º | 0.5% | 0.47% | - |
| HSV(B) | 77.8º | 0.66% | 0.7% | - |
| XYZ | 28.06 | 38.01 | 10.13 | - |
| YUV | 154.08 | 74.9 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 178 | 60 | 0.20 | 0 | 0.66 | 0.30 | 77.8 | 0.5 | 0.47 |
| Hex | 8F | B2 | 3C | 14 | 0 | 42 | 1E | 4E | 32 | 2F |
| Octal | 217 | 262 | 74 | 24 | 0 | 102 | 36 | 116 | 62 | 57 |
| Binary | 10001111 | 10110010 | 111100 | 10100 | 0 | 1000010 | 11110 | 1001110 | 110010 | 101111 |
Color Harmonies of #8FB23C
Complementary color
Monochromatic Colors of #8FB23C
Black with #8FB23C
Text Example
Text Example
White with #8FB23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB23C; }
p { color: rgb(143,178,60); }
H1.HeaderClassName
{
color: #8FB23C;
}
.AnyTagClassName
{
color: #8FB23C;
}
</style>
background-color css
<style>
a { background-color: #8FB23C; }
a { background-color: rgb(143,178,60); }
div.DivClassName
{
background-color: #8FB23C;
}
.BgClassName
{
background-color: #8FB23C;
}
</style>
border-color css
<style>
span { border-color: #8FB23C; }
span { border-color: rgb(143,178,60); }
td.TdClassName
{
border-color: #8FB23C;
}
.TagClassName
{
border-color: #8FB23C;
}
</style>