Shades of Limerick #8DB235
Tints of Limerick #8DB235
RGB
CMYK
RGB Variations
Color information
#8DB235 (or 0x8DB235) is known color: Limerick. HEX triplet: 8D, B2 and 35. RGB value is (141,178,53). Sum of RGB (Red+Green+Blue) = 141+178+53=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 178 (69.92% from 255 or 47.85% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB235 is #724DCA. Grayscale: #999999. Windows color (decimal): -7491019 or 3519117. OLE color: 3519117.
HSL color Cylindrical-coordinate representation of color #8DB235: hue angle of 77.76º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8DB235 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 178 | 53 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.30 |
| HSL | 77.76º | 0.54% | 0.45% | - |
| HSV(B) | 77.76º | 0.7% | 0.7% | - |
| XYZ | 27.55 | 37.76 | 9.2 | - |
| YUV | 152.69 | 71.74 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 53 | 0.21 | 0 | 0.70 | 0.30 | 77.76 | 0.54 | 0.45 |
| Hex | 8D | B2 | 35 | 15 | 0 | 46 | 1E | 4E | 36 | 2D |
| Octal | 215 | 262 | 65 | 25 | 0 | 106 | 36 | 116 | 66 | 55 |
| Binary | 10001101 | 10110010 | 110101 | 10101 | 0 | 1000110 | 11110 | 1001110 | 110110 | 101101 |
Color Harmonies of #8DB235
Complementary color
Monochromatic Colors of #8DB235
Black with #8DB235
Text Example
Text Example
White with #8DB235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB235; }
p { color: rgb(141,178,53); }
H1.HeaderClassName
{
color: #8DB235;
}
.AnyTagClassName
{
color: #8DB235;
}
</style>
background-color css
<style>
a { background-color: #8DB235; }
a { background-color: rgb(141,178,53); }
div.DivClassName
{
background-color: #8DB235;
}
.BgClassName
{
background-color: #8DB235;
}
</style>
border-color css
<style>
span { border-color: #8DB235; }
span { border-color: rgb(141,178,53); }
td.TdClassName
{
border-color: #8DB235;
}
.TagClassName
{
border-color: #8DB235;
}
</style>