Shades of Lima #87C619
Tints of Lima #87C619
RGB
CMYK
RGB Variations
Color information
#87C619 (or 0x87C619) is known color: Lima. HEX triplet: 87, C6 and 19. RGB value is (135,198,25). Sum of RGB (Red+Green+Blue) = 135+198+25=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 198 (77.73% from 255 or 55.31% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 198 - color contains mainly: green. Hex color #87C619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87C619 is #7839E6. Grayscale: #A0A0A0. Windows color (decimal): -7879143 or 1689223. OLE color: 1689223.
HSL color Cylindrical-coordinate representation of color #87C619: hue angle of 81.85º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #87C619 is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 135 | 198 | 25 | - |
| CMYK | 0.32 | 0 | 0.87 | 0.22 |
| HSL | 81.85º | 0.78% | 0.44% | - |
| HSV(B) | 81.85º | 0.87% | 0.78% | - |
| XYZ | 30.36 | 45.61 | 8.12 | - |
| YUV | 159.44 | 52.13 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 198 | 25 | 0.32 | 0 | 0.87 | 0.22 | 81.85 | 0.78 | 0.44 |
| Hex | 87 | C6 | 19 | 20 | 0 | 57 | 16 | 52 | 4E | 2C |
| Octal | 207 | 306 | 31 | 40 | 0 | 127 | 26 | 122 | 116 | 54 |
| Binary | 10000111 | 11000110 | 11001 | 100000 | 0 | 1010111 | 10110 | 1010010 | 1001110 | 101100 |
Color Harmonies of #87C619
Complementary color
Monochromatic Colors of #87C619
Black with #87C619
Text Example
Text Example
White with #87C619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C619; }
p { color: rgb(135,198,25); }
H1.HeaderClassName
{
color: #87C619;
}
.AnyTagClassName
{
color: #87C619;
}
</style>
background-color css
<style>
a { background-color: #87C619; }
a { background-color: rgb(135,198,25); }
div.DivClassName
{
background-color: #87C619;
}
.BgClassName
{
background-color: #87C619;
}
</style>
border-color css
<style>
span { border-color: #87C619; }
span { border-color: rgb(135,198,25); }
td.TdClassName
{
border-color: #87C619;
}
.TagClassName
{
border-color: #87C619;
}
</style>