Shades of Limerick #8CB11E
Tints of Limerick #8CB11E
RGB
CMYK
RGB Variations
Color information
#8CB11E (or 0x8CB11E) is known color: Limerick. HEX triplet: 8C, B1 and 1E. RGB value is (140,177,30). Sum of RGB (Red+Green+Blue) = 140+177+30=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 177 (69.53% from 255 or 51.01% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB11E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CB11E is #734EE1. Grayscale: #959595. Windows color (decimal): -7556834 or 2011532. OLE color: 2011532.
HSL color Cylindrical-coordinate representation of color #8CB11E: hue angle of 75.1º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8CB11E is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 177 | 30 | - |
| CMYK | 0.21 | 0 | 0.83 | 0.31 |
| HSL | 75.1º | 0.71% | 0.41% | - |
| HSV(B) | 75.1º | 0.83% | 0.69% | - |
| XYZ | 26.77 | 37.11 | 6.98 | - |
| YUV | 149.18 | 60.74 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 177 | 30 | 0.21 | 0 | 0.83 | 0.31 | 75.1 | 0.71 | 0.41 |
| Hex | 8C | B1 | 1E | 15 | 0 | 53 | 1F | 4B | 47 | 29 |
| Octal | 214 | 261 | 36 | 25 | 0 | 123 | 37 | 113 | 107 | 51 |
| Binary | 10001100 | 10110001 | 11110 | 10101 | 0 | 1010011 | 11111 | 1001011 | 1000111 | 101001 |
Color Harmonies of #8CB11E
Complementary color
Monochromatic Colors of #8CB11E
Black with #8CB11E
Text Example
Text Example
White with #8CB11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB11E; }
p { color: rgb(140,177,30); }
H1.HeaderClassName
{
color: #8CB11E;
}
.AnyTagClassName
{
color: #8CB11E;
}
</style>
background-color css
<style>
a { background-color: #8CB11E; }
a { background-color: rgb(140,177,30); }
div.DivClassName
{
background-color: #8CB11E;
}
.BgClassName
{
background-color: #8CB11E;
}
</style>
border-color css
<style>
span { border-color: #8CB11E; }
span { border-color: rgb(140,177,30); }
td.TdClassName
{
border-color: #8CB11E;
}
.TagClassName
{
border-color: #8CB11E;
}
</style>