Shades of Limerick #8DB31C
Tints of Limerick #8DB31C
RGB
CMYK
RGB Variations
Color information
#8DB31C (or 0x8DB31C) is known color: Limerick. HEX triplet: 8D, B3 and 1C. RGB value is (141,179,28). Sum of RGB (Red+Green+Blue) = 141+179+28=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 179 (70.31% from 255 or 51.44% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB31C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB31C is #724CE3. Grayscale: #969696. Windows color (decimal): -7490788 or 1880973. OLE color: 1880973.
HSL color Cylindrical-coordinate representation of color #8DB31C: hue angle of 75.1º 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 #8DB31C is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 179 | 28 | - |
| CMYK | 0.21 | 0 | 0.84 | 0.30 |
| HSL | 75.1º | 0.73% | 0.41% | - |
| HSV(B) | 75.1º | 0.84% | 0.7% | - |
| XYZ | 27.31 | 37.99 | 6.99 | - |
| YUV | 150.42 | 58.91 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 179 | 28 | 0.21 | 0 | 0.84 | 0.30 | 75.1 | 0.73 | 0.41 |
| Hex | 8D | B3 | 1C | 15 | 0 | 54 | 1E | 4B | 49 | 29 |
| Octal | 215 | 263 | 34 | 25 | 0 | 124 | 36 | 113 | 111 | 51 |
| Binary | 10001101 | 10110011 | 11100 | 10101 | 0 | 1010100 | 11110 | 1001011 | 1001001 | 101001 |
Color Harmonies of #8DB31C
Complementary color
Monochromatic Colors of #8DB31C
Black with #8DB31C
Text Example
Text Example
White with #8DB31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB31C; }
p { color: rgb(141,179,28); }
H1.HeaderClassName
{
color: #8DB31C;
}
.AnyTagClassName
{
color: #8DB31C;
}
</style>
background-color css
<style>
a { background-color: #8DB31C; }
a { background-color: rgb(141,179,28); }
div.DivClassName
{
background-color: #8DB31C;
}
.BgClassName
{
background-color: #8DB31C;
}
</style>
border-color css
<style>
span { border-color: #8DB31C; }
span { border-color: rgb(141,179,28); }
td.TdClassName
{
border-color: #8DB31C;
}
.TagClassName
{
border-color: #8DB31C;
}
</style>