Shades of Limerick #95AD37
Tints of Limerick #95AD37
RGB
CMYK
RGB Variations
Color information
#95AD37 (or 0x95AD37) is known color: Limerick. HEX triplet: 95, AD and 37. RGB value is (149,173,55). Sum of RGB (Red+Green+Blue) = 149+173+55=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 55 (21.88% from 255 or 14.59% from 377); Max value from RGB is 173 - color contains mainly: green. Hex color #95AD37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AD37 is #6A52C8. Grayscale: #989898. Windows color (decimal): -6968009 or 3648917. OLE color: 3648917.
HSL color Cylindrical-coordinate representation of color #95AD37: hue angle of 72.2º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #95AD37 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 173 | 55 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.32 |
| HSL | 72.2º | 0.52% | 0.45% | - |
| HSV(B) | 72.2º | 0.68% | 0.68% | - |
| XYZ | 28.03 | 36.55 | 9.19 | - |
| YUV | 152.37 | 73.05 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 173 | 55 | 0.14 | 0 | 0.68 | 0.32 | 72.2 | 0.52 | 0.45 |
| Hex | 95 | AD | 37 | E | 0 | 44 | 20 | 48 | 34 | 2D |
| Octal | 225 | 255 | 67 | 16 | 0 | 104 | 40 | 110 | 64 | 55 |
| Binary | 10010101 | 10101101 | 110111 | 1110 | 0 | 1000100 | 100000 | 1001000 | 110100 | 101101 |
Color Harmonies of #95AD37
Complementary color
Monochromatic Colors of #95AD37
Black with #95AD37
Text Example
Text Example
White with #95AD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AD37; }
p { color: rgb(149,173,55); }
H1.HeaderClassName
{
color: #95AD37;
}
.AnyTagClassName
{
color: #95AD37;
}
</style>
background-color css
<style>
a { background-color: #95AD37; }
a { background-color: rgb(149,173,55); }
div.DivClassName
{
background-color: #95AD37;
}
.BgClassName
{
background-color: #95AD37;
}
</style>
border-color css
<style>
span { border-color: #95AD37; }
span { border-color: rgb(149,173,55); }
td.TdClassName
{
border-color: #95AD37;
}
.TagClassName
{
border-color: #95AD37;
}
</style>