Shades of Limerick #85B63D
Tints of Limerick #85B63D
RGB
CMYK
RGB Variations
Color information
#85B63D (or 0x85B63D) is known color: Limerick. HEX triplet: 85, B6 and 3D. RGB value is (133,182,61). Sum of RGB (Red+Green+Blue) = 133+182+61=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 182 (71.48% from 255 or 48.40% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 182 - color contains mainly: green. Hex color #85B63D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B63D is #7A49C2. Grayscale: #999999. Windows color (decimal): -8014275 or 4044421. OLE color: 4044421.
HSL color Cylindrical-coordinate representation of color #85B63D: hue angle of 84.3º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85B63D is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 182 | 61 | - |
| CMYK | 0.27 | 0 | 0.66 | 0.29 |
| HSL | 84.3º | 0.5% | 0.48% | - |
| HSV(B) | 84.3º | 0.66% | 0.71% | - |
| XYZ | 27.24 | 38.78 | 10.46 | - |
| YUV | 153.56 | 75.77 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 182 | 61 | 0.27 | 0 | 0.66 | 0.29 | 84.3 | 0.5 | 0.48 |
| Hex | 85 | B6 | 3D | 1B | 0 | 42 | 1D | 54 | 32 | 30 |
| Octal | 205 | 266 | 75 | 33 | 0 | 102 | 35 | 124 | 62 | 60 |
| Binary | 10000101 | 10110110 | 111101 | 11011 | 0 | 1000010 | 11101 | 1010100 | 110010 | 110000 |
Color Harmonies of #85B63D
Complementary color
Monochromatic Colors of #85B63D
Black with #85B63D
Text Example
Text Example
White with #85B63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B63D; }
p { color: rgb(133,182,61); }
H1.HeaderClassName
{
color: #85B63D;
}
.AnyTagClassName
{
color: #85B63D;
}
</style>
background-color css
<style>
a { background-color: #85B63D; }
a { background-color: rgb(133,182,61); }
div.DivClassName
{
background-color: #85B63D;
}
.BgClassName
{
background-color: #85B63D;
}
</style>
border-color css
<style>
span { border-color: #85B63D; }
span { border-color: rgb(133,182,61); }
td.TdClassName
{
border-color: #85B63D;
}
.TagClassName
{
border-color: #85B63D;
}
</style>