Shades of Lima #87C41C
Tints of Lima #87C41C
RGB
CMYK
RGB Variations
Color information
#87C41C (or 0x87C41C) is known color: Lima. HEX triplet: 87, C4 and 1C. RGB value is (135,196,28). Sum of RGB (Red+Green+Blue) = 135+196+28=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 196 (76.95% from 255 or 54.60% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 196 - color contains mainly: green. Hex color #87C41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87C41C is #783BE3. Grayscale: #9F9F9F. Windows color (decimal): -7879652 or 1885319. OLE color: 1885319.
HSL color Cylindrical-coordinate representation of color #87C41C: hue angle of 81.79º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #87C41C is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 135 | 196 | 28 | - |
| CMYK | 0.31 | 0 | 0.86 | 0.23 |
| HSL | 81.79º | 0.75% | 0.44% | - |
| HSV(B) | 81.79º | 0.86% | 0.77% | - |
| XYZ | 29.94 | 44.71 | 8.15 | - |
| YUV | 158.61 | 54.29 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 196 | 28 | 0.31 | 0 | 0.86 | 0.23 | 81.79 | 0.75 | 0.44 |
| Hex | 87 | C4 | 1C | 1F | 0 | 56 | 17 | 52 | 4B | 2C |
| Octal | 207 | 304 | 34 | 37 | 0 | 126 | 27 | 122 | 113 | 54 |
| Binary | 10000111 | 11000100 | 11100 | 11111 | 0 | 1010110 | 10111 | 1010010 | 1001011 | 101100 |
Color Harmonies of #87C41C
Complementary color
Monochromatic Colors of #87C41C
Black with #87C41C
Text Example
Text Example
White with #87C41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C41C; }
p { color: rgb(135,196,28); }
H1.HeaderClassName
{
color: #87C41C;
}
.AnyTagClassName
{
color: #87C41C;
}
</style>
background-color css
<style>
a { background-color: #87C41C; }
a { background-color: rgb(135,196,28); }
div.DivClassName
{
background-color: #87C41C;
}
.BgClassName
{
background-color: #87C41C;
}
</style>
border-color css
<style>
span { border-color: #87C41C; }
span { border-color: rgb(135,196,28); }
td.TdClassName
{
border-color: #87C41C;
}
.TagClassName
{
border-color: #87C41C;
}
</style>