Shades of Limerick #85B83F
Tints of Limerick #85B83F
RGB
CMYK
RGB Variations
Color information
#85B83F (or 0x85B83F) is known color: Limerick. HEX triplet: 85, B8 and 3F. RGB value is (133,184,63). Sum of RGB (Red+Green+Blue) = 133+184+63=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 184 (72.27% from 255 or 48.42% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 184 - color contains mainly: green. Hex color #85B83F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85B83F is #7A47C0. Grayscale: #9B9B9B. Windows color (decimal): -8013761 or 4176005. OLE color: 4176005.
HSL color Cylindrical-coordinate representation of color #85B83F: hue angle of 85.29º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85B83F is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 184 | 63 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.28 |
| HSL | 85.29º | 0.49% | 0.48% | - |
| HSV(B) | 85.29º | 0.66% | 0.72% | - |
| XYZ | 27.71 | 39.63 | 10.89 | - |
| YUV | 154.96 | 76.1 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 184 | 63 | 0.28 | 0 | 0.66 | 0.28 | 85.29 | 0.49 | 0.48 |
| Hex | 85 | B8 | 3F | 1C | 0 | 42 | 1C | 55 | 31 | 30 |
| Octal | 205 | 270 | 77 | 34 | 0 | 102 | 34 | 125 | 61 | 60 |
| Binary | 10000101 | 10111000 | 111111 | 11100 | 0 | 1000010 | 11100 | 1010101 | 110001 | 110000 |
Color Harmonies of #85B83F
Complementary color
Monochromatic Colors of #85B83F
Black with #85B83F
Text Example
Text Example
White with #85B83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B83F; }
p { color: rgb(133,184,63); }
H1.HeaderClassName
{
color: #85B83F;
}
.AnyTagClassName
{
color: #85B83F;
}
</style>
background-color css
<style>
a { background-color: #85B83F; }
a { background-color: rgb(133,184,63); }
div.DivClassName
{
background-color: #85B83F;
}
.BgClassName
{
background-color: #85B83F;
}
</style>
border-color css
<style>
span { border-color: #85B83F; }
span { border-color: rgb(133,184,63); }
td.TdClassName
{
border-color: #85B83F;
}
.TagClassName
{
border-color: #85B83F;
}
</style>