Shades of Lima #87BC0F
Tints of Lima #87BC0F
RGB
CMYK
RGB Variations
Color information
#87BC0F (or 0x87BC0F) is known color: Lima. HEX triplet: 87, BC and 0F. RGB value is (135,188,15). Sum of RGB (Red+Green+Blue) = 135+188+15=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 188 (73.83% from 255 or 55.62% from 338); Blue value is 15 (6.25% from 255 or 4.44% from 338); Max value from RGB is 188 - color contains mainly: green. Hex color #87BC0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87BC0F is #7843F0. Grayscale: #999999. Windows color (decimal): -7881713 or 1031303. OLE color: 1031303.
HSL color Cylindrical-coordinate representation of color #87BC0F: hue angle of 78.38º 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 #87BC0F is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 188 | 15 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.26 |
| HSL | 78.38º | 0.85% | 0.4% | - |
| HSV(B) | 78.38º | 0.92% | 0.74% | - |
| XYZ | 28.06 | 41.15 | 6.92 | - |
| YUV | 152.43 | 50.44 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 188 | 15 | 0.28 | 0 | 0.92 | 0.26 | 78.38 | 0.85 | 0.4 |
| Hex | 87 | BC | F | 1C | 0 | 5C | 1A | 4E | 55 | 28 |
| Octal | 207 | 274 | 17 | 34 | 0 | 134 | 32 | 116 | 125 | 50 |
| Binary | 10000111 | 10111100 | 1111 | 11100 | 0 | 1011100 | 11010 | 1001110 | 1010101 | 101000 |
Color Harmonies of #87BC0F
Complementary color
Monochromatic Colors of #87BC0F
Black with #87BC0F
Text Example
Text Example
White with #87BC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BC0F; }
p { color: rgb(135,188,15); }
H1.HeaderClassName
{
color: #87BC0F;
}
.AnyTagClassName
{
color: #87BC0F;
}
</style>
background-color css
<style>
a { background-color: #87BC0F; }
a { background-color: rgb(135,188,15); }
div.DivClassName
{
background-color: #87BC0F;
}
.BgClassName
{
background-color: #87BC0F;
}
</style>
border-color css
<style>
span { border-color: #87BC0F; }
span { border-color: rgb(135,188,15); }
td.TdClassName
{
border-color: #87BC0F;
}
.TagClassName
{
border-color: #87BC0F;
}
</style>