Shades of Limerick #85B221
Tints of Limerick #85B221
RGB
CMYK
RGB Variations
Color information
#85B221 (or 0x85B221) is known color: Limerick. HEX triplet: 85, B2 and 21. RGB value is (133,178,33). Sum of RGB (Red+Green+Blue) = 133+178+33=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 178 (69.92% from 255 or 51.74% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 178 - color contains mainly: green. Hex color #85B221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85B221 is #7A4DDE. Grayscale: #949494. Windows color (decimal): -8015327 or 2208389. OLE color: 2208389.
HSL color Cylindrical-coordinate representation of color #85B221: hue angle of 78.62º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85B221 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 178 | 33 | - |
| CMYK | 0.25 | 0 | 0.81 | 0.30 |
| HSL | 78.62º | 0.69% | 0.41% | - |
| HSV(B) | 78.62º | 0.81% | 0.7% | - |
| XYZ | 25.87 | 36.94 | 7.21 | - |
| YUV | 148.02 | 63.09 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 178 | 33 | 0.25 | 0 | 0.81 | 0.30 | 78.62 | 0.69 | 0.41 |
| Hex | 85 | B2 | 21 | 19 | 0 | 51 | 1E | 4F | 45 | 29 |
| Octal | 205 | 262 | 41 | 31 | 0 | 121 | 36 | 117 | 105 | 51 |
| Binary | 10000101 | 10110010 | 100001 | 11001 | 0 | 1010001 | 11110 | 1001111 | 1000101 | 101001 |
Color Harmonies of #85B221
Complementary color
Monochromatic Colors of #85B221
Black with #85B221
Text Example
Text Example
White with #85B221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B221; }
p { color: rgb(133,178,33); }
H1.HeaderClassName
{
color: #85B221;
}
.AnyTagClassName
{
color: #85B221;
}
</style>
background-color css
<style>
a { background-color: #85B221; }
a { background-color: rgb(133,178,33); }
div.DivClassName
{
background-color: #85B221;
}
.BgClassName
{
background-color: #85B221;
}
</style>
border-color css
<style>
span { border-color: #85B221; }
span { border-color: rgb(133,178,33); }
td.TdClassName
{
border-color: #85B221;
}
.TagClassName
{
border-color: #85B221;
}
</style>