Shades of Limerick #8DB232
Tints of Limerick #8DB232
RGB
CMYK
RGB Variations
Color information
#8DB232 (or 0x8DB232) is known color: Limerick. HEX triplet: 8D, B2 and 32. RGB value is (141,178,50). Sum of RGB (Red+Green+Blue) = 141+178+50=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB232 is #724DCD. Grayscale: #989898. Windows color (decimal): -7491022 or 3322509. OLE color: 3322509.
HSL color Cylindrical-coordinate representation of color #8DB232: hue angle of 77.34º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8DB232 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 178 | 50 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.30 |
| HSL | 77.34º | 0.56% | 0.45% | - |
| HSV(B) | 77.34º | 0.72% | 0.7% | - |
| XYZ | 27.48 | 37.73 | 8.85 | - |
| YUV | 152.35 | 70.24 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 50 | 0.21 | 0 | 0.72 | 0.30 | 77.34 | 0.56 | 0.45 |
| Hex | 8D | B2 | 32 | 15 | 0 | 48 | 1E | 4D | 38 | 2D |
| Octal | 215 | 262 | 62 | 25 | 0 | 110 | 36 | 115 | 70 | 55 |
| Binary | 10001101 | 10110010 | 110010 | 10101 | 0 | 1001000 | 11110 | 1001101 | 111000 | 101101 |
Color Harmonies of #8DB232
Complementary color
Monochromatic Colors of #8DB232
Black with #8DB232
Text Example
Text Example
White with #8DB232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB232; }
p { color: rgb(141,178,50); }
H1.HeaderClassName
{
color: #8DB232;
}
.AnyTagClassName
{
color: #8DB232;
}
</style>
background-color css
<style>
a { background-color: #8DB232; }
a { background-color: rgb(141,178,50); }
div.DivClassName
{
background-color: #8DB232;
}
.BgClassName
{
background-color: #8DB232;
}
</style>
border-color css
<style>
span { border-color: #8DB232; }
span { border-color: rgb(141,178,50); }
td.TdClassName
{
border-color: #8DB232;
}
.TagClassName
{
border-color: #8DB232;
}
</style>