Shades of Lima #85C20D
Tints of Lima #85C20D
RGB
CMYK
RGB Variations
Color information
#85C20D (or 0x85C20D) is known color: Lima. HEX triplet: 85, C2 and 0D. RGB value is (133,194,13). Sum of RGB (Red+Green+Blue) = 133+194+13=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 194 (76.17% from 255 or 57.06% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 194 - color contains mainly: green. Hex color #85C20D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85C20D is #7A3DF2. Grayscale: #9B9B9B. Windows color (decimal): -8011251 or 901765. OLE color: 901765.
HSL color Cylindrical-coordinate representation of color #85C20D: hue angle of 80.22º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85C20D is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 194 | 13 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.24 |
| HSL | 80.22º | 0.87% | 0.41% | - |
| HSV(B) | 80.22º | 0.93% | 0.76% | - |
| XYZ | 29.04 | 43.6 | 7.27 | - |
| YUV | 155.13 | 47.79 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 194 | 13 | 0.31 | 0 | 0.93 | 0.24 | 80.22 | 0.87 | 0.41 |
| Hex | 85 | C2 | D | 1F | 0 | 5D | 18 | 50 | 57 | 29 |
| Octal | 205 | 302 | 15 | 37 | 0 | 135 | 30 | 120 | 127 | 51 |
| Binary | 10000101 | 11000010 | 1101 | 11111 | 0 | 1011101 | 11000 | 1010000 | 1010111 | 101001 |
Color Harmonies of #85C20D
Complementary color
Monochromatic Colors of #85C20D
Black with #85C20D
Text Example
Text Example
White with #85C20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C20D; }
p { color: rgb(133,194,13); }
H1.HeaderClassName
{
color: #85C20D;
}
.AnyTagClassName
{
color: #85C20D;
}
</style>
background-color css
<style>
a { background-color: #85C20D; }
a { background-color: rgb(133,194,13); }
div.DivClassName
{
background-color: #85C20D;
}
.BgClassName
{
background-color: #85C20D;
}
</style>
border-color css
<style>
span { border-color: #85C20D; }
span { border-color: rgb(133,194,13); }
td.TdClassName
{
border-color: #85C20D;
}
.TagClassName
{
border-color: #85C20D;
}
</style>