Shades of Limerick #85BE34
Tints of Limerick #85BE34
RGB
CMYK
RGB Variations
Color information
#85BE34 (or 0x85BE34) is known color: Limerick. HEX triplet: 85, BE and 34. RGB value is (133,190,52). Sum of RGB (Red+Green+Blue) = 133+190+52=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BE34 is #7A41CB. Grayscale: #9D9D9D. Windows color (decimal): -8012236 or 3456645. OLE color: 3456645.
HSL color Cylindrical-coordinate representation of color #85BE34: hue angle of 84.78º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85BE34 is Cyan = 0.3, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 190 | 52 | - |
| CMYK | 0.3 | 0 | 0.73 | 0.25 |
| HSL | 84.78º | 0.57% | 0.47% | - |
| HSV(B) | 84.78º | 0.73% | 0.75% | - |
| XYZ | 28.71 | 42.06 | 9.85 | - |
| YUV | 157.23 | 68.62 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 190 | 52 | 0.3 | 0 | 0.73 | 0.25 | 84.78 | 0.57 | 0.47 |
| Hex | 85 | BE | 34 | 1E | 0 | 49 | 19 | 55 | 39 | 2F |
| Octal | 205 | 276 | 64 | 36 | 0 | 111 | 31 | 125 | 71 | 57 |
| Binary | 10000101 | 10111110 | 110100 | 11110 | 0 | 1001001 | 11001 | 1010101 | 111001 | 101111 |
Color Harmonies of #85BE34
Complementary color
Monochromatic Colors of #85BE34
Black with #85BE34
Text Example
Text Example
White with #85BE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BE34; }
p { color: rgb(133,190,52); }
H1.HeaderClassName
{
color: #85BE34;
}
.AnyTagClassName
{
color: #85BE34;
}
</style>
background-color css
<style>
a { background-color: #85BE34; }
a { background-color: rgb(133,190,52); }
div.DivClassName
{
background-color: #85BE34;
}
.BgClassName
{
background-color: #85BE34;
}
</style>
border-color css
<style>
span { border-color: #85BE34; }
span { border-color: rgb(133,190,52); }
td.TdClassName
{
border-color: #85BE34;
}
.TagClassName
{
border-color: #85BE34;
}
</style>