Shades of Limerick #85B71D
Tints of Limerick #85B71D
RGB
CMYK
RGB Variations
Color information
#85B71D (or 0x85B71D) is known color: Limerick. HEX triplet: 85, B7 and 1D. RGB value is (133,183,29). Sum of RGB (Red+Green+Blue) = 133+183+29=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 183 (71.88% from 255 or 53.04% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 183 - color contains mainly: green. Hex color #85B71D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B71D is #7A48E2. Grayscale: #979797. Windows color (decimal): -8014051 or 1947525. OLE color: 1947525.
HSL color Cylindrical-coordinate representation of color #85B71D: hue angle of 79.48º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85B71D is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 29 | - |
| CMYK | 0.27 | 0 | 0.84 | 0.28 |
| HSL | 79.48º | 0.73% | 0.42% | - |
| HSV(B) | 79.48º | 0.84% | 0.72% | - |
| XYZ | 26.83 | 38.94 | 7.27 | - |
| YUV | 150.49 | 59.44 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 29 | 0.27 | 0 | 0.84 | 0.28 | 79.48 | 0.73 | 0.42 |
| Hex | 85 | B7 | 1D | 1B | 0 | 54 | 1C | 4F | 49 | 2A |
| Octal | 205 | 267 | 35 | 33 | 0 | 124 | 34 | 117 | 111 | 52 |
| Binary | 10000101 | 10110111 | 11101 | 11011 | 0 | 1010100 | 11100 | 1001111 | 1001001 | 101010 |
Color Harmonies of #85B71D
Complementary color
Monochromatic Colors of #85B71D
Black with #85B71D
Text Example
Text Example
White with #85B71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B71D; }
p { color: rgb(133,183,29); }
H1.HeaderClassName
{
color: #85B71D;
}
.AnyTagClassName
{
color: #85B71D;
}
</style>
background-color css
<style>
a { background-color: #85B71D; }
a { background-color: rgb(133,183,29); }
div.DivClassName
{
background-color: #85B71D;
}
.BgClassName
{
background-color: #85B71D;
}
</style>
border-color css
<style>
span { border-color: #85B71D; }
span { border-color: rgb(133,183,29); }
td.TdClassName
{
border-color: #85B71D;
}
.TagClassName
{
border-color: #85B71D;
}
</style>