Shades of Lima #87CA13
Tints of Lima #87CA13
RGB
CMYK
RGB Variations
Color information
#87CA13 (or 0x87CA13) is known color: Lima. HEX triplet: 87, CA and 13. RGB value is (135,202,19). Sum of RGB (Red+Green+Blue) = 135+202+19=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #87CA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87CA13 is #7835EC. Grayscale: #A1A1A1. Windows color (decimal): -7878125 or 1297031. OLE color: 1297031.
HSL color Cylindrical-coordinate representation of color #87CA13: hue angle of 81.97º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #87CA13 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 202 | 19 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.21 |
| HSL | 81.97º | 0.83% | 0.43% | - |
| HSV(B) | 81.97º | 0.91% | 0.79% | - |
| XYZ | 31.23 | 47.44 | 8.13 | - |
| YUV | 161.11 | 47.8 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 202 | 19 | 0.33 | 0 | 0.91 | 0.21 | 81.97 | 0.83 | 0.43 |
| Hex | 87 | CA | 13 | 21 | 0 | 5B | 15 | 52 | 53 | 2B |
| Octal | 207 | 312 | 23 | 41 | 0 | 133 | 25 | 122 | 123 | 53 |
| Binary | 10000111 | 11001010 | 10011 | 100001 | 0 | 1011011 | 10101 | 1010010 | 1010011 | 101011 |
Color Harmonies of #87CA13
Complementary color
Monochromatic Colors of #87CA13
Black with #87CA13
Text Example
Text Example
White with #87CA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CA13; }
p { color: rgb(135,202,19); }
H1.HeaderClassName
{
color: #87CA13;
}
.AnyTagClassName
{
color: #87CA13;
}
</style>
background-color css
<style>
a { background-color: #87CA13; }
a { background-color: rgb(135,202,19); }
div.DivClassName
{
background-color: #87CA13;
}
.BgClassName
{
background-color: #87CA13;
}
</style>
border-color css
<style>
span { border-color: #87CA13; }
span { border-color: rgb(135,202,19); }
td.TdClassName
{
border-color: #87CA13;
}
.TagClassName
{
border-color: #87CA13;
}
</style>