Shades of Limerick #9DB52F
Tints of Limerick #9DB52F
RGB
CMYK
RGB Variations
Color information
#9DB52F (or 0x9DB52F) is known color: Limerick. HEX triplet: 9D, B5 and 2F. RGB value is (157,181,47). Sum of RGB (Red+Green+Blue) = 157+181+47=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DB52F is #624AD0. Grayscale: #9F9F9F. Windows color (decimal): -6441681 or 3126685. OLE color: 3126685.
HSL color Cylindrical-coordinate representation of color #9DB52F: hue angle of 70.75º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9DB52F is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 181 | 47 | - |
| CMYK | 0.13 | 0 | 0.74 | 0.29 |
| HSL | 70.75º | 0.59% | 0.45% | - |
| HSV(B) | 70.75º | 0.74% | 0.71% | - |
| XYZ | 30.94 | 40.42 | 8.86 | - |
| YUV | 158.55 | 65.05 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 47 | 0.13 | 0 | 0.74 | 0.29 | 70.75 | 0.59 | 0.45 |
| Hex | 9D | B5 | 2F | D | 0 | 4A | 1D | 47 | 3B | 2D |
| Octal | 235 | 265 | 57 | 15 | 0 | 112 | 35 | 107 | 73 | 55 |
| Binary | 10011101 | 10110101 | 101111 | 1101 | 0 | 1001010 | 11101 | 1000111 | 111011 | 101101 |
Color Harmonies of #9DB52F
Complementary color
Monochromatic Colors of #9DB52F
Black with #9DB52F
Text Example
Text Example
White with #9DB52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB52F; }
p { color: rgb(157,181,47); }
H1.HeaderClassName
{
color: #9DB52F;
}
.AnyTagClassName
{
color: #9DB52F;
}
</style>
background-color css
<style>
a { background-color: #9DB52F; }
a { background-color: rgb(157,181,47); }
div.DivClassName
{
background-color: #9DB52F;
}
.BgClassName
{
background-color: #9DB52F;
}
</style>
border-color css
<style>
span { border-color: #9DB52F; }
span { border-color: rgb(157,181,47); }
td.TdClassName
{
border-color: #9DB52F;
}
.TagClassName
{
border-color: #9DB52F;
}
</style>