Shades of Limerick #8DB32D
Tints of Limerick #8DB32D
RGB
CMYK
RGB Variations
Color information
#8DB32D (or 0x8DB32D) is known color: Limerick. HEX triplet: 8D, B3 and 2D. RGB value is (141,179,45). Sum of RGB (Red+Green+Blue) = 141+179+45=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB32D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB32D is #724CD2. Grayscale: #989898. Windows color (decimal): -7490771 or 2995085. OLE color: 2995085.
HSL color Cylindrical-coordinate representation of color #8DB32D: hue angle of 77.01º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8DB32D is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 179 | 45 | - |
| CMYK | 0.21 | 0 | 0.75 | 0.30 |
| HSL | 77.01º | 0.6% | 0.44% | - |
| HSV(B) | 77.01º | 0.75% | 0.7% | - |
| XYZ | 27.58 | 38.09 | 8.38 | - |
| YUV | 152.36 | 67.41 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 179 | 45 | 0.21 | 0 | 0.75 | 0.30 | 77.01 | 0.6 | 0.44 |
| Hex | 8D | B3 | 2D | 15 | 0 | 4B | 1E | 4D | 3C | 2C |
| Octal | 215 | 263 | 55 | 25 | 0 | 113 | 36 | 115 | 74 | 54 |
| Binary | 10001101 | 10110011 | 101101 | 10101 | 0 | 1001011 | 11110 | 1001101 | 111100 | 101100 |
Color Harmonies of #8DB32D
Complementary color
Monochromatic Colors of #8DB32D
Black with #8DB32D
Text Example
Text Example
White with #8DB32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB32D; }
p { color: rgb(141,179,45); }
H1.HeaderClassName
{
color: #8DB32D;
}
.AnyTagClassName
{
color: #8DB32D;
}
</style>
background-color css
<style>
a { background-color: #8DB32D; }
a { background-color: rgb(141,179,45); }
div.DivClassName
{
background-color: #8DB32D;
}
.BgClassName
{
background-color: #8DB32D;
}
</style>
border-color css
<style>
span { border-color: #8DB32D; }
span { border-color: rgb(141,179,45); }
td.TdClassName
{
border-color: #8DB32D;
}
.TagClassName
{
border-color: #8DB32D;
}
</style>