Shades of Lima #85C71A
Tints of Lima #85C71A
RGB
CMYK
RGB Variations
Color information
#85C71A (or 0x85C71A) is known color: Lima. HEX triplet: 85, C7 and 1A. RGB value is (133,199,26). Sum of RGB (Red+Green+Blue) = 133+199+26=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 199 (78.12% from 255 or 55.59% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 199 - color contains mainly: green. Hex color #85C71A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C71A is #7A38E5. Grayscale: #A0A0A0. Windows color (decimal): -8009958 or 1755013. OLE color: 1755013.
HSL color Cylindrical-coordinate representation of color #85C71A: hue angle of 82.89º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85C71A is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 199 | 26 | - |
| CMYK | 0.33 | 0 | 0.87 | 0.22 |
| HSL | 82.89º | 0.77% | 0.44% | - |
| HSV(B) | 82.89º | 0.87% | 0.78% | - |
| XYZ | 30.28 | 45.91 | 8.24 | - |
| YUV | 159.54 | 52.63 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 199 | 26 | 0.33 | 0 | 0.87 | 0.22 | 82.89 | 0.77 | 0.44 |
| Hex | 85 | C7 | 1A | 21 | 0 | 57 | 16 | 53 | 4D | 2C |
| Octal | 205 | 307 | 32 | 41 | 0 | 127 | 26 | 123 | 115 | 54 |
| Binary | 10000101 | 11000111 | 11010 | 100001 | 0 | 1010111 | 10110 | 1010011 | 1001101 | 101100 |
Color Harmonies of #85C71A
Complementary color
Monochromatic Colors of #85C71A
Black with #85C71A
Text Example
Text Example
White with #85C71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C71A; }
p { color: rgb(133,199,26); }
H1.HeaderClassName
{
color: #85C71A;
}
.AnyTagClassName
{
color: #85C71A;
}
</style>
background-color css
<style>
a { background-color: #85C71A; }
a { background-color: rgb(133,199,26); }
div.DivClassName
{
background-color: #85C71A;
}
.BgClassName
{
background-color: #85C71A;
}
</style>
border-color css
<style>
span { border-color: #85C71A; }
span { border-color: rgb(133,199,26); }
td.TdClassName
{
border-color: #85C71A;
}
.TagClassName
{
border-color: #85C71A;
}
</style>