Shades of Limerick #8DB927
Tints of Limerick #8DB927
RGB
CMYK
RGB Variations
Color information
#8DB927 (or 0x8DB927) is known color: Limerick. HEX triplet: 8D, B9 and 27. RGB value is (141,185,39). Sum of RGB (Red+Green+Blue) = 141+185+39=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 185 (72.66% from 255 or 50.68% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB927 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB927 is #7246D8. Grayscale: #9B9B9B. Windows color (decimal): -7489241 or 2603405. OLE color: 2603405.
HSL color Cylindrical-coordinate representation of color #8DB927: hue angle of 78.08º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8DB927 is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 185 | 39 | - |
| CMYK | 0.24 | 0 | 0.79 | 0.27 |
| HSL | 78.08º | 0.65% | 0.44% | - |
| HSV(B) | 78.08º | 0.79% | 0.73% | - |
| XYZ | 28.7 | 40.51 | 8.23 | - |
| YUV | 155.2 | 62.42 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 39 | 0.24 | 0 | 0.79 | 0.27 | 78.08 | 0.65 | 0.44 |
| Hex | 8D | B9 | 27 | 18 | 0 | 4F | 1B | 4E | 41 | 2C |
| Octal | 215 | 271 | 47 | 30 | 0 | 117 | 33 | 116 | 101 | 54 |
| Binary | 10001101 | 10111001 | 100111 | 11000 | 0 | 1001111 | 11011 | 1001110 | 1000001 | 101100 |
Color Harmonies of #8DB927
Complementary color
Monochromatic Colors of #8DB927
Black with #8DB927
Text Example
Text Example
White with #8DB927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB927; }
p { color: rgb(141,185,39); }
H1.HeaderClassName
{
color: #8DB927;
}
.AnyTagClassName
{
color: #8DB927;
}
</style>
background-color css
<style>
a { background-color: #8DB927; }
a { background-color: rgb(141,185,39); }
div.DivClassName
{
background-color: #8DB927;
}
.BgClassName
{
background-color: #8DB927;
}
</style>
border-color css
<style>
span { border-color: #8DB927; }
span { border-color: rgb(141,185,39); }
td.TdClassName
{
border-color: #8DB927;
}
.TagClassName
{
border-color: #8DB927;
}
</style>