Shades of Limerick #91AF33
Tints of Limerick #91AF33
RGB
CMYK
RGB Variations
Color information
#91AF33 (or 0x91AF33) is known color: Limerick. HEX triplet: 91, AF and 33. RGB value is (145,175,51). Sum of RGB (Red+Green+Blue) = 145+175+51=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #91AF33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91AF33 is #6E50CC. Grayscale: #989898. Windows color (decimal): -7229645 or 3387281. OLE color: 3387281.
HSL color Cylindrical-coordinate representation of color #91AF33: hue angle of 74.52º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #91AF33 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 175 | 51 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.31 |
| HSL | 74.52º | 0.55% | 0.44% | - |
| HSV(B) | 74.52º | 0.71% | 0.69% | - |
| XYZ | 27.6 | 36.92 | 8.8 | - |
| YUV | 151.89 | 71.06 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 175 | 51 | 0.17 | 0 | 0.71 | 0.31 | 74.52 | 0.55 | 0.44 |
| Hex | 91 | AF | 33 | 11 | 0 | 47 | 1F | 4B | 37 | 2C |
| Octal | 221 | 257 | 63 | 21 | 0 | 107 | 37 | 113 | 67 | 54 |
| Binary | 10010001 | 10101111 | 110011 | 10001 | 0 | 1000111 | 11111 | 1001011 | 110111 | 101100 |
Color Harmonies of #91AF33
Complementary color
Monochromatic Colors of #91AF33
Black with #91AF33
Text Example
Text Example
White with #91AF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AF33; }
p { color: rgb(145,175,51); }
H1.HeaderClassName
{
color: #91AF33;
}
.AnyTagClassName
{
color: #91AF33;
}
</style>
background-color css
<style>
a { background-color: #91AF33; }
a { background-color: rgb(145,175,51); }
div.DivClassName
{
background-color: #91AF33;
}
.BgClassName
{
background-color: #91AF33;
}
</style>
border-color css
<style>
span { border-color: #91AF33; }
span { border-color: rgb(145,175,51); }
td.TdClassName
{
border-color: #91AF33;
}
.TagClassName
{
border-color: #91AF33;
}
</style>