Shades of Lima #87C014
Tints of Lima #87C014
RGB
CMYK
RGB Variations
Color information
#87C014 (or 0x87C014) is known color: Lima. HEX triplet: 87, C0 and 14. RGB value is (135,192,20). Sum of RGB (Red+Green+Blue) = 135+192+20=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 192 (75.39% from 255 or 55.33% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 192 - color contains mainly: green. Hex color #87C014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87C014 is #783FEB. Grayscale: #9B9B9B. Windows color (decimal): -7880684 or 1360007. OLE color: 1360007.
HSL color Cylindrical-coordinate representation of color #87C014: hue angle of 79.88º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87C014 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 192 | 20 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.25 |
| HSL | 79.88º | 0.81% | 0.42% | - |
| HSV(B) | 79.88º | 0.9% | 0.75% | - |
| XYZ | 28.97 | 42.9 | 7.42 | - |
| YUV | 155.35 | 51.62 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 192 | 20 | 0.30 | 0 | 0.90 | 0.25 | 79.88 | 0.81 | 0.42 |
| Hex | 87 | C0 | 14 | 1E | 0 | 5A | 19 | 50 | 51 | 2A |
| Octal | 207 | 300 | 24 | 36 | 0 | 132 | 31 | 120 | 121 | 52 |
| Binary | 10000111 | 11000000 | 10100 | 11110 | 0 | 1011010 | 11001 | 1010000 | 1010001 | 101010 |
Color Harmonies of #87C014
Complementary color
Monochromatic Colors of #87C014
Black with #87C014
Text Example
Text Example
White with #87C014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C014; }
p { color: rgb(135,192,20); }
H1.HeaderClassName
{
color: #87C014;
}
.AnyTagClassName
{
color: #87C014;
}
</style>
background-color css
<style>
a { background-color: #87C014; }
a { background-color: rgb(135,192,20); }
div.DivClassName
{
background-color: #87C014;
}
.BgClassName
{
background-color: #87C014;
}
</style>
border-color css
<style>
span { border-color: #87C014; }
span { border-color: rgb(135,192,20); }
td.TdClassName
{
border-color: #87C014;
}
.TagClassName
{
border-color: #87C014;
}
</style>