Shades of Lima #85C11E
Tints of Lima #85C11E
RGB
CMYK
RGB Variations
Color information
#85C11E (or 0x85C11E) is known color: Lima. HEX triplet: 85, C1 and 1E. RGB value is (133,193,30). Sum of RGB (Red+Green+Blue) = 133+193+30=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 193 (75.78% from 255 or 54.21% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 193 - color contains mainly: green. Hex color #85C11E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C11E is #7A3EE1. Grayscale: #9D9D9D. Windows color (decimal): -8011490 or 2015621. OLE color: 2015621.
HSL color Cylindrical-coordinate representation of color #85C11E: hue angle of 82.09º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85C11E is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 193 | 30 | - |
| CMYK | 0.31 | 0 | 0.84 | 0.24 |
| HSL | 82.09º | 0.73% | 0.44% | - |
| HSV(B) | 82.09º | 0.84% | 0.76% | - |
| XYZ | 28.98 | 43.22 | 8.04 | - |
| YUV | 156.48 | 56.62 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 193 | 30 | 0.31 | 0 | 0.84 | 0.24 | 82.09 | 0.73 | 0.44 |
| Hex | 85 | C1 | 1E | 1F | 0 | 54 | 18 | 52 | 49 | 2C |
| Octal | 205 | 301 | 36 | 37 | 0 | 124 | 30 | 122 | 111 | 54 |
| Binary | 10000101 | 11000001 | 11110 | 11111 | 0 | 1010100 | 11000 | 1010010 | 1001001 | 101100 |
Color Harmonies of #85C11E
Complementary color
Monochromatic Colors of #85C11E
Black with #85C11E
Text Example
Text Example
White with #85C11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C11E; }
p { color: rgb(133,193,30); }
H1.HeaderClassName
{
color: #85C11E;
}
.AnyTagClassName
{
color: #85C11E;
}
</style>
background-color css
<style>
a { background-color: #85C11E; }
a { background-color: rgb(133,193,30); }
div.DivClassName
{
background-color: #85C11E;
}
.BgClassName
{
background-color: #85C11E;
}
</style>
border-color css
<style>
span { border-color: #85C11E; }
span { border-color: rgb(133,193,30); }
td.TdClassName
{
border-color: #85C11E;
}
.TagClassName
{
border-color: #85C11E;
}
</style>