Shades of Lima #85C01F
Tints of Lima #85C01F
RGB
CMYK
RGB Variations
Color information
#85C01F (or 0x85C01F) is known color: Lima. HEX triplet: 85, C0 and 1F. RGB value is (133,192,31). Sum of RGB (Red+Green+Blue) = 133+192+31=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 192 (75.39% from 255 or 53.93% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 192 - color contains mainly: green. Hex color #85C01F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C01F is #7A3FE0. Grayscale: #9C9C9C. Windows color (decimal): -8011745 or 2080901. OLE color: 2080901.
HSL color Cylindrical-coordinate representation of color #85C01F: hue angle of 81.99º degrees, saturation: 0.72, 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 #85C01F is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 192 | 31 | - |
| CMYK | 0.31 | 0 | 0.84 | 0.25 |
| HSL | 81.99º | 0.72% | 0.44% | - |
| HSV(B) | 81.99º | 0.84% | 0.75% | - |
| XYZ | 28.77 | 42.78 | 8.04 | - |
| YUV | 156.01 | 57.45 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 192 | 31 | 0.31 | 0 | 0.84 | 0.25 | 81.99 | 0.72 | 0.44 |
| Hex | 85 | C0 | 1F | 1F | 0 | 54 | 19 | 52 | 48 | 2C |
| Octal | 205 | 300 | 37 | 37 | 0 | 124 | 31 | 122 | 110 | 54 |
| Binary | 10000101 | 11000000 | 11111 | 11111 | 0 | 1010100 | 11001 | 1010010 | 1001000 | 101100 |
Color Harmonies of #85C01F
Complementary color
Monochromatic Colors of #85C01F
Black with #85C01F
Text Example
Text Example
White with #85C01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C01F; }
p { color: rgb(133,192,31); }
H1.HeaderClassName
{
color: #85C01F;
}
.AnyTagClassName
{
color: #85C01F;
}
</style>
background-color css
<style>
a { background-color: #85C01F; }
a { background-color: rgb(133,192,31); }
div.DivClassName
{
background-color: #85C01F;
}
.BgClassName
{
background-color: #85C01F;
}
</style>
border-color css
<style>
span { border-color: #85C01F; }
span { border-color: rgb(133,192,31); }
td.TdClassName
{
border-color: #85C01F;
}
.TagClassName
{
border-color: #85C01F;
}
</style>