Shades of Limerick #8DB51F
Tints of Limerick #8DB51F
RGB
CMYK
RGB Variations
Color information
#8DB51F (or 0x8DB51F) is known color: Limerick. HEX triplet: 8D, B5 and 1F. RGB value is (141,181,31). Sum of RGB (Red+Green+Blue) = 141+181+31=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 181 (71.09% from 255 or 51.27% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB51F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB51F is #724AE0. Grayscale: #989898. Windows color (decimal): -7490273 or 2078093. OLE color: 2078093.
HSL color Cylindrical-coordinate representation of color #8DB51F: hue angle of 76º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8DB51F is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 181 | 31 | - |
| CMYK | 0.22 | 0 | 0.83 | 0.29 |
| HSL | 76º | 0.71% | 0.42% | - |
| HSV(B) | 76º | 0.83% | 0.71% | - |
| XYZ | 27.76 | 38.81 | 7.32 | - |
| YUV | 151.94 | 59.75 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 31 | 0.22 | 0 | 0.83 | 0.29 | 76 | 0.71 | 0.42 |
| Hex | 8D | B5 | 1F | 16 | 0 | 53 | 1D | 4C | 47 | 2A |
| Octal | 215 | 265 | 37 | 26 | 0 | 123 | 35 | 114 | 107 | 52 |
| Binary | 10001101 | 10110101 | 11111 | 10110 | 0 | 1010011 | 11101 | 1001100 | 1000111 | 101010 |
Color Harmonies of #8DB51F
Complementary color
Monochromatic Colors of #8DB51F
Black with #8DB51F
Text Example
Text Example
White with #8DB51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB51F; }
p { color: rgb(141,181,31); }
H1.HeaderClassName
{
color: #8DB51F;
}
.AnyTagClassName
{
color: #8DB51F;
}
</style>
background-color css
<style>
a { background-color: #8DB51F; }
a { background-color: rgb(141,181,31); }
div.DivClassName
{
background-color: #8DB51F;
}
.BgClassName
{
background-color: #8DB51F;
}
</style>
border-color css
<style>
span { border-color: #8DB51F; }
span { border-color: rgb(141,181,31); }
td.TdClassName
{
border-color: #8DB51F;
}
.TagClassName
{
border-color: #8DB51F;
}
</style>