Shades of Limerick #85BD33
Tints of Limerick #85BD33
RGB
CMYK
RGB Variations
Color information
#85BD33 (or 0x85BD33) is known color: Limerick. HEX triplet: 85, BD and 33. RGB value is (133,189,51). Sum of RGB (Red+Green+Blue) = 133+189+51=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 51 (20.31% from 255 or 13.67% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BD33 is #7A42CC. Grayscale: #9D9D9D. Windows color (decimal): -8012493 or 3390853. OLE color: 3390853.
HSL color Cylindrical-coordinate representation of color #85BD33: hue angle of 84.35º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85BD33 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 51 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.26 |
| HSL | 84.35º | 0.58% | 0.47% | - |
| HSV(B) | 84.35º | 0.73% | 0.74% | - |
| XYZ | 28.47 | 41.62 | 9.67 | - |
| YUV | 156.52 | 68.45 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 51 | 0.30 | 0 | 0.73 | 0.26 | 84.35 | 0.58 | 0.47 |
| Hex | 85 | BD | 33 | 1E | 0 | 49 | 1A | 54 | 3A | 2F |
| Octal | 205 | 275 | 63 | 36 | 0 | 111 | 32 | 124 | 72 | 57 |
| Binary | 10000101 | 10111101 | 110011 | 11110 | 0 | 1001001 | 11010 | 1010100 | 111010 | 101111 |
Color Harmonies of #85BD33
Complementary color
Monochromatic Colors of #85BD33
Black with #85BD33
Text Example
Text Example
White with #85BD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD33; }
p { color: rgb(133,189,51); }
H1.HeaderClassName
{
color: #85BD33;
}
.AnyTagClassName
{
color: #85BD33;
}
</style>
background-color css
<style>
a { background-color: #85BD33; }
a { background-color: rgb(133,189,51); }
div.DivClassName
{
background-color: #85BD33;
}
.BgClassName
{
background-color: #85BD33;
}
</style>
border-color css
<style>
span { border-color: #85BD33; }
span { border-color: rgb(133,189,51); }
td.TdClassName
{
border-color: #85BD33;
}
.TagClassName
{
border-color: #85BD33;
}
</style>