Shades of Limerick #8DBB2B
Tints of Limerick #8DBB2B
RGB
CMYK
RGB Variations
Color information
#8DBB2B (or 0x8DBB2B) is known color: Limerick. HEX triplet: 8D, BB and 2B. RGB value is (141,187,43). Sum of RGB (Red+Green+Blue) = 141+187+43=371 (49% of max value = 765). Red value is 141 (55.47% from 255 or 38.01% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBB2B is #7244D4. Grayscale: #9D9D9D. Windows color (decimal): -7488725 or 2866061. OLE color: 2866061.
HSL color Cylindrical-coordinate representation of color #8DBB2B: hue angle of 79.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8DBB2B is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 187 | 43 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.27 |
| HSL | 79.17º | 0.63% | 0.45% | - |
| HSV(B) | 79.17º | 0.77% | 0.73% | - |
| XYZ | 29.19 | 41.38 | 8.73 | - |
| YUV | 156.83 | 63.76 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 43 | 0.25 | 0 | 0.77 | 0.27 | 79.17 | 0.63 | 0.45 |
| Hex | 8D | BB | 2B | 19 | 0 | 4D | 1B | 4F | 3F | 2D |
| Octal | 215 | 273 | 53 | 31 | 0 | 115 | 33 | 117 | 77 | 55 |
| Binary | 10001101 | 10111011 | 101011 | 11001 | 0 | 1001101 | 11011 | 1001111 | 111111 | 101101 |
Color Harmonies of #8DBB2B
Complementary color
Monochromatic Colors of #8DBB2B
Black with #8DBB2B
Text Example
Text Example
White with #8DBB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBB2B; }
p { color: rgb(141,187,43); }
H1.HeaderClassName
{
color: #8DBB2B;
}
.AnyTagClassName
{
color: #8DBB2B;
}
</style>
background-color css
<style>
a { background-color: #8DBB2B; }
a { background-color: rgb(141,187,43); }
div.DivClassName
{
background-color: #8DBB2B;
}
.BgClassName
{
background-color: #8DBB2B;
}
</style>
border-color css
<style>
span { border-color: #8DBB2B; }
span { border-color: rgb(141,187,43); }
td.TdClassName
{
border-color: #8DBB2B;
}
.TagClassName
{
border-color: #8DBB2B;
}
</style>