Shades of Lima #85C01E
Tints of Lima #85C01E
RGB
CMYK
RGB Variations
Color information
#85C01E (or 0x85C01E) is known color: Lima. HEX triplet: 85, C0 and 1E. RGB value is (133,192,30). Sum of RGB (Red+Green+Blue) = 133+192+30=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #85C01E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C01E is #7A3FE1. Grayscale: #9C9C9C. Windows color (decimal): -8011746 or 2015365. OLE color: 2015365.
HSL color Cylindrical-coordinate representation of color #85C01E: hue angle of 81.85º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85C01E is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 192 | 30 | - |
| CMYK | 0.31 | 0 | 0.84 | 0.25 |
| HSL | 81.85º | 0.73% | 0.44% | - |
| HSV(B) | 81.85º | 0.84% | 0.75% | - |
| XYZ | 28.76 | 42.78 | 7.97 | - |
| YUV | 155.89 | 56.95 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 192 | 30 | 0.31 | 0 | 0.84 | 0.25 | 81.85 | 0.73 | 0.44 |
| Hex | 85 | C0 | 1E | 1F | 0 | 54 | 19 | 52 | 49 | 2C |
| Octal | 205 | 300 | 36 | 37 | 0 | 124 | 31 | 122 | 111 | 54 |
| Binary | 10000101 | 11000000 | 11110 | 11111 | 0 | 1010100 | 11001 | 1010010 | 1001001 | 101100 |
Color Harmonies of #85C01E
Complementary color
Monochromatic Colors of #85C01E
Black with #85C01E
Text Example
Text Example
White with #85C01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C01E; }
p { color: rgb(133,192,30); }
H1.HeaderClassName
{
color: #85C01E;
}
.AnyTagClassName
{
color: #85C01E;
}
</style>
background-color css
<style>
a { background-color: #85C01E; }
a { background-color: rgb(133,192,30); }
div.DivClassName
{
background-color: #85C01E;
}
.BgClassName
{
background-color: #85C01E;
}
</style>
border-color css
<style>
span { border-color: #85C01E; }
span { border-color: rgb(133,192,30); }
td.TdClassName
{
border-color: #85C01E;
}
.TagClassName
{
border-color: #85C01E;
}
</style>