Shades of Lima #85C41B
Tints of Lima #85C41B
RGB
CMYK
RGB Variations
Color information
#85C41B (or 0x85C41B) is known color: Lima. HEX triplet: 85, C4 and 1B. RGB value is (133,196,27). Sum of RGB (Red+Green+Blue) = 133+196+27=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 196 (76.95% from 255 or 55.06% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 196 - color contains mainly: green. Hex color #85C41B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C41B is #7A3BE4. Grayscale: #9E9E9E. Windows color (decimal): -8010725 or 1819781. OLE color: 1819781.
HSL color Cylindrical-coordinate representation of color #85C41B: hue angle of 82.37º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85C41B is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 133 | 196 | 27 | - |
| CMYK | 0.32 | 0 | 0.86 | 0.23 |
| HSL | 82.37º | 0.76% | 0.44% | - |
| HSV(B) | 82.37º | 0.86% | 0.77% | - |
| XYZ | 29.61 | 44.55 | 8.07 | - |
| YUV | 157.9 | 54.13 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 196 | 27 | 0.32 | 0 | 0.86 | 0.23 | 82.37 | 0.76 | 0.44 |
| Hex | 85 | C4 | 1B | 20 | 0 | 56 | 17 | 52 | 4C | 2C |
| Octal | 205 | 304 | 33 | 40 | 0 | 126 | 27 | 122 | 114 | 54 |
| Binary | 10000101 | 11000100 | 11011 | 100000 | 0 | 1010110 | 10111 | 1010010 | 1001100 | 101100 |
Color Harmonies of #85C41B
Complementary color
Monochromatic Colors of #85C41B
Black with #85C41B
Text Example
Text Example
White with #85C41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C41B; }
p { color: rgb(133,196,27); }
H1.HeaderClassName
{
color: #85C41B;
}
.AnyTagClassName
{
color: #85C41B;
}
</style>
background-color css
<style>
a { background-color: #85C41B; }
a { background-color: rgb(133,196,27); }
div.DivClassName
{
background-color: #85C41B;
}
.BgClassName
{
background-color: #85C41B;
}
</style>
border-color css
<style>
span { border-color: #85C41B; }
span { border-color: rgb(133,196,27); }
td.TdClassName
{
border-color: #85C41B;
}
.TagClassName
{
border-color: #85C41B;
}
</style>