Shades of Lima #85BE0F
Tints of Lima #85BE0F
RGB
CMYK
RGB Variations
Color information
#85BE0F (or 0x85BE0F) is known color: Lima. HEX triplet: 85, BE and 0F. RGB value is (133,190,15). Sum of RGB (Red+Green+Blue) = 133+190+15=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 190 (74.61% from 255 or 56.21% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BE0F is #7A41F0. Grayscale: #999999. Windows color (decimal): -8012273 or 1031813. OLE color: 1031813.
HSL color Cylindrical-coordinate representation of color #85BE0F: hue angle of 79.54º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85BE0F is Cyan = 0.3, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 190 | 15 | - |
| CMYK | 0.3 | 0 | 0.92 | 0.25 |
| HSL | 79.54º | 0.85% | 0.4% | - |
| HSV(B) | 79.54º | 0.92% | 0.75% | - |
| XYZ | 28.17 | 41.85 | 7.04 | - |
| YUV | 153.01 | 50.12 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 190 | 15 | 0.3 | 0 | 0.92 | 0.25 | 79.54 | 0.85 | 0.4 |
| Hex | 85 | BE | F | 1E | 0 | 5C | 19 | 50 | 55 | 28 |
| Octal | 205 | 276 | 17 | 36 | 0 | 134 | 31 | 120 | 125 | 50 |
| Binary | 10000101 | 10111110 | 1111 | 11110 | 0 | 1011100 | 11001 | 1010000 | 1010101 | 101000 |
Color Harmonies of #85BE0F
Complementary color
Monochromatic Colors of #85BE0F
Black with #85BE0F
Text Example
Text Example
White with #85BE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BE0F; }
p { color: rgb(133,190,15); }
H1.HeaderClassName
{
color: #85BE0F;
}
.AnyTagClassName
{
color: #85BE0F;
}
</style>
background-color css
<style>
a { background-color: #85BE0F; }
a { background-color: rgb(133,190,15); }
div.DivClassName
{
background-color: #85BE0F;
}
.BgClassName
{
background-color: #85BE0F;
}
</style>
border-color css
<style>
span { border-color: #85BE0F; }
span { border-color: rgb(133,190,15); }
td.TdClassName
{
border-color: #85BE0F;
}
.TagClassName
{
border-color: #85BE0F;
}
</style>