Shades of Lima #89C313
Tints of Lima #89C313
RGB
CMYK
RGB Variations
Color information
#89C313 (or 0x89C313) is known color: Lima. HEX triplet: 89, C3 and 13. RGB value is (137,195,19). Sum of RGB (Red+Green+Blue) = 137+195+19=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 195 (76.56% from 255 or 55.56% from 351); Blue value is 19 (7.81% from 255 or 5.41% from 351); Max value from RGB is 195 - color contains mainly: green. Hex color #89C313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #89C313 is #763CEC. Grayscale: #9E9E9E. Windows color (decimal): -7748845 or 1295241. OLE color: 1295241.
HSL color Cylindrical-coordinate representation of color #89C313: hue angle of 79.77º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #89C313 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 195 | 19 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.24 |
| HSL | 79.77º | 0.82% | 0.42% | - |
| HSV(B) | 79.77º | 0.9% | 0.76% | - |
| XYZ | 29.95 | 44.4 | 7.61 | - |
| YUV | 157.59 | 49.78 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 195 | 19 | 0.30 | 0 | 0.90 | 0.24 | 79.77 | 0.82 | 0.42 |
| Hex | 89 | C3 | 13 | 1E | 0 | 5A | 18 | 50 | 52 | 2A |
| Octal | 211 | 303 | 23 | 36 | 0 | 132 | 30 | 120 | 122 | 52 |
| Binary | 10001001 | 11000011 | 10011 | 11110 | 0 | 1011010 | 11000 | 1010000 | 1010010 | 101010 |
Color Harmonies of #89C313
Complementary color
Monochromatic Colors of #89C313
Black with #89C313
Text Example
Text Example
White with #89C313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89C313; }
p { color: rgb(137,195,19); }
H1.HeaderClassName
{
color: #89C313;
}
.AnyTagClassName
{
color: #89C313;
}
</style>
background-color css
<style>
a { background-color: #89C313; }
a { background-color: rgb(137,195,19); }
div.DivClassName
{
background-color: #89C313;
}
.BgClassName
{
background-color: #89C313;
}
</style>
border-color css
<style>
span { border-color: #89C313; }
span { border-color: rgb(137,195,19); }
td.TdClassName
{
border-color: #89C313;
}
.TagClassName
{
border-color: #89C313;
}
</style>