Shades of Limerick #8DB33B
Tints of Limerick #8DB33B
RGB
CMYK
RGB Variations
Color information
#8DB33B (or 0x8DB33B) is known color: Limerick. HEX triplet: 8D, B3 and 3B. RGB value is (141,179,59). Sum of RGB (Red+Green+Blue) = 141+179+59=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 59 (23.44% from 255 or 15.57% from 379); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB33B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB33B is #724CC4. Grayscale: #9A9A9A. Windows color (decimal): -7490757 or 3912589. OLE color: 3912589.
HSL color Cylindrical-coordinate representation of color #8DB33B: hue angle of 79º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8DB33B is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 179 | 59 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.30 |
| HSL | 79º | 0.5% | 0.47% | - |
| HSV(B) | 79º | 0.67% | 0.7% | - |
| XYZ | 27.89 | 38.22 | 10.04 | - |
| YUV | 153.96 | 74.41 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 179 | 59 | 0.21 | 0 | 0.67 | 0.30 | 79 | 0.5 | 0.47 |
| Hex | 8D | B3 | 3B | 15 | 0 | 43 | 1E | 4F | 32 | 2F |
| Octal | 215 | 263 | 73 | 25 | 0 | 103 | 36 | 117 | 62 | 57 |
| Binary | 10001101 | 10110011 | 111011 | 10101 | 0 | 1000011 | 11110 | 1001111 | 110010 | 101111 |
Color Harmonies of #8DB33B
Complementary color
Monochromatic Colors of #8DB33B
Black with #8DB33B
Text Example
Text Example
White with #8DB33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB33B; }
p { color: rgb(141,179,59); }
H1.HeaderClassName
{
color: #8DB33B;
}
.AnyTagClassName
{
color: #8DB33B;
}
</style>
background-color css
<style>
a { background-color: #8DB33B; }
a { background-color: rgb(141,179,59); }
div.DivClassName
{
background-color: #8DB33B;
}
.BgClassName
{
background-color: #8DB33B;
}
</style>
border-color css
<style>
span { border-color: #8DB33B; }
span { border-color: rgb(141,179,59); }
td.TdClassName
{
border-color: #8DB33B;
}
.TagClassName
{
border-color: #8DB33B;
}
</style>