Shades of Lima #87C314
Tints of Lima #87C314
RGB
CMYK
RGB Variations
Color information
#87C314 (or 0x87C314) is known color: Lima. HEX triplet: 87, C3 and 14. RGB value is (135,195,20). Sum of RGB (Red+Green+Blue) = 135+195+20=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 195 (76.56% from 255 or 55.71% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 195 - color contains mainly: green. Hex color #87C314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87C314 is #783CEB. Grayscale: #9D9D9D. Windows color (decimal): -7879916 or 1360775. OLE color: 1360775.
HSL color Cylindrical-coordinate representation of color #87C314: hue angle of 80.57º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87C314 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 195 | 20 | - |
| CMYK | 0.31 | 0 | 0.90 | 0.24 |
| HSL | 80.57º | 0.81% | 0.42% | - |
| HSV(B) | 80.57º | 0.9% | 0.76% | - |
| XYZ | 29.63 | 44.23 | 7.64 | - |
| YUV | 157.11 | 50.62 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 195 | 20 | 0.31 | 0 | 0.90 | 0.24 | 80.57 | 0.81 | 0.42 |
| Hex | 87 | C3 | 14 | 1F | 0 | 5A | 18 | 51 | 51 | 2A |
| Octal | 207 | 303 | 24 | 37 | 0 | 132 | 30 | 121 | 121 | 52 |
| Binary | 10000111 | 11000011 | 10100 | 11111 | 0 | 1011010 | 11000 | 1010001 | 1010001 | 101010 |
Color Harmonies of #87C314
Complementary color
Monochromatic Colors of #87C314
Black with #87C314
Text Example
Text Example
White with #87C314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C314; }
p { color: rgb(135,195,20); }
H1.HeaderClassName
{
color: #87C314;
}
.AnyTagClassName
{
color: #87C314;
}
</style>
background-color css
<style>
a { background-color: #87C314; }
a { background-color: rgb(135,195,20); }
div.DivClassName
{
background-color: #87C314;
}
.BgClassName
{
background-color: #87C314;
}
</style>
border-color css
<style>
span { border-color: #87C314; }
span { border-color: rgb(135,195,20); }
td.TdClassName
{
border-color: #87C314;
}
.TagClassName
{
border-color: #87C314;
}
</style>