Shades of Lima #85BC19
Tints of Lima #85BC19
RGB
CMYK
RGB Variations
Color information
#85BC19 (or 0x85BC19) is known color: Lima. HEX triplet: 85, BC and 19. RGB value is (133,188,25). Sum of RGB (Red+Green+Blue) = 133+188+25=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 188 (73.83% from 255 or 54.34% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BC19 is #7A43E6. Grayscale: #999999. Windows color (decimal): -8012775 or 1686661. OLE color: 1686661.
HSL color Cylindrical-coordinate representation of color #85BC19: hue angle of 80.25º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85BC19 is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 25 | - |
| CMYK | 0.29 | 0 | 0.87 | 0.26 |
| HSL | 80.25º | 0.77% | 0.42% | - |
| HSV(B) | 80.25º | 0.87% | 0.74% | - |
| XYZ | 27.83 | 41.02 | 7.37 | - |
| YUV | 152.97 | 55.78 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 25 | 0.29 | 0 | 0.87 | 0.26 | 80.25 | 0.77 | 0.42 |
| Hex | 85 | BC | 19 | 1D | 0 | 57 | 1A | 50 | 4D | 2A |
| Octal | 205 | 274 | 31 | 35 | 0 | 127 | 32 | 120 | 115 | 52 |
| Binary | 10000101 | 10111100 | 11001 | 11101 | 0 | 1010111 | 11010 | 1010000 | 1001101 | 101010 |
Color Harmonies of #85BC19
Complementary color
Monochromatic Colors of #85BC19
Black with #85BC19
Text Example
Text Example
White with #85BC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC19; }
p { color: rgb(133,188,25); }
H1.HeaderClassName
{
color: #85BC19;
}
.AnyTagClassName
{
color: #85BC19;
}
</style>
background-color css
<style>
a { background-color: #85BC19; }
a { background-color: rgb(133,188,25); }
div.DivClassName
{
background-color: #85BC19;
}
.BgClassName
{
background-color: #85BC19;
}
</style>
border-color css
<style>
span { border-color: #85BC19; }
span { border-color: rgb(133,188,25); }
td.TdClassName
{
border-color: #85BC19;
}
.TagClassName
{
border-color: #85BC19;
}
</style>