Shades of Limerick #85AD18
Tints of Limerick #85AD18
RGB
CMYK
RGB Variations
Color information
#85AD18 (or 0x85AD18) is known color: Limerick. HEX triplet: 85, AD and 18. RGB value is (133,173,24). Sum of RGB (Red+Green+Blue) = 133+173+24=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 173 (67.97% from 255 or 52.42% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 173 - color contains mainly: green. Hex color #85AD18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AD18 is #7A52E7. Grayscale: #909090. Windows color (decimal): -8016616 or 1617285. OLE color: 1617285.
HSL color Cylindrical-coordinate representation of color #85AD18: hue angle of 76.11º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85AD18 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 173 | 24 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.32 |
| HSL | 76.11º | 0.76% | 0.39% | - |
| HSV(B) | 76.11º | 0.86% | 0.68% | - |
| XYZ | 24.78 | 34.94 | 6.3 | - |
| YUV | 144.05 | 60.25 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 173 | 24 | 0.23 | 0 | 0.86 | 0.32 | 76.11 | 0.76 | 0.39 |
| Hex | 85 | AD | 18 | 17 | 0 | 56 | 20 | 4C | 4C | 27 |
| Octal | 205 | 255 | 30 | 27 | 0 | 126 | 40 | 114 | 114 | 47 |
| Binary | 10000101 | 10101101 | 11000 | 10111 | 0 | 1010110 | 100000 | 1001100 | 1001100 | 100111 |
Color Harmonies of #85AD18
Complementary color
Monochromatic Colors of #85AD18
Black with #85AD18
Text Example
Text Example
White with #85AD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AD18; }
p { color: rgb(133,173,24); }
H1.HeaderClassName
{
color: #85AD18;
}
.AnyTagClassName
{
color: #85AD18;
}
</style>
background-color css
<style>
a { background-color: #85AD18; }
a { background-color: rgb(133,173,24); }
div.DivClassName
{
background-color: #85AD18;
}
.BgClassName
{
background-color: #85AD18;
}
</style>
border-color css
<style>
span { border-color: #85AD18; }
span { border-color: rgb(133,173,24); }
td.TdClassName
{
border-color: #85AD18;
}
.TagClassName
{
border-color: #85AD18;
}
</style>