Shades of Fruit Salad #5EAA58
Tints of Fruit Salad #5EAA58
RGB
CMYK
RGB Variations
Color information
#5EAA58 (or 0x5EAA58) is known color: Fruit Salad. HEX triplet: 5E, AA and 58. RGB value is (94,170,88). Sum of RGB (Red+Green+Blue) = 94+170+88=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAA58 is #A155A7. Grayscale: #8A8A8A. Windows color (decimal): -10573224 or 5810782. OLE color: 5810782.
HSL color Cylindrical-coordinate representation of color #5EAA58: hue angle of 115.61º 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 #5EAA58 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 170 | 88 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.33 |
| HSL | 115.61º | 0.33% | 0.51% | - |
| HSV(B) | 115.61º | 0.48% | 0.67% | - |
| XYZ | 20.75 | 31.83 | 14.28 | - |
| YUV | 137.93 | 99.82 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 88 | 0.45 | 0 | 0.48 | 0.33 | 115.61 | 0.33 | 0.51 |
| Hex | 5E | AA | 58 | 2D | 0 | 30 | 21 | 74 | 21 | 33 |
| Octal | 136 | 252 | 130 | 55 | 0 | 60 | 41 | 164 | 41 | 63 |
| Binary | 1011110 | 10101010 | 1011000 | 101101 | 0 | 110000 | 100001 | 1110100 | 100001 | 110011 |
Color Harmonies of #5EAA58
Complementary color
Monochromatic Colors of #5EAA58
Black with #5EAA58
Text Example
Text Example
White with #5EAA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAA58; }
p { color: rgb(94,170,88); }
H1.HeaderClassName
{
color: #5EAA58;
}
.AnyTagClassName
{
color: #5EAA58;
}
</style>
background-color css
<style>
a { background-color: #5EAA58; }
a { background-color: rgb(94,170,88); }
div.DivClassName
{
background-color: #5EAA58;
}
.BgClassName
{
background-color: #5EAA58;
}
</style>
border-color css
<style>
span { border-color: #5EAA58; }
span { border-color: rgb(94,170,88); }
td.TdClassName
{
border-color: #5EAA58;
}
.TagClassName
{
border-color: #5EAA58;
}
</style>