Shades of Limerick #8DB025
Tints of Limerick #8DB025
RGB
CMYK
RGB Variations
Color information
#8DB025 (or 0x8DB025) is known color: Limerick. HEX triplet: 8D, B0 and 25. RGB value is (141,176,37). Sum of RGB (Red+Green+Blue) = 141+176+37=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 176 (69.14% from 255 or 49.72% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB025 is #724FDA. Grayscale: #969696. Windows color (decimal): -7491547 or 2470029. OLE color: 2470029.
HSL color Cylindrical-coordinate representation of color #8DB025: hue angle of 75.11º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8DB025 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 176 | 37 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.31 |
| HSL | 75.11º | 0.65% | 0.42% | - |
| HSV(B) | 75.11º | 0.79% | 0.69% | - |
| XYZ | 26.84 | 36.85 | 7.45 | - |
| YUV | 149.69 | 64.4 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 37 | 0.20 | 0 | 0.79 | 0.31 | 75.11 | 0.65 | 0.42 |
| Hex | 8D | B0 | 25 | 14 | 0 | 4F | 1F | 4B | 41 | 2A |
| Octal | 215 | 260 | 45 | 24 | 0 | 117 | 37 | 113 | 101 | 52 |
| Binary | 10001101 | 10110000 | 100101 | 10100 | 0 | 1001111 | 11111 | 1001011 | 1000001 | 101010 |
Color Harmonies of #8DB025
Complementary color
Monochromatic Colors of #8DB025
Black with #8DB025
Text Example
Text Example
White with #8DB025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB025; }
p { color: rgb(141,176,37); }
H1.HeaderClassName
{
color: #8DB025;
}
.AnyTagClassName
{
color: #8DB025;
}
</style>
background-color css
<style>
a { background-color: #8DB025; }
a { background-color: rgb(141,176,37); }
div.DivClassName
{
background-color: #8DB025;
}
.BgClassName
{
background-color: #8DB025;
}
</style>
border-color css
<style>
span { border-color: #8DB025; }
span { border-color: rgb(141,176,37); }
td.TdClassName
{
border-color: #8DB025;
}
.TagClassName
{
border-color: #8DB025;
}
</style>