Shades of Lima #85C61E
Tints of Lima #85C61E
RGB
CMYK
RGB Variations
Color information
#85C61E (or 0x85C61E) is known color: Lima. HEX triplet: 85, C6 and 1E. RGB value is (133,198,30). Sum of RGB (Red+Green+Blue) = 133+198+30=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 198 (77.73% from 255 or 54.85% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 198 - color contains mainly: green. Hex color #85C61E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C61E is #7A39E1. Grayscale: #A0A0A0. Windows color (decimal): -8010210 or 2016901. OLE color: 2016901.
HSL color Cylindrical-coordinate representation of color #85C61E: hue angle of 83.21º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85C61E is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 198 | 30 | - |
| CMYK | 0.33 | 0 | 0.85 | 0.22 |
| HSL | 83.21º | 0.74% | 0.45% | - |
| HSV(B) | 83.21º | 0.85% | 0.78% | - |
| XYZ | 30.1 | 45.47 | 8.42 | - |
| YUV | 159.41 | 54.97 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 198 | 30 | 0.33 | 0 | 0.85 | 0.22 | 83.21 | 0.74 | 0.45 |
| Hex | 85 | C6 | 1E | 21 | 0 | 55 | 16 | 53 | 4A | 2D |
| Octal | 205 | 306 | 36 | 41 | 0 | 125 | 26 | 123 | 112 | 55 |
| Binary | 10000101 | 11000110 | 11110 | 100001 | 0 | 1010101 | 10110 | 1010011 | 1001010 | 101101 |
Color Harmonies of #85C61E
Complementary color
Monochromatic Colors of #85C61E
Black with #85C61E
Text Example
Text Example
White with #85C61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C61E; }
p { color: rgb(133,198,30); }
H1.HeaderClassName
{
color: #85C61E;
}
.AnyTagClassName
{
color: #85C61E;
}
</style>
background-color css
<style>
a { background-color: #85C61E; }
a { background-color: rgb(133,198,30); }
div.DivClassName
{
background-color: #85C61E;
}
.BgClassName
{
background-color: #85C61E;
}
</style>
border-color css
<style>
span { border-color: #85C61E; }
span { border-color: rgb(133,198,30); }
td.TdClassName
{
border-color: #85C61E;
}
.TagClassName
{
border-color: #85C61E;
}
</style>