Shades of Limerick #85BD2F
Tints of Limerick #85BD2F
RGB
CMYK
RGB Variations
Color information
#85BD2F (or 0x85BD2F) is known color: Limerick. HEX triplet: 85, BD and 2F. RGB value is (133,189,47). Sum of RGB (Red+Green+Blue) = 133+189+47=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 189 (74.22% from 255 or 51.22% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BD2F is #7A42D0. Grayscale: #9C9C9C. Windows color (decimal): -8012497 or 3128709. OLE color: 3128709.
HSL color Cylindrical-coordinate representation of color #85BD2F: hue angle of 83.66º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85BD2F is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 47 | - |
| CMYK | 0.30 | 0 | 0.75 | 0.26 |
| HSL | 83.66º | 0.6% | 0.46% | - |
| HSV(B) | 83.66º | 0.75% | 0.74% | - |
| XYZ | 28.38 | 41.59 | 9.22 | - |
| YUV | 156.07 | 66.45 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 47 | 0.30 | 0 | 0.75 | 0.26 | 83.66 | 0.6 | 0.46 |
| Hex | 85 | BD | 2F | 1E | 0 | 4B | 1A | 54 | 3C | 2E |
| Octal | 205 | 275 | 57 | 36 | 0 | 113 | 32 | 124 | 74 | 56 |
| Binary | 10000101 | 10111101 | 101111 | 11110 | 0 | 1001011 | 11010 | 1010100 | 111100 | 101110 |
Color Harmonies of #85BD2F
Complementary color
Monochromatic Colors of #85BD2F
Black with #85BD2F
Text Example
Text Example
White with #85BD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD2F; }
p { color: rgb(133,189,47); }
H1.HeaderClassName
{
color: #85BD2F;
}
.AnyTagClassName
{
color: #85BD2F;
}
</style>
background-color css
<style>
a { background-color: #85BD2F; }
a { background-color: rgb(133,189,47); }
div.DivClassName
{
background-color: #85BD2F;
}
.BgClassName
{
background-color: #85BD2F;
}
</style>
border-color css
<style>
span { border-color: #85BD2F; }
span { border-color: rgb(133,189,47); }
td.TdClassName
{
border-color: #85BD2F;
}
.TagClassName
{
border-color: #85BD2F;
}
</style>