Shades of Limerick #8DBA25
Tints of Limerick #8DBA25
RGB
CMYK
RGB Variations
Color information
#8DBA25 (or 0x8DBA25) is known color: Limerick. HEX triplet: 8D, BA and 25. RGB value is (141,186,37). Sum of RGB (Red+Green+Blue) = 141+186+37=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 186 (73.05% from 255 or 51.10% from 364); Blue value is 37 (14.84% from 255 or 10.16% from 364); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBA25 is #7245DA. Grayscale: #9C9C9C. Windows color (decimal): -7488987 or 2472589. OLE color: 2472589.
HSL color Cylindrical-coordinate representation of color #8DBA25: hue angle of 78.12º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8DBA25 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 186 | 37 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.27 |
| HSL | 78.12º | 0.67% | 0.44% | - |
| HSV(B) | 78.12º | 0.8% | 0.73% | - |
| XYZ | 28.88 | 40.91 | 8.13 | - |
| YUV | 155.56 | 61.09 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 37 | 0.24 | 0 | 0.80 | 0.27 | 78.12 | 0.67 | 0.44 |
| Hex | 8D | BA | 25 | 18 | 0 | 50 | 1B | 4E | 43 | 2C |
| Octal | 215 | 272 | 45 | 30 | 0 | 120 | 33 | 116 | 103 | 54 |
| Binary | 10001101 | 10111010 | 100101 | 11000 | 0 | 1010000 | 11011 | 1001110 | 1000011 | 101100 |
Color Harmonies of #8DBA25
Complementary color
Monochromatic Colors of #8DBA25
Black with #8DBA25
Text Example
Text Example
White with #8DBA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBA25; }
p { color: rgb(141,186,37); }
H1.HeaderClassName
{
color: #8DBA25;
}
.AnyTagClassName
{
color: #8DBA25;
}
</style>
background-color css
<style>
a { background-color: #8DBA25; }
a { background-color: rgb(141,186,37); }
div.DivClassName
{
background-color: #8DBA25;
}
.BgClassName
{
background-color: #8DBA25;
}
</style>
border-color css
<style>
span { border-color: #8DBA25; }
span { border-color: rgb(141,186,37); }
td.TdClassName
{
border-color: #8DBA25;
}
.TagClassName
{
border-color: #8DBA25;
}
</style>