Shades of Limerick #8DBF1D
Tints of Limerick #8DBF1D
RGB
CMYK
RGB Variations
Color information
#8DBF1D (or 0x8DBF1D) is known color: Limerick. HEX triplet: 8D, BF and 1D. RGB value is (141,191,29). Sum of RGB (Red+Green+Blue) = 141+191+29=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 191 (75% from 255 or 52.91% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBF1D is #7240E2. Grayscale: #9E9E9E. Windows color (decimal): -7487715 or 1949581. OLE color: 1949581.
HSL color Cylindrical-coordinate representation of color #8DBF1D: hue angle of 78.52º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8DBF1D is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 29 | - |
| CMYK | 0.26 | 0 | 0.85 | 0.25 |
| HSL | 78.52º | 0.74% | 0.43% | - |
| HSV(B) | 78.52º | 0.85% | 0.75% | - |
| XYZ | 29.84 | 43.01 | 7.89 | - |
| YUV | 157.58 | 55.44 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 29 | 0.26 | 0 | 0.85 | 0.25 | 78.52 | 0.74 | 0.43 |
| Hex | 8D | BF | 1D | 1A | 0 | 55 | 19 | 4F | 4A | 2B |
| Octal | 215 | 277 | 35 | 32 | 0 | 125 | 31 | 117 | 112 | 53 |
| Binary | 10001101 | 10111111 | 11101 | 11010 | 0 | 1010101 | 11001 | 1001111 | 1001010 | 101011 |
Color Harmonies of #8DBF1D
Complementary color
Monochromatic Colors of #8DBF1D
Black with #8DBF1D
Text Example
Text Example
White with #8DBF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF1D; }
p { color: rgb(141,191,29); }
H1.HeaderClassName
{
color: #8DBF1D;
}
.AnyTagClassName
{
color: #8DBF1D;
}
</style>
background-color css
<style>
a { background-color: #8DBF1D; }
a { background-color: rgb(141,191,29); }
div.DivClassName
{
background-color: #8DBF1D;
}
.BgClassName
{
background-color: #8DBF1D;
}
</style>
border-color css
<style>
span { border-color: #8DBF1D; }
span { border-color: rgb(141,191,29); }
td.TdClassName
{
border-color: #8DBF1D;
}
.TagClassName
{
border-color: #8DBF1D;
}
</style>