Shades of Fruit Salad #5EAB58
Tints of Fruit Salad #5EAB58
RGB
CMYK
RGB Variations
Color information
#5EAB58 (or 0x5EAB58) is known color: Fruit Salad. HEX triplet: 5E, AB and 58. RGB value is (94,171,88). Sum of RGB (Red+Green+Blue) = 94+171+88=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAB58 is #A154A7. Grayscale: #8A8A8A. Windows color (decimal): -10572968 or 5811038. OLE color: 5811038.
HSL color Cylindrical-coordinate representation of color #5EAB58: hue angle of 115.66º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5EAB58 is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 171 | 88 | - |
| CMYK | 0.45 | 0 | 0.49 | 0.33 |
| HSL | 115.66º | 0.33% | 0.51% | - |
| HSV(B) | 115.66º | 0.49% | 0.67% | - |
| XYZ | 20.94 | 32.21 | 14.35 | - |
| YUV | 138.52 | 99.49 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 88 | 0.45 | 0 | 0.49 | 0.33 | 115.66 | 0.33 | 0.51 |
| Hex | 5E | AB | 58 | 2D | 0 | 31 | 21 | 74 | 21 | 33 |
| Octal | 136 | 253 | 130 | 55 | 0 | 61 | 41 | 164 | 41 | 63 |
| Binary | 1011110 | 10101011 | 1011000 | 101101 | 0 | 110001 | 100001 | 1110100 | 100001 | 110011 |
Color Harmonies of #5EAB58
Complementary color
Monochromatic Colors of #5EAB58
Black with #5EAB58
Text Example
Text Example
White with #5EAB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAB58; }
p { color: rgb(94,171,88); }
H1.HeaderClassName
{
color: #5EAB58;
}
.AnyTagClassName
{
color: #5EAB58;
}
</style>
background-color css
<style>
a { background-color: #5EAB58; }
a { background-color: rgb(94,171,88); }
div.DivClassName
{
background-color: #5EAB58;
}
.BgClassName
{
background-color: #5EAB58;
}
</style>
border-color css
<style>
span { border-color: #5EAB58; }
span { border-color: rgb(94,171,88); }
td.TdClassName
{
border-color: #5EAB58;
}
.TagClassName
{
border-color: #5EAB58;
}
</style>