Shades of Limerick #8DBC2F
Tints of Limerick #8DBC2F
RGB
CMYK
RGB Variations
Color information
#8DBC2F (or 0x8DBC2F) is known color: Limerick. HEX triplet: 8D, BC and 2F. RGB value is (141,188,47). Sum of RGB (Red+Green+Blue) = 141+188+47=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 47 (18.75% from 255 or 12.5% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBC2F is #7243D0. Grayscale: #9E9E9E. Windows color (decimal): -7488465 or 3128461. OLE color: 3128461.
HSL color Cylindrical-coordinate representation of color #8DBC2F: hue angle of 80º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8DBC2F is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 188 | 47 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.26 |
| HSL | 80º | 0.6% | 0.46% | - |
| HSV(B) | 80º | 0.75% | 0.74% | - |
| XYZ | 29.48 | 41.83 | 9.21 | - |
| YUV | 157.87 | 65.43 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 188 | 47 | 0.25 | 0 | 0.75 | 0.26 | 80 | 0.6 | 0.46 |
| Hex | 8D | BC | 2F | 19 | 0 | 4B | 1A | 50 | 3C | 2E |
| Octal | 215 | 274 | 57 | 31 | 0 | 113 | 32 | 120 | 74 | 56 |
| Binary | 10001101 | 10111100 | 101111 | 11001 | 0 | 1001011 | 11010 | 1010000 | 111100 | 101110 |
Color Harmonies of #8DBC2F
Complementary color
Monochromatic Colors of #8DBC2F
Black with #8DBC2F
Text Example
Text Example
White with #8DBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBC2F; }
p { color: rgb(141,188,47); }
H1.HeaderClassName
{
color: #8DBC2F;
}
.AnyTagClassName
{
color: #8DBC2F;
}
</style>
background-color css
<style>
a { background-color: #8DBC2F; }
a { background-color: rgb(141,188,47); }
div.DivClassName
{
background-color: #8DBC2F;
}
.BgClassName
{
background-color: #8DBC2F;
}
</style>
border-color css
<style>
span { border-color: #8DBC2F; }
span { border-color: rgb(141,188,47); }
td.TdClassName
{
border-color: #8DBC2F;
}
.TagClassName
{
border-color: #8DBC2F;
}
</style>