Shades of Limerick #8DBB25
Tints of Limerick #8DBB25
RGB
CMYK
RGB Variations
Color information
#8DBB25 (or 0x8DBB25) is known color: Limerick. HEX triplet: 8D, BB and 25. RGB value is (141,187,37). Sum of RGB (Red+Green+Blue) = 141+187+37=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 187 (73.44% from 255 or 51.23% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBB25 is #7244DA. Grayscale: #9C9C9C. Windows color (decimal): -7488731 or 2472845. OLE color: 2472845.
HSL color Cylindrical-coordinate representation of color #8DBB25: hue angle of 78.4º 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 #8DBB25 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 187 | 37 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.27 |
| HSL | 78.4º | 0.67% | 0.44% | - |
| HSV(B) | 78.4º | 0.8% | 0.73% | - |
| XYZ | 29.09 | 41.34 | 8.2 | - |
| YUV | 156.15 | 60.76 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 37 | 0.25 | 0 | 0.80 | 0.27 | 78.4 | 0.67 | 0.44 |
| Hex | 8D | BB | 25 | 19 | 0 | 50 | 1B | 4E | 43 | 2C |
| Octal | 215 | 273 | 45 | 31 | 0 | 120 | 33 | 116 | 103 | 54 |
| Binary | 10001101 | 10111011 | 100101 | 11001 | 0 | 1010000 | 11011 | 1001110 | 1000011 | 101100 |
Color Harmonies of #8DBB25
Complementary color
Monochromatic Colors of #8DBB25
Black with #8DBB25
Text Example
Text Example
White with #8DBB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBB25; }
p { color: rgb(141,187,37); }
H1.HeaderClassName
{
color: #8DBB25;
}
.AnyTagClassName
{
color: #8DBB25;
}
</style>
background-color css
<style>
a { background-color: #8DBB25; }
a { background-color: rgb(141,187,37); }
div.DivClassName
{
background-color: #8DBB25;
}
.BgClassName
{
background-color: #8DBB25;
}
</style>
border-color css
<style>
span { border-color: #8DBB25; }
span { border-color: rgb(141,187,37); }
td.TdClassName
{
border-color: #8DBB25;
}
.TagClassName
{
border-color: #8DBB25;
}
</style>