Shades of Limerick #8DB41F
Tints of Limerick #8DB41F
RGB
CMYK
RGB Variations
Color information
#8DB41F (or 0x8DB41F) is known color: Limerick. HEX triplet: 8D, B4 and 1F. RGB value is (141,180,31). Sum of RGB (Red+Green+Blue) = 141+180+31=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 180 (70.70% from 255 or 51.14% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB41F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB41F is #724BE0. Grayscale: #979797. Windows color (decimal): -7490529 or 2077837. OLE color: 2077837.
HSL color Cylindrical-coordinate representation of color #8DB41F: hue angle of 75.7º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8DB41F is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 180 | 31 | - |
| CMYK | 0.22 | 0 | 0.83 | 0.29 |
| HSL | 75.7º | 0.71% | 0.41% | - |
| HSV(B) | 75.7º | 0.83% | 0.71% | - |
| XYZ | 27.55 | 38.4 | 7.26 | - |
| YUV | 151.35 | 60.08 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 31 | 0.22 | 0 | 0.83 | 0.29 | 75.7 | 0.71 | 0.41 |
| Hex | 8D | B4 | 1F | 16 | 0 | 53 | 1D | 4C | 47 | 29 |
| Octal | 215 | 264 | 37 | 26 | 0 | 123 | 35 | 114 | 107 | 51 |
| Binary | 10001101 | 10110100 | 11111 | 10110 | 0 | 1010011 | 11101 | 1001100 | 1000111 | 101001 |
Color Harmonies of #8DB41F
Complementary color
Monochromatic Colors of #8DB41F
Black with #8DB41F
Text Example
Text Example
White with #8DB41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB41F; }
p { color: rgb(141,180,31); }
H1.HeaderClassName
{
color: #8DB41F;
}
.AnyTagClassName
{
color: #8DB41F;
}
</style>
background-color css
<style>
a { background-color: #8DB41F; }
a { background-color: rgb(141,180,31); }
div.DivClassName
{
background-color: #8DB41F;
}
.BgClassName
{
background-color: #8DB41F;
}
</style>
border-color css
<style>
span { border-color: #8DB41F; }
span { border-color: rgb(141,180,31); }
td.TdClassName
{
border-color: #8DB41F;
}
.TagClassName
{
border-color: #8DB41F;
}
</style>