Shades of Limerick #91BE28
Tints of Limerick #91BE28
RGB
CMYK
RGB Variations
Color information
#91BE28 (or 0x91BE28) is known color: Limerick. HEX triplet: 91, BE and 28. RGB value is (145,190,40). Sum of RGB (Red+Green+Blue) = 145+190+40=375 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.67% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #91BE28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #91BE28 is #6E41D7. Grayscale: #A0A0A0. Windows color (decimal): -7225816 or 2670225. OLE color: 2670225.
HSL color Cylindrical-coordinate representation of color #91BE28: hue angle of 78º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #91BE28 is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 190 | 40 | - |
| CMYK | 0.24 | 0 | 0.79 | 0.25 |
| HSL | 78º | 0.65% | 0.45% | - |
| HSV(B) | 78º | 0.79% | 0.75% | - |
| XYZ | 30.47 | 43 | 8.7 | - |
| YUV | 159.45 | 60.59 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 190 | 40 | 0.24 | 0 | 0.79 | 0.25 | 78 | 0.65 | 0.45 |
| Hex | 91 | BE | 28 | 18 | 0 | 4F | 19 | 4E | 41 | 2D |
| Octal | 221 | 276 | 50 | 30 | 0 | 117 | 31 | 116 | 101 | 55 |
| Binary | 10010001 | 10111110 | 101000 | 11000 | 0 | 1001111 | 11001 | 1001110 | 1000001 | 101101 |
Color Harmonies of #91BE28
Complementary color
Monochromatic Colors of #91BE28
Black with #91BE28
Text Example
Text Example
White with #91BE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BE28; }
p { color: rgb(145,190,40); }
H1.HeaderClassName
{
color: #91BE28;
}
.AnyTagClassName
{
color: #91BE28;
}
</style>
background-color css
<style>
a { background-color: #91BE28; }
a { background-color: rgb(145,190,40); }
div.DivClassName
{
background-color: #91BE28;
}
.BgClassName
{
background-color: #91BE28;
}
</style>
border-color css
<style>
span { border-color: #91BE28; }
span { border-color: rgb(145,190,40); }
td.TdClassName
{
border-color: #91BE28;
}
.TagClassName
{
border-color: #91BE28;
}
</style>