Shades of Lima #87BA10
Tints of Lima #87BA10
RGB
CMYK
RGB Variations
Color information
#87BA10 (or 0x87BA10) is known color: Lima. HEX triplet: 87, BA and 10. RGB value is (135,186,16). Sum of RGB (Red+Green+Blue) = 135+186+16=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 186 (73.05% from 255 or 55.19% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 186 - color contains mainly: green. Hex color #87BA10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87BA10 is #7845EF. Grayscale: #989898. Windows color (decimal): -7882224 or 1096327. OLE color: 1096327.
HSL color Cylindrical-coordinate representation of color #87BA10: hue angle of 78º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #87BA10 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 186 | 16 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.27 |
| HSL | 78º | 0.84% | 0.4% | - |
| HSV(B) | 78º | 0.91% | 0.73% | - |
| XYZ | 27.64 | 40.31 | 6.81 | - |
| YUV | 151.37 | 51.6 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 186 | 16 | 0.27 | 0 | 0.91 | 0.27 | 78 | 0.84 | 0.4 |
| Hex | 87 | BA | 10 | 1B | 0 | 5B | 1B | 4E | 54 | 28 |
| Octal | 207 | 272 | 20 | 33 | 0 | 133 | 33 | 116 | 124 | 50 |
| Binary | 10000111 | 10111010 | 10000 | 11011 | 0 | 1011011 | 11011 | 1001110 | 1010100 | 101000 |
Color Harmonies of #87BA10
Complementary color
Monochromatic Colors of #87BA10
Black with #87BA10
Text Example
Text Example
White with #87BA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BA10; }
p { color: rgb(135,186,16); }
H1.HeaderClassName
{
color: #87BA10;
}
.AnyTagClassName
{
color: #87BA10;
}
</style>
background-color css
<style>
a { background-color: #87BA10; }
a { background-color: rgb(135,186,16); }
div.DivClassName
{
background-color: #87BA10;
}
.BgClassName
{
background-color: #87BA10;
}
</style>
border-color css
<style>
span { border-color: #87BA10; }
span { border-color: rgb(135,186,16); }
td.TdClassName
{
border-color: #87BA10;
}
.TagClassName
{
border-color: #87BA10;
}
</style>