Shades of Limerick #90B72F
Tints of Limerick #90B72F
RGB
CMYK
RGB Variations
Color information
#90B72F (or 0x90B72F) is known color: Limerick. HEX triplet: 90, B7 and 2F. RGB value is (144,183,47). Sum of RGB (Red+Green+Blue) = 144+183+47=374 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.50% from 374); Green value is 183 (71.88% from 255 or 48.93% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 183 - color contains mainly: green. Hex color #90B72F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B72F is #6F48D0. Grayscale: #9C9C9C. Windows color (decimal): -7293137 or 3127184. OLE color: 3127184.
HSL color Cylindrical-coordinate representation of color #90B72F: hue angle of 77.21º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #90B72F is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 183 | 47 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.28 |
| HSL | 77.21º | 0.59% | 0.45% | - |
| HSV(B) | 77.21º | 0.74% | 0.72% | - |
| XYZ | 28.95 | 40 | 8.88 | - |
| YUV | 155.84 | 66.58 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 183 | 47 | 0.21 | 0 | 0.74 | 0.28 | 77.21 | 0.59 | 0.45 |
| Hex | 90 | B7 | 2F | 15 | 0 | 4A | 1C | 4D | 3B | 2D |
| Octal | 220 | 267 | 57 | 25 | 0 | 112 | 34 | 115 | 73 | 55 |
| Binary | 10010000 | 10110111 | 101111 | 10101 | 0 | 1001010 | 11100 | 1001101 | 111011 | 101101 |
Color Harmonies of #90B72F
Complementary color
Monochromatic Colors of #90B72F
Black with #90B72F
Text Example
Text Example
White with #90B72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B72F; }
p { color: rgb(144,183,47); }
H1.HeaderClassName
{
color: #90B72F;
}
.AnyTagClassName
{
color: #90B72F;
}
</style>
background-color css
<style>
a { background-color: #90B72F; }
a { background-color: rgb(144,183,47); }
div.DivClassName
{
background-color: #90B72F;
}
.BgClassName
{
background-color: #90B72F;
}
</style>
border-color css
<style>
span { border-color: #90B72F; }
span { border-color: rgb(144,183,47); }
td.TdClassName
{
border-color: #90B72F;
}
.TagClassName
{
border-color: #90B72F;
}
</style>