Shades of Limerick #8CB31C
Tints of Limerick #8CB31C
RGB
CMYK
RGB Variations
Color information
#8CB31C (or 0x8CB31C) is known color: Limerick. HEX triplet: 8C, B3 and 1C. RGB value is (140,179,28). Sum of RGB (Red+Green+Blue) = 140+179+28=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 179 (70.31% from 255 or 51.59% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 179 - color contains mainly: green. Hex color #8CB31C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB31C is #734CE3. Grayscale: #969696. Windows color (decimal): -7556324 or 1880972. OLE color: 1880972.
HSL color Cylindrical-coordinate representation of color #8CB31C: hue angle of 75.5º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8CB31C is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 179 | 28 | - |
| CMYK | 0.22 | 0 | 0.84 | 0.30 |
| HSL | 75.5º | 0.73% | 0.41% | - |
| HSV(B) | 75.5º | 0.84% | 0.7% | - |
| XYZ | 27.14 | 37.9 | 6.98 | - |
| YUV | 150.13 | 59.08 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 179 | 28 | 0.22 | 0 | 0.84 | 0.30 | 75.5 | 0.73 | 0.41 |
| Hex | 8C | B3 | 1C | 16 | 0 | 54 | 1E | 4B | 49 | 29 |
| Octal | 214 | 263 | 34 | 26 | 0 | 124 | 36 | 113 | 111 | 51 |
| Binary | 10001100 | 10110011 | 11100 | 10110 | 0 | 1010100 | 11110 | 1001011 | 1001001 | 101001 |
Color Harmonies of #8CB31C
Complementary color
Monochromatic Colors of #8CB31C
Black with #8CB31C
Text Example
Text Example
White with #8CB31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB31C; }
p { color: rgb(140,179,28); }
H1.HeaderClassName
{
color: #8CB31C;
}
.AnyTagClassName
{
color: #8CB31C;
}
</style>
background-color css
<style>
a { background-color: #8CB31C; }
a { background-color: rgb(140,179,28); }
div.DivClassName
{
background-color: #8CB31C;
}
.BgClassName
{
background-color: #8CB31C;
}
</style>
border-color css
<style>
span { border-color: #8CB31C; }
span { border-color: rgb(140,179,28); }
td.TdClassName
{
border-color: #8CB31C;
}
.TagClassName
{
border-color: #8CB31C;
}
</style>