Shades of Limerick #85BA25
Tints of Limerick #85BA25
RGB
CMYK
RGB Variations
Color information
#85BA25 (or 0x85BA25) is known color: Limerick. HEX triplet: 85, BA and 25. RGB value is (133,186,37). Sum of RGB (Red+Green+Blue) = 133+186+37=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BA25 is #7A45DA. Grayscale: #999999. Windows color (decimal): -8013275 or 2472581. OLE color: 2472581.
HSL color Cylindrical-coordinate representation of color #85BA25: hue angle of 81.34º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85BA25 is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 37 | - |
| CMYK | 0.28 | 0 | 0.80 | 0.27 |
| HSL | 81.34º | 0.67% | 0.44% | - |
| HSV(B) | 81.34º | 0.8% | 0.73% | - |
| XYZ | 27.57 | 40.24 | 8.06 | - |
| YUV | 153.17 | 62.44 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 37 | 0.28 | 0 | 0.80 | 0.27 | 81.34 | 0.67 | 0.44 |
| Hex | 85 | BA | 25 | 1C | 0 | 50 | 1B | 51 | 43 | 2C |
| Octal | 205 | 272 | 45 | 34 | 0 | 120 | 33 | 121 | 103 | 54 |
| Binary | 10000101 | 10111010 | 100101 | 11100 | 0 | 1010000 | 11011 | 1010001 | 1000011 | 101100 |
Color Harmonies of #85BA25
Complementary color
Monochromatic Colors of #85BA25
Black with #85BA25
Text Example
Text Example
White with #85BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA25; }
p { color: rgb(133,186,37); }
H1.HeaderClassName
{
color: #85BA25;
}
.AnyTagClassName
{
color: #85BA25;
}
</style>
background-color css
<style>
a { background-color: #85BA25; }
a { background-color: rgb(133,186,37); }
div.DivClassName
{
background-color: #85BA25;
}
.BgClassName
{
background-color: #85BA25;
}
</style>
border-color css
<style>
span { border-color: #85BA25; }
span { border-color: rgb(133,186,37); }
td.TdClassName
{
border-color: #85BA25;
}
.TagClassName
{
border-color: #85BA25;
}
</style>