Shades of Limerick #8DB32B
Tints of Limerick #8DB32B
RGB
CMYK
RGB Variations
Color information
#8DB32B (or 0x8DB32B) is known color: Limerick. HEX triplet: 8D, B3 and 2B. RGB value is (141,179,43). Sum of RGB (Red+Green+Blue) = 141+179+43=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 179 (70.31% from 255 or 49.31% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB32B is #724CD4. Grayscale: #989898. Windows color (decimal): -7490773 or 2864013. OLE color: 2864013.
HSL color Cylindrical-coordinate representation of color #8DB32B: hue angle of 76.76º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8DB32B is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 179 | 43 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.30 |
| HSL | 76.76º | 0.61% | 0.44% | - |
| HSV(B) | 76.76º | 0.76% | 0.7% | - |
| XYZ | 27.54 | 38.08 | 8.18 | - |
| YUV | 152.13 | 66.41 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 179 | 43 | 0.21 | 0 | 0.76 | 0.30 | 76.76 | 0.61 | 0.44 |
| Hex | 8D | B3 | 2B | 15 | 0 | 4C | 1E | 4D | 3D | 2C |
| Octal | 215 | 263 | 53 | 25 | 0 | 114 | 36 | 115 | 75 | 54 |
| Binary | 10001101 | 10110011 | 101011 | 10101 | 0 | 1001100 | 11110 | 1001101 | 111101 | 101100 |
Color Harmonies of #8DB32B
Complementary color
Monochromatic Colors of #8DB32B
Black with #8DB32B
Text Example
Text Example
White with #8DB32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB32B; }
p { color: rgb(141,179,43); }
H1.HeaderClassName
{
color: #8DB32B;
}
.AnyTagClassName
{
color: #8DB32B;
}
</style>
background-color css
<style>
a { background-color: #8DB32B; }
a { background-color: rgb(141,179,43); }
div.DivClassName
{
background-color: #8DB32B;
}
.BgClassName
{
background-color: #8DB32B;
}
</style>
border-color css
<style>
span { border-color: #8DB32B; }
span { border-color: rgb(141,179,43); }
td.TdClassName
{
border-color: #8DB32B;
}
.TagClassName
{
border-color: #8DB32B;
}
</style>