Shades of Limerick #90BF20
Tints of Limerick #90BF20
RGB
CMYK
RGB Variations
Color information
#90BF20 (or 0x90BF20) is known color: Limerick. HEX triplet: 90, BF and 20. RGB value is (144,191,32). Sum of RGB (Red+Green+Blue) = 144+191+32=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 191 (75% from 255 or 52.04% from 367); Blue value is 32 (12.89% from 255 or 8.72% from 367); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90BF20 is #6F40DF. Grayscale: #9F9F9F. Windows color (decimal): -7291104 or 2146192. OLE color: 2146192.
HSL color Cylindrical-coordinate representation of color #90BF20: hue angle of 77.74º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #90BF20 is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 191 | 32 | - |
| CMYK | 0.25 | 0 | 0.83 | 0.25 |
| HSL | 77.74º | 0.71% | 0.44% | - |
| HSV(B) | 77.74º | 0.83% | 0.75% | - |
| XYZ | 30.39 | 43.3 | 8.12 | - |
| YUV | 158.82 | 56.43 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 191 | 32 | 0.25 | 0 | 0.83 | 0.25 | 77.74 | 0.71 | 0.44 |
| Hex | 90 | BF | 20 | 19 | 0 | 53 | 19 | 4E | 47 | 2C |
| Octal | 220 | 277 | 40 | 31 | 0 | 123 | 31 | 116 | 107 | 54 |
| Binary | 10010000 | 10111111 | 100000 | 11001 | 0 | 1010011 | 11001 | 1001110 | 1000111 | 101100 |
Color Harmonies of #90BF20
Complementary color
Monochromatic Colors of #90BF20
Black with #90BF20
Text Example
Text Example
White with #90BF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BF20; }
p { color: rgb(144,191,32); }
H1.HeaderClassName
{
color: #90BF20;
}
.AnyTagClassName
{
color: #90BF20;
}
</style>
background-color css
<style>
a { background-color: #90BF20; }
a { background-color: rgb(144,191,32); }
div.DivClassName
{
background-color: #90BF20;
}
.BgClassName
{
background-color: #90BF20;
}
</style>
border-color css
<style>
span { border-color: #90BF20; }
span { border-color: rgb(144,191,32); }
td.TdClassName
{
border-color: #90BF20;
}
.TagClassName
{
border-color: #90BF20;
}
</style>