Shades of Fruit Salad #5EAB59
Tints of Fruit Salad #5EAB59
RGB
CMYK
RGB Variations
Color information
#5EAB59 (or 0x5EAB59) is known color: Fruit Salad. HEX triplet: 5E, AB and 59. RGB value is (94,171,89). Sum of RGB (Red+Green+Blue) = 94+171+89=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 171 (67.19% from 255 or 48.31% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAB59 is #A154A6. Grayscale: #8A8A8A. Windows color (decimal): -10572967 or 5876574. OLE color: 5876574.
HSL color Cylindrical-coordinate representation of color #5EAB59: hue angle of 116.34º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5EAB59 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 171 | 89 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.33 |
| HSL | 116.34º | 0.33% | 0.51% | - |
| HSV(B) | 116.34º | 0.48% | 0.67% | - |
| XYZ | 20.98 | 32.23 | 14.57 | - |
| YUV | 138.63 | 99.99 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 89 | 0.45 | 0 | 0.48 | 0.33 | 116.34 | 0.33 | 0.51 |
| Hex | 5E | AB | 59 | 2D | 0 | 30 | 21 | 74 | 21 | 33 |
| Octal | 136 | 253 | 131 | 55 | 0 | 60 | 41 | 164 | 41 | 63 |
| Binary | 1011110 | 10101011 | 1011001 | 101101 | 0 | 110000 | 100001 | 1110100 | 100001 | 110011 |
Color Harmonies of #5EAB59
Complementary color
Monochromatic Colors of #5EAB59
Black with #5EAB59
Text Example
Text Example
White with #5EAB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAB59; }
p { color: rgb(94,171,89); }
H1.HeaderClassName
{
color: #5EAB59;
}
.AnyTagClassName
{
color: #5EAB59;
}
</style>
background-color css
<style>
a { background-color: #5EAB59; }
a { background-color: rgb(94,171,89); }
div.DivClassName
{
background-color: #5EAB59;
}
.BgClassName
{
background-color: #5EAB59;
}
</style>
border-color css
<style>
span { border-color: #5EAB59; }
span { border-color: rgb(94,171,89); }
td.TdClassName
{
border-color: #5EAB59;
}
.TagClassName
{
border-color: #5EAB59;
}
</style>