Shades of Limerick #8DBC2B
Tints of Limerick #8DBC2B
RGB
CMYK
RGB Variations
Color information
#8DBC2B (or 0x8DBC2B) is known color: Limerick. HEX triplet: 8D, BC and 2B. RGB value is (141,188,43). Sum of RGB (Red+Green+Blue) = 141+188+43=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 43 (17.19% from 255 or 11.56% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBC2B is #7243D4. Grayscale: #9D9D9D. Windows color (decimal): -7488469 or 2866317. OLE color: 2866317.
HSL color Cylindrical-coordinate representation of color #8DBC2B: hue angle of 79.45º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8DBC2B is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 188 | 43 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.26 |
| HSL | 79.45º | 0.63% | 0.45% | - |
| HSV(B) | 79.45º | 0.77% | 0.74% | - |
| XYZ | 29.4 | 41.8 | 8.8 | - |
| YUV | 157.42 | 63.43 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 188 | 43 | 0.25 | 0 | 0.77 | 0.26 | 79.45 | 0.63 | 0.45 |
| Hex | 8D | BC | 2B | 19 | 0 | 4D | 1A | 4F | 3F | 2D |
| Octal | 215 | 274 | 53 | 31 | 0 | 115 | 32 | 117 | 77 | 55 |
| Binary | 10001101 | 10111100 | 101011 | 11001 | 0 | 1001101 | 11010 | 1001111 | 111111 | 101101 |
Color Harmonies of #8DBC2B
Complementary color
Monochromatic Colors of #8DBC2B
Black with #8DBC2B
Text Example
Text Example
White with #8DBC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBC2B; }
p { color: rgb(141,188,43); }
H1.HeaderClassName
{
color: #8DBC2B;
}
.AnyTagClassName
{
color: #8DBC2B;
}
</style>
background-color css
<style>
a { background-color: #8DBC2B; }
a { background-color: rgb(141,188,43); }
div.DivClassName
{
background-color: #8DBC2B;
}
.BgClassName
{
background-color: #8DBC2B;
}
</style>
border-color css
<style>
span { border-color: #8DBC2B; }
span { border-color: rgb(141,188,43); }
td.TdClassName
{
border-color: #8DBC2B;
}
.TagClassName
{
border-color: #8DBC2B;
}
</style>