Shades of Limerick #90B425
Tints of Limerick #90B425
RGB
CMYK
RGB Variations
Color information
#90B425 (or 0x90B425) is known color: Limerick. HEX triplet: 90, B4 and 25. RGB value is (144,180,37). Sum of RGB (Red+Green+Blue) = 144+180+37=361 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.89% from 361); Green value is 180 (70.70% from 255 or 49.86% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 180 - color contains mainly: green. Hex color #90B425 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B425 is #6F4BDA. Grayscale: #999999. Windows color (decimal): -7293915 or 2471056. OLE color: 2471056.
HSL color Cylindrical-coordinate representation of color #90B425: hue angle of 75.1º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #90B425 is Cyan = 0.2, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 180 | 37 | - |
| CMYK | 0.2 | 0 | 0.79 | 0.29 |
| HSL | 75.1º | 0.66% | 0.43% | - |
| HSV(B) | 75.1º | 0.79% | 0.71% | - |
| XYZ | 28.16 | 38.71 | 7.74 | - |
| YUV | 152.93 | 62.57 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 180 | 37 | 0.2 | 0 | 0.79 | 0.29 | 75.1 | 0.66 | 0.43 |
| Hex | 90 | B4 | 25 | 14 | 0 | 4F | 1D | 4B | 42 | 2B |
| Octal | 220 | 264 | 45 | 24 | 0 | 117 | 35 | 113 | 102 | 53 |
| Binary | 10010000 | 10110100 | 100101 | 10100 | 0 | 1001111 | 11101 | 1001011 | 1000010 | 101011 |
Color Harmonies of #90B425
Complementary color
Monochromatic Colors of #90B425
Black with #90B425
Text Example
Text Example
White with #90B425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B425; }
p { color: rgb(144,180,37); }
H1.HeaderClassName
{
color: #90B425;
}
.AnyTagClassName
{
color: #90B425;
}
</style>
background-color css
<style>
a { background-color: #90B425; }
a { background-color: rgb(144,180,37); }
div.DivClassName
{
background-color: #90B425;
}
.BgClassName
{
background-color: #90B425;
}
</style>
border-color css
<style>
span { border-color: #90B425; }
span { border-color: rgb(144,180,37); }
td.TdClassName
{
border-color: #90B425;
}
.TagClassName
{
border-color: #90B425;
}
</style>