Shades of Lima #87C113
Tints of Lima #87C113
RGB
CMYK
RGB Variations
Color information
#87C113 (or 0x87C113) is known color: Lima. HEX triplet: 87, C1 and 13. RGB value is (135,193,19). Sum of RGB (Red+Green+Blue) = 135+193+19=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 193 (75.78% from 255 or 55.62% from 347); Blue value is 19 (7.81% from 255 or 5.48% from 347); Max value from RGB is 193 - color contains mainly: green. Hex color #87C113 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87C113 is #783EEC. Grayscale: #9C9C9C. Windows color (decimal): -7880429 or 1294727. OLE color: 1294727.
HSL color Cylindrical-coordinate representation of color #87C113: hue angle of 80º degrees, saturation: 0.82, 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 #87C113 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 193 | 19 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.24 |
| HSL | 80º | 0.82% | 0.42% | - |
| HSV(B) | 80º | 0.9% | 0.76% | - |
| XYZ | 29.18 | 43.34 | 7.44 | - |
| YUV | 155.82 | 50.78 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 193 | 19 | 0.30 | 0 | 0.90 | 0.24 | 80 | 0.82 | 0.42 |
| Hex | 87 | C1 | 13 | 1E | 0 | 5A | 18 | 50 | 52 | 2A |
| Octal | 207 | 301 | 23 | 36 | 0 | 132 | 30 | 120 | 122 | 52 |
| Binary | 10000111 | 11000001 | 10011 | 11110 | 0 | 1011010 | 11000 | 1010000 | 1010010 | 101010 |
Color Harmonies of #87C113
Complementary color
Monochromatic Colors of #87C113
Black with #87C113
Text Example
Text Example
White with #87C113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C113; }
p { color: rgb(135,193,19); }
H1.HeaderClassName
{
color: #87C113;
}
.AnyTagClassName
{
color: #87C113;
}
</style>
background-color css
<style>
a { background-color: #87C113; }
a { background-color: rgb(135,193,19); }
div.DivClassName
{
background-color: #87C113;
}
.BgClassName
{
background-color: #87C113;
}
</style>
border-color css
<style>
span { border-color: #87C113; }
span { border-color: rgb(135,193,19); }
td.TdClassName
{
border-color: #87C113;
}
.TagClassName
{
border-color: #87C113;
}
</style>