Shades of Limerick #85BD31
Tints of Limerick #85BD31
RGB
CMYK
RGB Variations
Color information
#85BD31 (or 0x85BD31) is known color: Limerick. HEX triplet: 85, BD and 31. RGB value is (133,189,49). Sum of RGB (Red+Green+Blue) = 133+189+49=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BD31 is #7A42CE. Grayscale: #9C9C9C. Windows color (decimal): -8012495 or 3259781. OLE color: 3259781.
HSL color Cylindrical-coordinate representation of color #85BD31: hue angle of 84º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85BD31 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 49 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.26 |
| HSL | 84º | 0.59% | 0.47% | - |
| HSV(B) | 84º | 0.74% | 0.74% | - |
| XYZ | 28.42 | 41.6 | 9.44 | - |
| YUV | 156.3 | 67.45 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 49 | 0.30 | 0 | 0.74 | 0.26 | 84 | 0.59 | 0.47 |
| Hex | 85 | BD | 31 | 1E | 0 | 4A | 1A | 54 | 3B | 2F |
| Octal | 205 | 275 | 61 | 36 | 0 | 112 | 32 | 124 | 73 | 57 |
| Binary | 10000101 | 10111101 | 110001 | 11110 | 0 | 1001010 | 11010 | 1010100 | 111011 | 101111 |
Color Harmonies of #85BD31
Complementary color
Monochromatic Colors of #85BD31
Black with #85BD31
Text Example
Text Example
White with #85BD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD31; }
p { color: rgb(133,189,49); }
H1.HeaderClassName
{
color: #85BD31;
}
.AnyTagClassName
{
color: #85BD31;
}
</style>
background-color css
<style>
a { background-color: #85BD31; }
a { background-color: rgb(133,189,49); }
div.DivClassName
{
background-color: #85BD31;
}
.BgClassName
{
background-color: #85BD31;
}
</style>
border-color css
<style>
span { border-color: #85BD31; }
span { border-color: rgb(133,189,49); }
td.TdClassName
{
border-color: #85BD31;
}
.TagClassName
{
border-color: #85BD31;
}
</style>