Shades of Limerick #85AE37
Tints of Limerick #85AE37
RGB
CMYK
RGB Variations
Color information
#85AE37 (or 0x85AE37) is known color: Limerick. HEX triplet: 85, AE and 37. RGB value is (133,174,55). Sum of RGB (Red+Green+Blue) = 133+174+55=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 174 (68.36% from 255 or 48.07% from 362); Blue value is 55 (21.88% from 255 or 15.19% from 362); Max value from RGB is 174 - color contains mainly: green. Hex color #85AE37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AE37 is #7A51C8. Grayscale: #949494. Windows color (decimal): -8016329 or 3649157. OLE color: 3649157.
HSL color Cylindrical-coordinate representation of color #85AE37: hue angle of 80.67º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85AE37 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 174 | 55 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.32 |
| HSL | 80.67º | 0.52% | 0.45% | - |
| HSV(B) | 80.67º | 0.68% | 0.68% | - |
| XYZ | 25.5 | 35.53 | 9.13 | - |
| YUV | 148.18 | 75.42 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 174 | 55 | 0.24 | 0 | 0.68 | 0.32 | 80.67 | 0.52 | 0.45 |
| Hex | 85 | AE | 37 | 18 | 0 | 44 | 20 | 51 | 34 | 2D |
| Octal | 205 | 256 | 67 | 30 | 0 | 104 | 40 | 121 | 64 | 55 |
| Binary | 10000101 | 10101110 | 110111 | 11000 | 0 | 1000100 | 100000 | 1010001 | 110100 | 101101 |
Color Harmonies of #85AE37
Complementary color
Monochromatic Colors of #85AE37
Black with #85AE37
Text Example
Text Example
White with #85AE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AE37; }
p { color: rgb(133,174,55); }
H1.HeaderClassName
{
color: #85AE37;
}
.AnyTagClassName
{
color: #85AE37;
}
</style>
background-color css
<style>
a { background-color: #85AE37; }
a { background-color: rgb(133,174,55); }
div.DivClassName
{
background-color: #85AE37;
}
.BgClassName
{
background-color: #85AE37;
}
</style>
border-color css
<style>
span { border-color: #85AE37; }
span { border-color: rgb(133,174,55); }
td.TdClassName
{
border-color: #85AE37;
}
.TagClassName
{
border-color: #85AE37;
}
</style>