Shades of Lima #85BF10
Tints of Lima #85BF10
RGB
CMYK
RGB Variations
Color information
#85BF10 (or 0x85BF10) is known color: Lima. HEX triplet: 85, BF and 10. RGB value is (133,191,16). Sum of RGB (Red+Green+Blue) = 133+191+16=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 191 (75% from 255 or 56.18% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BF10 is #7A40EF. Grayscale: #9A9A9A. Windows color (decimal): -8012016 or 1097605. OLE color: 1097605.
HSL color Cylindrical-coordinate representation of color #85BF10: hue angle of 79.89º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85BF10 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 191 | 16 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.25 |
| HSL | 79.89º | 0.85% | 0.41% | - |
| HSV(B) | 79.89º | 0.92% | 0.75% | - |
| XYZ | 28.4 | 42.29 | 7.16 | - |
| YUV | 153.71 | 50.28 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 191 | 16 | 0.30 | 0 | 0.92 | 0.25 | 79.89 | 0.85 | 0.41 |
| Hex | 85 | BF | 10 | 1E | 0 | 5C | 19 | 50 | 55 | 29 |
| Octal | 205 | 277 | 20 | 36 | 0 | 134 | 31 | 120 | 125 | 51 |
| Binary | 10000101 | 10111111 | 10000 | 11110 | 0 | 1011100 | 11001 | 1010000 | 1010101 | 101001 |
Color Harmonies of #85BF10
Complementary color
Monochromatic Colors of #85BF10
Black with #85BF10
Text Example
Text Example
White with #85BF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BF10; }
p { color: rgb(133,191,16); }
H1.HeaderClassName
{
color: #85BF10;
}
.AnyTagClassName
{
color: #85BF10;
}
</style>
background-color css
<style>
a { background-color: #85BF10; }
a { background-color: rgb(133,191,16); }
div.DivClassName
{
background-color: #85BF10;
}
.BgClassName
{
background-color: #85BF10;
}
</style>
border-color css
<style>
span { border-color: #85BF10; }
span { border-color: rgb(133,191,16); }
td.TdClassName
{
border-color: #85BF10;
}
.TagClassName
{
border-color: #85BF10;
}
</style>