Shades of Lima #87BD16
Tints of Lima #87BD16
RGB
CMYK
RGB Variations
Color information
#87BD16 (or 0x87BD16) is known color: Lima. HEX triplet: 87, BD and 16. RGB value is (135,189,22). Sum of RGB (Red+Green+Blue) = 135+189+22=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 189 (74.22% from 255 or 54.62% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 189 - color contains mainly: green. Hex color #87BD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87BD16 is #7842E9. Grayscale: #9A9A9A. Windows color (decimal): -7881450 or 1490311. OLE color: 1490311.
HSL color Cylindrical-coordinate representation of color #87BD16: hue angle of 79.4º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #87BD16 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 189 | 22 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.26 |
| HSL | 79.4º | 0.79% | 0.41% | - |
| HSV(B) | 79.4º | 0.88% | 0.74% | - |
| XYZ | 28.33 | 41.6 | 7.3 | - |
| YUV | 153.82 | 53.61 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 189 | 22 | 0.29 | 0 | 0.88 | 0.26 | 79.4 | 0.79 | 0.41 |
| Hex | 87 | BD | 16 | 1D | 0 | 58 | 1A | 4F | 4F | 29 |
| Octal | 207 | 275 | 26 | 35 | 0 | 130 | 32 | 117 | 117 | 51 |
| Binary | 10000111 | 10111101 | 10110 | 11101 | 0 | 1011000 | 11010 | 1001111 | 1001111 | 101001 |
Color Harmonies of #87BD16
Complementary color
Monochromatic Colors of #87BD16
Black with #87BD16
Text Example
Text Example
White with #87BD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BD16; }
p { color: rgb(135,189,22); }
H1.HeaderClassName
{
color: #87BD16;
}
.AnyTagClassName
{
color: #87BD16;
}
</style>
background-color css
<style>
a { background-color: #87BD16; }
a { background-color: rgb(135,189,22); }
div.DivClassName
{
background-color: #87BD16;
}
.BgClassName
{
background-color: #87BD16;
}
</style>
border-color css
<style>
span { border-color: #87BD16; }
span { border-color: rgb(135,189,22); }
td.TdClassName
{
border-color: #87BD16;
}
.TagClassName
{
border-color: #87BD16;
}
</style>