Shades of Limerick #85AF1D
Tints of Limerick #85AF1D
RGB
CMYK
RGB Variations
Color information
#85AF1D (or 0x85AF1D) is known color: Limerick. HEX triplet: 85, AF and 1D. RGB value is (133,175,29). Sum of RGB (Red+Green+Blue) = 133+175+29=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AF1D is #7A50E2. Grayscale: #929292. Windows color (decimal): -8016099 or 1945477. OLE color: 1945477.
HSL color Cylindrical-coordinate representation of color #85AF1D: hue angle of 77.26º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85AF1D is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 175 | 29 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.31 |
| HSL | 77.26º | 0.72% | 0.4% | - |
| HSV(B) | 77.26º | 0.83% | 0.69% | - |
| XYZ | 25.22 | 35.74 | 6.73 | - |
| YUV | 145.8 | 62.09 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 29 | 0.24 | 0 | 0.83 | 0.31 | 77.26 | 0.72 | 0.4 |
| Hex | 85 | AF | 1D | 18 | 0 | 53 | 1F | 4D | 48 | 28 |
| Octal | 205 | 257 | 35 | 30 | 0 | 123 | 37 | 115 | 110 | 50 |
| Binary | 10000101 | 10101111 | 11101 | 11000 | 0 | 1010011 | 11111 | 1001101 | 1001000 | 101000 |
Color Harmonies of #85AF1D
Complementary color
Monochromatic Colors of #85AF1D
Black with #85AF1D
Text Example
Text Example
White with #85AF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AF1D; }
p { color: rgb(133,175,29); }
H1.HeaderClassName
{
color: #85AF1D;
}
.AnyTagClassName
{
color: #85AF1D;
}
</style>
background-color css
<style>
a { background-color: #85AF1D; }
a { background-color: rgb(133,175,29); }
div.DivClassName
{
background-color: #85AF1D;
}
.BgClassName
{
background-color: #85AF1D;
}
</style>
border-color css
<style>
span { border-color: #85AF1D; }
span { border-color: rgb(133,175,29); }
td.TdClassName
{
border-color: #85AF1D;
}
.TagClassName
{
border-color: #85AF1D;
}
</style>