Shades of Lima #85BD0F
Tints of Lima #85BD0F
RGB
CMYK
RGB Variations
Color information
#85BD0F (or 0x85BD0F) is known color: Lima. HEX triplet: 85, BD and 0F. RGB value is (133,189,15). Sum of RGB (Red+Green+Blue) = 133+189+15=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 189 (74.22% from 255 or 56.08% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BD0F is #7A42F0. Grayscale: #999999. Windows color (decimal): -8012529 or 1031557. OLE color: 1031557.
HSL color Cylindrical-coordinate representation of color #85BD0F: hue angle of 79.31º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85BD0F is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 15 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.26 |
| HSL | 79.31º | 0.85% | 0.4% | - |
| HSV(B) | 79.31º | 0.92% | 0.74% | - |
| XYZ | 27.96 | 41.42 | 6.97 | - |
| YUV | 152.42 | 50.45 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 15 | 0.30 | 0 | 0.92 | 0.26 | 79.31 | 0.85 | 0.4 |
| Hex | 85 | BD | F | 1E | 0 | 5C | 1A | 4F | 55 | 28 |
| Octal | 205 | 275 | 17 | 36 | 0 | 134 | 32 | 117 | 125 | 50 |
| Binary | 10000101 | 10111101 | 1111 | 11110 | 0 | 1011100 | 11010 | 1001111 | 1010101 | 101000 |
Color Harmonies of #85BD0F
Complementary color
Monochromatic Colors of #85BD0F
Black with #85BD0F
Text Example
Text Example
White with #85BD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD0F; }
p { color: rgb(133,189,15); }
H1.HeaderClassName
{
color: #85BD0F;
}
.AnyTagClassName
{
color: #85BD0F;
}
</style>
background-color css
<style>
a { background-color: #85BD0F; }
a { background-color: rgb(133,189,15); }
div.DivClassName
{
background-color: #85BD0F;
}
.BgClassName
{
background-color: #85BD0F;
}
</style>
border-color css
<style>
span { border-color: #85BD0F; }
span { border-color: rgb(133,189,15); }
td.TdClassName
{
border-color: #85BD0F;
}
.TagClassName
{
border-color: #85BD0F;
}
</style>