Shades of Limerick #8DAE32
Tints of Limerick #8DAE32
RGB
CMYK
RGB Variations
Color information
#8DAE32 (or 0x8DAE32) is known color: Limerick. HEX triplet: 8D, AE and 32. RGB value is (141,174,50). Sum of RGB (Red+Green+Blue) = 141+174+50=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 174 (68.36% from 255 or 47.67% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAE32 is #7251CD. Grayscale: #969696. Windows color (decimal): -7492046 or 3321485. OLE color: 3321485.
HSL color Cylindrical-coordinate representation of color #8DAE32: hue angle of 75.97º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8DAE32 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 174 | 50 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.32 |
| HSL | 75.97º | 0.55% | 0.44% | - |
| HSV(B) | 75.97º | 0.71% | 0.68% | - |
| XYZ | 26.7 | 36.17 | 8.59 | - |
| YUV | 150 | 71.57 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 50 | 0.19 | 0 | 0.71 | 0.32 | 75.97 | 0.55 | 0.44 |
| Hex | 8D | AE | 32 | 13 | 0 | 47 | 20 | 4C | 37 | 2C |
| Octal | 215 | 256 | 62 | 23 | 0 | 107 | 40 | 114 | 67 | 54 |
| Binary | 10001101 | 10101110 | 110010 | 10011 | 0 | 1000111 | 100000 | 1001100 | 110111 | 101100 |
Color Harmonies of #8DAE32
Complementary color
Monochromatic Colors of #8DAE32
Black with #8DAE32
Text Example
Text Example
White with #8DAE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAE32; }
p { color: rgb(141,174,50); }
H1.HeaderClassName
{
color: #8DAE32;
}
.AnyTagClassName
{
color: #8DAE32;
}
</style>
background-color css
<style>
a { background-color: #8DAE32; }
a { background-color: rgb(141,174,50); }
div.DivClassName
{
background-color: #8DAE32;
}
.BgClassName
{
background-color: #8DAE32;
}
</style>
border-color css
<style>
span { border-color: #8DAE32; }
span { border-color: rgb(141,174,50); }
td.TdClassName
{
border-color: #8DAE32;
}
.TagClassName
{
border-color: #8DAE32;
}
</style>