Shades of Limerick #8DB632
Tints of Limerick #8DB632
RGB
CMYK
RGB Variations
Color information
#8DB632 (or 0x8DB632) is known color: Limerick. HEX triplet: 8D, B6 and 32. RGB value is (141,182,50). Sum of RGB (Red+Green+Blue) = 141+182+50=373 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.80% from 373); Green value is 182 (71.48% from 255 or 48.79% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB632 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DB632 is #7249CD. Grayscale: #9B9B9B. Windows color (decimal): -7489998 or 3323533. OLE color: 3323533.
HSL color Cylindrical-coordinate representation of color #8DB632: hue angle of 78.64º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8DB632 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 182 | 50 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.29 |
| HSL | 78.64º | 0.57% | 0.45% | - |
| HSV(B) | 78.64º | 0.73% | 0.71% | - |
| XYZ | 28.29 | 39.35 | 9.12 | - |
| YUV | 154.69 | 68.92 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 50 | 0.23 | 0 | 0.73 | 0.29 | 78.64 | 0.57 | 0.45 |
| Hex | 8D | B6 | 32 | 17 | 0 | 49 | 1D | 4F | 39 | 2D |
| Octal | 215 | 266 | 62 | 27 | 0 | 111 | 35 | 117 | 71 | 55 |
| Binary | 10001101 | 10110110 | 110010 | 10111 | 0 | 1001001 | 11101 | 1001111 | 111001 | 101101 |
Color Harmonies of #8DB632
Complementary color
Monochromatic Colors of #8DB632
Black with #8DB632
Text Example
Text Example
White with #8DB632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB632; }
p { color: rgb(141,182,50); }
H1.HeaderClassName
{
color: #8DB632;
}
.AnyTagClassName
{
color: #8DB632;
}
</style>
background-color css
<style>
a { background-color: #8DB632; }
a { background-color: rgb(141,182,50); }
div.DivClassName
{
background-color: #8DB632;
}
.BgClassName
{
background-color: #8DB632;
}
</style>
border-color css
<style>
span { border-color: #8DB632; }
span { border-color: rgb(141,182,50); }
td.TdClassName
{
border-color: #8DB632;
}
.TagClassName
{
border-color: #8DB632;
}
</style>