Shades of Lima #89C814
Tints of Lima #89C814
RGB
CMYK
RGB Variations
Color information
#89C814 (or 0x89C814) is known color: Lima. HEX triplet: 89, C8 and 14. RGB value is (137,200,20). Sum of RGB (Red+Green+Blue) = 137+200+20=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 200 (78.52% from 255 or 56.02% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 200 - color contains mainly: green. Hex color #89C814 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89C814 is #7637EB. Grayscale: #A1A1A1. Windows color (decimal): -7747564 or 1362057. OLE color: 1362057.
HSL color Cylindrical-coordinate representation of color #89C814: hue angle of 81º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #89C814 is Cyan = 0.32, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 137 | 200 | 20 | - |
| CMYK | 0.32 | 0 | 0.9 | 0.22 |
| HSL | 81º | 0.82% | 0.43% | - |
| HSV(B) | 81º | 0.9% | 0.78% | - |
| XYZ | 31.1 | 46.68 | 8.03 | - |
| YUV | 160.64 | 48.63 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 200 | 20 | 0.32 | 0 | 0.9 | 0.22 | 81 | 0.82 | 0.43 |
| Hex | 89 | C8 | 14 | 20 | 0 | 5A | 16 | 51 | 52 | 2B |
| Octal | 211 | 310 | 24 | 40 | 0 | 132 | 26 | 121 | 122 | 53 |
| Binary | 10001001 | 11001000 | 10100 | 100000 | 0 | 1011010 | 10110 | 1010001 | 1010010 | 101011 |
Color Harmonies of #89C814
Complementary color
Monochromatic Colors of #89C814
Black with #89C814
Text Example
Text Example
White with #89C814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C814; }
p { color: rgb(137,200,20); }
H1.HeaderClassName
{
color: #89C814;
}
.AnyTagClassName
{
color: #89C814;
}
</style>
background-color css
<style>
a { background-color: #89C814; }
a { background-color: rgb(137,200,20); }
div.DivClassName
{
background-color: #89C814;
}
.BgClassName
{
background-color: #89C814;
}
</style>
border-color css
<style>
span { border-color: #89C814; }
span { border-color: rgb(137,200,20); }
td.TdClassName
{
border-color: #89C814;
}
.TagClassName
{
border-color: #89C814;
}
</style>