Shades of Fruit Salad #5EAA5A
Tints of Fruit Salad #5EAA5A
RGB
CMYK
RGB Variations
Color information
#5EAA5A (or 0x5EAA5A) is known color: Fruit Salad. HEX triplet: 5E, AA and 5A. RGB value is (94,170,90). Sum of RGB (Red+Green+Blue) = 94+170+90=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAA5A is #A155A5. Grayscale: #8A8A8A. Windows color (decimal): -10573222 or 5941854. OLE color: 5941854.
HSL color Cylindrical-coordinate representation of color #5EAA5A: hue angle of 117º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5EAA5A is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 170 | 90 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.33 |
| HSL | 117º | 0.32% | 0.51% | - |
| HSV(B) | 117º | 0.47% | 0.67% | - |
| XYZ | 20.84 | 31.87 | 14.73 | - |
| YUV | 138.16 | 100.82 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 90 | 0.45 | 0 | 0.47 | 0.33 | 117 | 0.32 | 0.51 |
| Hex | 5E | AA | 5A | 2D | 0 | 2F | 21 | 75 | 20 | 33 |
| Octal | 136 | 252 | 132 | 55 | 0 | 57 | 41 | 165 | 40 | 63 |
| Binary | 1011110 | 10101010 | 1011010 | 101101 | 0 | 101111 | 100001 | 1110101 | 100000 | 110011 |
Color Harmonies of #5EAA5A
Complementary color
Monochromatic Colors of #5EAA5A
Black with #5EAA5A
Text Example
Text Example
White with #5EAA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAA5A; }
p { color: rgb(94,170,90); }
H1.HeaderClassName
{
color: #5EAA5A;
}
.AnyTagClassName
{
color: #5EAA5A;
}
</style>
background-color css
<style>
a { background-color: #5EAA5A; }
a { background-color: rgb(94,170,90); }
div.DivClassName
{
background-color: #5EAA5A;
}
.BgClassName
{
background-color: #5EAA5A;
}
</style>
border-color css
<style>
span { border-color: #5EAA5A; }
span { border-color: rgb(94,170,90); }
td.TdClassName
{
border-color: #5EAA5A;
}
.TagClassName
{
border-color: #5EAA5A;
}
</style>