Shades of Limerick #85B53D
Tints of Limerick #85B53D
RGB
CMYK
RGB Variations
Color information
#85B53D (or 0x85B53D) is known color: Limerick. HEX triplet: 85, B5 and 3D. RGB value is (133,181,61). Sum of RGB (Red+Green+Blue) = 133+181+61=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 181 - color contains mainly: green. Hex color #85B53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B53D is #7A4AC2. Grayscale: #999999. Windows color (decimal): -8014531 or 4044165. OLE color: 4044165.
HSL color Cylindrical-coordinate representation of color #85B53D: hue angle of 84º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85B53D is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 181 | 61 | - |
| CMYK | 0.27 | 0 | 0.66 | 0.29 |
| HSL | 84º | 0.5% | 0.47% | - |
| HSV(B) | 84º | 0.66% | 0.71% | - |
| XYZ | 27.04 | 38.37 | 10.4 | - |
| YUV | 152.97 | 76.1 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 181 | 61 | 0.27 | 0 | 0.66 | 0.29 | 84 | 0.5 | 0.47 |
| Hex | 85 | B5 | 3D | 1B | 0 | 42 | 1D | 54 | 32 | 2F |
| Octal | 205 | 265 | 75 | 33 | 0 | 102 | 35 | 124 | 62 | 57 |
| Binary | 10000101 | 10110101 | 111101 | 11011 | 0 | 1000010 | 11101 | 1010100 | 110010 | 101111 |
Color Harmonies of #85B53D
Complementary color
Monochromatic Colors of #85B53D
Black with #85B53D
Text Example
Text Example
White with #85B53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B53D; }
p { color: rgb(133,181,61); }
H1.HeaderClassName
{
color: #85B53D;
}
.AnyTagClassName
{
color: #85B53D;
}
</style>
background-color css
<style>
a { background-color: #85B53D; }
a { background-color: rgb(133,181,61); }
div.DivClassName
{
background-color: #85B53D;
}
.BgClassName
{
background-color: #85B53D;
}
</style>
border-color css
<style>
span { border-color: #85B53D; }
span { border-color: rgb(133,181,61); }
td.TdClassName
{
border-color: #85B53D;
}
.TagClassName
{
border-color: #85B53D;
}
</style>