Shades of Limerick #95AD32
Tints of Limerick #95AD32
RGB
CMYK
RGB Variations
Color information
#95AD32 (or 0x95AD32) is known color: Limerick. HEX triplet: 95, AD and 32. RGB value is (149,173,50). Sum of RGB (Red+Green+Blue) = 149+173+50=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AD32 is #6A52CD. Grayscale: #989898. Windows color (decimal): -6968014 or 3321237. OLE color: 3321237.
HSL color Cylindrical-coordinate representation of color #95AD32: hue angle of 71.71º 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 #95AD32 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 173 | 50 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.32 |
| HSL | 71.71º | 0.55% | 0.44% | - |
| HSV(B) | 71.71º | 0.71% | 0.68% | - |
| XYZ | 27.91 | 36.51 | 8.59 | - |
| YUV | 151.8 | 70.55 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 173 | 50 | 0.14 | 0 | 0.71 | 0.32 | 71.71 | 0.55 | 0.44 |
| Hex | 95 | AD | 32 | E | 0 | 47 | 20 | 48 | 37 | 2C |
| Octal | 225 | 255 | 62 | 16 | 0 | 107 | 40 | 110 | 67 | 54 |
| Binary | 10010101 | 10101101 | 110010 | 1110 | 0 | 1000111 | 100000 | 1001000 | 110111 | 101100 |
Color Harmonies of #95AD32
Complementary color
Monochromatic Colors of #95AD32
Black with #95AD32
Text Example
Text Example
White with #95AD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AD32; }
p { color: rgb(149,173,50); }
H1.HeaderClassName
{
color: #95AD32;
}
.AnyTagClassName
{
color: #95AD32;
}
</style>
background-color css
<style>
a { background-color: #95AD32; }
a { background-color: rgb(149,173,50); }
div.DivClassName
{
background-color: #95AD32;
}
.BgClassName
{
background-color: #95AD32;
}
</style>
border-color css
<style>
span { border-color: #95AD32; }
span { border-color: rgb(149,173,50); }
td.TdClassName
{
border-color: #95AD32;
}
.TagClassName
{
border-color: #95AD32;
}
</style>