Shades of Lima #88C815
Tints of Lima #88C815
RGB
CMYK
RGB Variations
Color information
#88C815 (or 0x88C815) is known color: Lima. HEX triplet: 88, C8 and 15. RGB value is (136,200,21). Sum of RGB (Red+Green+Blue) = 136+200+21=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 200 (78.52% from 255 or 56.02% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 200 - color contains mainly: green. Hex color #88C815 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #88C815 is #7737EA. Grayscale: #A1A1A1. Windows color (decimal): -7813099 or 1427592. OLE color: 1427592.
HSL color Cylindrical-coordinate representation of color #88C815: hue angle of 81.45º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88C815 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 200 | 21 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.22 |
| HSL | 81.45º | 0.81% | 0.43% | - |
| HSV(B) | 81.45º | 0.9% | 0.78% | - |
| XYZ | 30.94 | 46.6 | 8.07 | - |
| YUV | 160.46 | 49.3 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 200 | 21 | 0.32 | 0 | 0.90 | 0.22 | 81.45 | 0.81 | 0.43 |
| Hex | 88 | C8 | 15 | 20 | 0 | 5A | 16 | 51 | 51 | 2B |
| Octal | 210 | 310 | 25 | 40 | 0 | 132 | 26 | 121 | 121 | 53 |
| Binary | 10001000 | 11001000 | 10101 | 100000 | 0 | 1011010 | 10110 | 1010001 | 1010001 | 101011 |
Color Harmonies of #88C815
Complementary color
Monochromatic Colors of #88C815
Black with #88C815
Text Example
Text Example
White with #88C815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C815; }
p { color: rgb(136,200,21); }
H1.HeaderClassName
{
color: #88C815;
}
.AnyTagClassName
{
color: #88C815;
}
</style>
background-color css
<style>
a { background-color: #88C815; }
a { background-color: rgb(136,200,21); }
div.DivClassName
{
background-color: #88C815;
}
.BgClassName
{
background-color: #88C815;
}
</style>
border-color css
<style>
span { border-color: #88C815; }
span { border-color: rgb(136,200,21); }
td.TdClassName
{
border-color: #88C815;
}
.TagClassName
{
border-color: #88C815;
}
</style>