Shades of Lima #85B819
Tints of Lima #85B819
RGB
CMYK
RGB Variations
Color information
#85B819 (or 0x85B819) is known color: Lima. HEX triplet: 85, B8 and 19. RGB value is (133,184,25). Sum of RGB (Red+Green+Blue) = 133+184+25=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 184 (72.27% from 255 or 53.80% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 184 - color contains mainly: green. Hex color #85B819 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B819 is #7A47E6. Grayscale: #979797. Windows color (decimal): -8013799 or 1685637. OLE color: 1685637.
HSL color Cylindrical-coordinate representation of color #85B819: hue angle of 79.25º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85B819 is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 184 | 25 | - |
| CMYK | 0.28 | 0 | 0.86 | 0.28 |
| HSL | 79.25º | 0.76% | 0.41% | - |
| HSV(B) | 79.25º | 0.86% | 0.72% | - |
| XYZ | 26.99 | 39.34 | 7.09 | - |
| YUV | 150.63 | 57.1 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 184 | 25 | 0.28 | 0 | 0.86 | 0.28 | 79.25 | 0.76 | 0.41 |
| Hex | 85 | B8 | 19 | 1C | 0 | 56 | 1C | 4F | 4C | 29 |
| Octal | 205 | 270 | 31 | 34 | 0 | 126 | 34 | 117 | 114 | 51 |
| Binary | 10000101 | 10111000 | 11001 | 11100 | 0 | 1010110 | 11100 | 1001111 | 1001100 | 101001 |
Color Harmonies of #85B819
Complementary color
Monochromatic Colors of #85B819
Black with #85B819
Text Example
Text Example
White with #85B819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B819; }
p { color: rgb(133,184,25); }
H1.HeaderClassName
{
color: #85B819;
}
.AnyTagClassName
{
color: #85B819;
}
</style>
background-color css
<style>
a { background-color: #85B819; }
a { background-color: rgb(133,184,25); }
div.DivClassName
{
background-color: #85B819;
}
.BgClassName
{
background-color: #85B819;
}
</style>
border-color css
<style>
span { border-color: #85B819; }
span { border-color: rgb(133,184,25); }
td.TdClassName
{
border-color: #85B819;
}
.TagClassName
{
border-color: #85B819;
}
</style>