Shades of Fruit Salad #5EAA59
Tints of Fruit Salad #5EAA59
RGB
CMYK
RGB Variations
Color information
#5EAA59 (or 0x5EAA59) is known color: Fruit Salad. HEX triplet: 5E, AA and 59. RGB value is (94,170,89). Sum of RGB (Red+Green+Blue) = 94+170+89=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAA59 is #A155A6. Grayscale: #8A8A8A. Windows color (decimal): -10573223 or 5876318. OLE color: 5876318.
HSL color Cylindrical-coordinate representation of color #5EAA59: hue angle of 116.3º degrees, saturation: 0.32, 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 #5EAA59 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 170 | 89 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.33 |
| HSL | 116.3º | 0.32% | 0.51% | - |
| HSV(B) | 116.3º | 0.48% | 0.67% | - |
| XYZ | 20.79 | 31.85 | 14.5 | - |
| YUV | 138.04 | 100.32 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 89 | 0.45 | 0 | 0.48 | 0.33 | 116.3 | 0.32 | 0.51 |
| Hex | 5E | AA | 59 | 2D | 0 | 30 | 21 | 74 | 20 | 33 |
| Octal | 136 | 252 | 131 | 55 | 0 | 60 | 41 | 164 | 40 | 63 |
| Binary | 1011110 | 10101010 | 1011001 | 101101 | 0 | 110000 | 100001 | 1110100 | 100000 | 110011 |
Color Harmonies of #5EAA59
Complementary color
Monochromatic Colors of #5EAA59
Black with #5EAA59
Text Example
Text Example
White with #5EAA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAA59; }
p { color: rgb(94,170,89); }
H1.HeaderClassName
{
color: #5EAA59;
}
.AnyTagClassName
{
color: #5EAA59;
}
</style>
background-color css
<style>
a { background-color: #5EAA59; }
a { background-color: rgb(94,170,89); }
div.DivClassName
{
background-color: #5EAA59;
}
.BgClassName
{
background-color: #5EAA59;
}
</style>
border-color css
<style>
span { border-color: #5EAA59; }
span { border-color: rgb(94,170,89); }
td.TdClassName
{
border-color: #5EAA59;
}
.TagClassName
{
border-color: #5EAA59;
}
</style>