Shades of Limerick #85AF25
Tints of Limerick #85AF25
RGB
CMYK
RGB Variations
Color information
#85AF25 (or 0x85AF25) is known color: Limerick. HEX triplet: 85, AF and 25. RGB value is (133,175,37). Sum of RGB (Red+Green+Blue) = 133+175+37=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AF25 is #7A50DA. Grayscale: #939393. Windows color (decimal): -8016091 or 2469765. OLE color: 2469765.
HSL color Cylindrical-coordinate representation of color #85AF25: hue angle of 78.26º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85AF25 is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 175 | 37 | - |
| CMYK | 0.24 | 0 | 0.79 | 0.31 |
| HSL | 78.26º | 0.65% | 0.42% | - |
| HSV(B) | 78.26º | 0.79% | 0.69% | - |
| XYZ | 25.34 | 35.78 | 7.32 | - |
| YUV | 146.71 | 66.09 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 37 | 0.24 | 0 | 0.79 | 0.31 | 78.26 | 0.65 | 0.42 |
| Hex | 85 | AF | 25 | 18 | 0 | 4F | 1F | 4E | 41 | 2A |
| Octal | 205 | 257 | 45 | 30 | 0 | 117 | 37 | 116 | 101 | 52 |
| Binary | 10000101 | 10101111 | 100101 | 11000 | 0 | 1001111 | 11111 | 1001110 | 1000001 | 101010 |
Color Harmonies of #85AF25
Complementary color
Monochromatic Colors of #85AF25
Black with #85AF25
Text Example
Text Example
White with #85AF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AF25; }
p { color: rgb(133,175,37); }
H1.HeaderClassName
{
color: #85AF25;
}
.AnyTagClassName
{
color: #85AF25;
}
</style>
background-color css
<style>
a { background-color: #85AF25; }
a { background-color: rgb(133,175,37); }
div.DivClassName
{
background-color: #85AF25;
}
.BgClassName
{
background-color: #85AF25;
}
</style>
border-color css
<style>
span { border-color: #85AF25; }
span { border-color: rgb(133,175,37); }
td.TdClassName
{
border-color: #85AF25;
}
.TagClassName
{
border-color: #85AF25;
}
</style>