Shades of Limerick #8DB82F
Tints of Limerick #8DB82F
RGB
CMYK
RGB Variations
Color information
#8DB82F (or 0x8DB82F) is known color: Limerick. HEX triplet: 8D, B8 and 2F. RGB value is (141,184,47). Sum of RGB (Red+Green+Blue) = 141+184+47=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 184 (72.27% from 255 or 49.46% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB82F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB82F is #7247D0. Grayscale: #9C9C9C. Windows color (decimal): -7489489 or 3127437. OLE color: 3127437.
HSL color Cylindrical-coordinate representation of color #8DB82F: hue angle of 78.83º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8DB82F is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 184 | 47 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.28 |
| HSL | 78.83º | 0.59% | 0.45% | - |
| HSV(B) | 78.83º | 0.74% | 0.72% | - |
| XYZ | 28.64 | 40.15 | 8.93 | - |
| YUV | 155.53 | 66.75 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 184 | 47 | 0.23 | 0 | 0.74 | 0.28 | 78.83 | 0.59 | 0.45 |
| Hex | 8D | B8 | 2F | 17 | 0 | 4A | 1C | 4F | 3B | 2D |
| Octal | 215 | 270 | 57 | 27 | 0 | 112 | 34 | 117 | 73 | 55 |
| Binary | 10001101 | 10111000 | 101111 | 10111 | 0 | 1001010 | 11100 | 1001111 | 111011 | 101101 |
Color Harmonies of #8DB82F
Complementary color
Monochromatic Colors of #8DB82F
Black with #8DB82F
Text Example
Text Example
White with #8DB82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB82F; }
p { color: rgb(141,184,47); }
H1.HeaderClassName
{
color: #8DB82F;
}
.AnyTagClassName
{
color: #8DB82F;
}
</style>
background-color css
<style>
a { background-color: #8DB82F; }
a { background-color: rgb(141,184,47); }
div.DivClassName
{
background-color: #8DB82F;
}
.BgClassName
{
background-color: #8DB82F;
}
</style>
border-color css
<style>
span { border-color: #8DB82F; }
span { border-color: rgb(141,184,47); }
td.TdClassName
{
border-color: #8DB82F;
}
.TagClassName
{
border-color: #8DB82F;
}
</style>