Shades of Limerick #90B51F
Tints of Limerick #90B51F
RGB
CMYK
RGB Variations
Color information
#90B51F (or 0x90B51F) is known color: Limerick. HEX triplet: 90, B5 and 1F. RGB value is (144,181,31). Sum of RGB (Red+Green+Blue) = 144+181+31=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 181 (71.09% from 255 or 50.84% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 181 - color contains mainly: green. Hex color #90B51F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90B51F is #6F4AE0. Grayscale: #999999. Windows color (decimal): -7293665 or 2078096. OLE color: 2078096.
HSL color Cylindrical-coordinate representation of color #90B51F: hue angle of 74.8º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #90B51F is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 181 | 31 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.29 |
| HSL | 74.8º | 0.71% | 0.42% | - |
| HSV(B) | 74.8º | 0.83% | 0.71% | - |
| XYZ | 28.27 | 39.08 | 7.35 | - |
| YUV | 152.84 | 59.24 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 181 | 31 | 0.20 | 0 | 0.83 | 0.29 | 74.8 | 0.71 | 0.42 |
| Hex | 90 | B5 | 1F | 14 | 0 | 53 | 1D | 4B | 47 | 2A |
| Octal | 220 | 265 | 37 | 24 | 0 | 123 | 35 | 113 | 107 | 52 |
| Binary | 10010000 | 10110101 | 11111 | 10100 | 0 | 1010011 | 11101 | 1001011 | 1000111 | 101010 |
Color Harmonies of #90B51F
Complementary color
Monochromatic Colors of #90B51F
Black with #90B51F
Text Example
Text Example
White with #90B51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B51F; }
p { color: rgb(144,181,31); }
H1.HeaderClassName
{
color: #90B51F;
}
.AnyTagClassName
{
color: #90B51F;
}
</style>
background-color css
<style>
a { background-color: #90B51F; }
a { background-color: rgb(144,181,31); }
div.DivClassName
{
background-color: #90B51F;
}
.BgClassName
{
background-color: #90B51F;
}
</style>
border-color css
<style>
span { border-color: #90B51F; }
span { border-color: rgb(144,181,31); }
td.TdClassName
{
border-color: #90B51F;
}
.TagClassName
{
border-color: #90B51F;
}
</style>