Shades of Limerick #8DB625
Tints of Limerick #8DB625
RGB
CMYK
RGB Variations
Color information
#8DB625 (or 0x8DB625) is known color: Limerick. HEX triplet: 8D, B6 and 25. RGB value is (141,182,37). Sum of RGB (Red+Green+Blue) = 141+182+37=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 182 (71.48% from 255 or 50.56% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB625 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB625 is #7249DA. Grayscale: #999999. Windows color (decimal): -7490011 or 2471565. OLE color: 2471565.
HSL color Cylindrical-coordinate representation of color #8DB625: hue angle of 76.97º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8DB625 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 182 | 37 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.29 |
| HSL | 76.97º | 0.66% | 0.43% | - |
| HSV(B) | 76.97º | 0.8% | 0.71% | - |
| XYZ | 28.05 | 39.25 | 7.85 | - |
| YUV | 153.21 | 62.42 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 37 | 0.23 | 0 | 0.80 | 0.29 | 76.97 | 0.66 | 0.43 |
| Hex | 8D | B6 | 25 | 17 | 0 | 50 | 1D | 4D | 42 | 2B |
| Octal | 215 | 266 | 45 | 27 | 0 | 120 | 35 | 115 | 102 | 53 |
| Binary | 10001101 | 10110110 | 100101 | 10111 | 0 | 1010000 | 11101 | 1001101 | 1000010 | 101011 |
Color Harmonies of #8DB625
Complementary color
Monochromatic Colors of #8DB625
Black with #8DB625
Text Example
Text Example
White with #8DB625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB625; }
p { color: rgb(141,182,37); }
H1.HeaderClassName
{
color: #8DB625;
}
.AnyTagClassName
{
color: #8DB625;
}
</style>
background-color css
<style>
a { background-color: #8DB625; }
a { background-color: rgb(141,182,37); }
div.DivClassName
{
background-color: #8DB625;
}
.BgClassName
{
background-color: #8DB625;
}
</style>
border-color css
<style>
span { border-color: #8DB625; }
span { border-color: rgb(141,182,37); }
td.TdClassName
{
border-color: #8DB625;
}
.TagClassName
{
border-color: #8DB625;
}
</style>