Shades of Lima #87C814
Tints of Lima #87C814
RGB
CMYK
RGB Variations
Color information
#87C814 (or 0x87C814) is known color: Lima. HEX triplet: 87, C8 and 14. RGB value is (135,200,20). Sum of RGB (Red+Green+Blue) = 135+200+20=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 200 (78.52% from 255 or 56.34% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 200 - color contains mainly: green. Hex color #87C814 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87C814 is #7837EB. Grayscale: #A0A0A0. Windows color (decimal): -7878636 or 1362055. OLE color: 1362055.
HSL color Cylindrical-coordinate representation of color #87C814: hue angle of 81.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87C814 is Cyan = 0.32, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 135 | 200 | 20 | - |
| CMYK | 0.32 | 0 | 0.9 | 0.22 |
| HSL | 81.67º | 0.82% | 0.43% | - |
| HSV(B) | 81.67º | 0.9% | 0.78% | - |
| XYZ | 30.77 | 46.51 | 8.02 | - |
| YUV | 160.05 | 48.97 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 200 | 20 | 0.32 | 0 | 0.9 | 0.22 | 81.67 | 0.82 | 0.43 |
| Hex | 87 | C8 | 14 | 20 | 0 | 5A | 16 | 52 | 52 | 2B |
| Octal | 207 | 310 | 24 | 40 | 0 | 132 | 26 | 122 | 122 | 53 |
| Binary | 10000111 | 11001000 | 10100 | 100000 | 0 | 1011010 | 10110 | 1010010 | 1010010 | 101011 |
Color Harmonies of #87C814
Complementary color
Monochromatic Colors of #87C814
Black with #87C814
Text Example
Text Example
White with #87C814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C814; }
p { color: rgb(135,200,20); }
H1.HeaderClassName
{
color: #87C814;
}
.AnyTagClassName
{
color: #87C814;
}
</style>
background-color css
<style>
a { background-color: #87C814; }
a { background-color: rgb(135,200,20); }
div.DivClassName
{
background-color: #87C814;
}
.BgClassName
{
background-color: #87C814;
}
</style>
border-color css
<style>
span { border-color: #87C814; }
span { border-color: rgb(135,200,20); }
td.TdClassName
{
border-color: #87C814;
}
.TagClassName
{
border-color: #87C814;
}
</style>