Shades of Lima #87C310
Tints of Lima #87C310
RGB
CMYK
RGB Variations
Color information
#87C310 (or 0x87C310) is known color: Lima. HEX triplet: 87, C3 and 10. RGB value is (135,195,16). Sum of RGB (Red+Green+Blue) = 135+195+16=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 195 (76.56% from 255 or 56.36% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 195 - color contains mainly: green. Hex color #87C310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87C310 is #783CEF. Grayscale: #9D9D9D. Windows color (decimal): -7879920 or 1098631. OLE color: 1098631.
HSL color Cylindrical-coordinate representation of color #87C310: hue angle of 80.11º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #87C310 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 195 | 16 | - |
| CMYK | 0.31 | 0 | 0.92 | 0.24 |
| HSL | 80.11º | 0.85% | 0.41% | - |
| HSV(B) | 80.11º | 0.92% | 0.76% | - |
| XYZ | 29.6 | 44.22 | 7.47 | - |
| YUV | 156.65 | 48.62 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 195 | 16 | 0.31 | 0 | 0.92 | 0.24 | 80.11 | 0.85 | 0.41 |
| Hex | 87 | C3 | 10 | 1F | 0 | 5C | 18 | 50 | 55 | 29 |
| Octal | 207 | 303 | 20 | 37 | 0 | 134 | 30 | 120 | 125 | 51 |
| Binary | 10000111 | 11000011 | 10000 | 11111 | 0 | 1011100 | 11000 | 1010000 | 1010101 | 101001 |
Color Harmonies of #87C310
Complementary color
Monochromatic Colors of #87C310
Black with #87C310
Text Example
Text Example
White with #87C310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C310; }
p { color: rgb(135,195,16); }
H1.HeaderClassName
{
color: #87C310;
}
.AnyTagClassName
{
color: #87C310;
}
</style>
background-color css
<style>
a { background-color: #87C310; }
a { background-color: rgb(135,195,16); }
div.DivClassName
{
background-color: #87C310;
}
.BgClassName
{
background-color: #87C310;
}
</style>
border-color css
<style>
span { border-color: #87C310; }
span { border-color: rgb(135,195,16); }
td.TdClassName
{
border-color: #87C310;
}
.TagClassName
{
border-color: #87C310;
}
</style>