Shades of Limerick #97AD40
Tints of Limerick #97AD40
RGB
CMYK
RGB Variations
Color information
#97AD40 (or 0x97AD40) is known color: Limerick. HEX triplet: 97, AD and 40. RGB value is (151,173,64). Sum of RGB (Red+Green+Blue) = 151+173+64=388 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.92% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 173 - color contains mainly: green. Hex color #97AD40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97AD40 is #6852BF. Grayscale: #9A9A9A. Windows color (decimal): -6836928 or 4238743. OLE color: 4238743.
HSL color Cylindrical-coordinate representation of color #97AD40: hue angle of 72.11º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #97AD40 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 151 | 173 | 64 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.32 |
| HSL | 72.11º | 0.46% | 0.46% | - |
| HSV(B) | 72.11º | 0.63% | 0.68% | - |
| XYZ | 28.63 | 36.84 | 10.45 | - |
| YUV | 154 | 77.21 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 173 | 64 | 0.13 | 0 | 0.63 | 0.32 | 72.11 | 0.46 | 0.46 |
| Hex | 97 | AD | 40 | D | 0 | 3F | 20 | 48 | 2E | 2E |
| Octal | 227 | 255 | 100 | 15 | 0 | 77 | 40 | 110 | 56 | 56 |
| Binary | 10010111 | 10101101 | 1000000 | 1101 | 0 | 111111 | 100000 | 1001000 | 101110 | 101110 |
Color Harmonies of #97AD40
Complementary color
Monochromatic Colors of #97AD40
Black with #97AD40
Text Example
Text Example
White with #97AD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97AD40; }
p { color: rgb(151,173,64); }
H1.HeaderClassName
{
color: #97AD40;
}
.AnyTagClassName
{
color: #97AD40;
}
</style>
background-color css
<style>
a { background-color: #97AD40; }
a { background-color: rgb(151,173,64); }
div.DivClassName
{
background-color: #97AD40;
}
.BgClassName
{
background-color: #97AD40;
}
</style>
border-color css
<style>
span { border-color: #97AD40; }
span { border-color: rgb(151,173,64); }
td.TdClassName
{
border-color: #97AD40;
}
.TagClassName
{
border-color: #97AD40;
}
</style>