Shades of Limerick #85B239
Tints of Limerick #85B239
RGB
CMYK
RGB Variations
Color information
#85B239 (or 0x85B239) is known color: Limerick. HEX triplet: 85, B2 and 39. RGB value is (133,178,57). Sum of RGB (Red+Green+Blue) = 133+178+57=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 178 (69.92% from 255 or 48.37% from 368); Blue value is 57 (22.66% from 255 or 15.49% from 368); Max value from RGB is 178 - color contains mainly: green. Hex color #85B239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85B239 is #7A4DC6. Grayscale: #979797. Windows color (decimal): -8015303 or 3781253. OLE color: 3781253.
HSL color Cylindrical-coordinate representation of color #85B239: hue angle of 82.31º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85B239 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 133 | 178 | 57 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.30 |
| HSL | 82.31º | 0.51% | 0.46% | - |
| HSV(B) | 82.31º | 0.68% | 0.7% | - |
| XYZ | 26.33 | 37.12 | 9.65 | - |
| YUV | 150.75 | 75.09 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 178 | 57 | 0.25 | 0 | 0.68 | 0.30 | 82.31 | 0.51 | 0.46 |
| Hex | 85 | B2 | 39 | 19 | 0 | 44 | 1E | 52 | 33 | 2E |
| Octal | 205 | 262 | 71 | 31 | 0 | 104 | 36 | 122 | 63 | 56 |
| Binary | 10000101 | 10110010 | 111001 | 11001 | 0 | 1000100 | 11110 | 1010010 | 110011 | 101110 |
Color Harmonies of #85B239
Complementary color
Monochromatic Colors of #85B239
Black with #85B239
Text Example
Text Example
White with #85B239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B239; }
p { color: rgb(133,178,57); }
H1.HeaderClassName
{
color: #85B239;
}
.AnyTagClassName
{
color: #85B239;
}
</style>
background-color css
<style>
a { background-color: #85B239; }
a { background-color: rgb(133,178,57); }
div.DivClassName
{
background-color: #85B239;
}
.BgClassName
{
background-color: #85B239;
}
</style>
border-color css
<style>
span { border-color: #85B239; }
span { border-color: rgb(133,178,57); }
td.TdClassName
{
border-color: #85B239;
}
.TagClassName
{
border-color: #85B239;
}
</style>