Shades of Limerick #85AF32
Tints of Limerick #85AF32
RGB
CMYK
RGB Variations
Color information
#85AF32 (or 0x85AF32) is known color: Limerick. HEX triplet: 85, AF and 32. RGB value is (133,175,50). Sum of RGB (Red+Green+Blue) = 133+175+50=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #85AF32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AF32 is #7A50CD. Grayscale: #949494. Windows color (decimal): -8016078 or 3321733. OLE color: 3321733.
HSL color Cylindrical-coordinate representation of color #85AF32: hue angle of 80.16º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85AF32 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 133 | 175 | 50 | - |
| CMYK | 0.24 | 0 | 0.71 | 0.31 |
| HSL | 80.16º | 0.56% | 0.44% | - |
| HSV(B) | 80.16º | 0.71% | 0.69% | - |
| XYZ | 25.58 | 35.88 | 8.59 | - |
| YUV | 148.19 | 72.59 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 175 | 50 | 0.24 | 0 | 0.71 | 0.31 | 80.16 | 0.56 | 0.44 |
| Hex | 85 | AF | 32 | 18 | 0 | 47 | 1F | 50 | 38 | 2C |
| Octal | 205 | 257 | 62 | 30 | 0 | 107 | 37 | 120 | 70 | 54 |
| Binary | 10000101 | 10101111 | 110010 | 11000 | 0 | 1000111 | 11111 | 1010000 | 111000 | 101100 |
Color Harmonies of #85AF32
Complementary color
Monochromatic Colors of #85AF32
Black with #85AF32
Text Example
Text Example
White with #85AF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AF32; }
p { color: rgb(133,175,50); }
H1.HeaderClassName
{
color: #85AF32;
}
.AnyTagClassName
{
color: #85AF32;
}
</style>
background-color css
<style>
a { background-color: #85AF32; }
a { background-color: rgb(133,175,50); }
div.DivClassName
{
background-color: #85AF32;
}
.BgClassName
{
background-color: #85AF32;
}
</style>
border-color css
<style>
span { border-color: #85AF32; }
span { border-color: rgb(133,175,50); }
td.TdClassName
{
border-color: #85AF32;
}
.TagClassName
{
border-color: #85AF32;
}
</style>