Shades of Fruit Salad #5EAB5A
Tints of Fruit Salad #5EAB5A
RGB
CMYK
RGB Variations
Color information
#5EAB5A (or 0x5EAB5A) is known color: Fruit Salad. HEX triplet: 5E, AB and 5A. RGB value is (94,171,90). Sum of RGB (Red+Green+Blue) = 94+171+90=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAB5A is #A154A5. Grayscale: #8A8A8A. Windows color (decimal): -10572966 or 5942110. OLE color: 5942110.
HSL color Cylindrical-coordinate representation of color #5EAB5A: hue angle of 117.04º degrees, saturation: 0.33, 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 #5EAB5A is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 171 | 90 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.33 |
| HSL | 117.04º | 0.33% | 0.51% | - |
| HSV(B) | 117.04º | 0.47% | 0.67% | - |
| XYZ | 21.02 | 32.24 | 14.79 | - |
| YUV | 138.74 | 100.49 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 90 | 0.45 | 0 | 0.47 | 0.33 | 117.04 | 0.33 | 0.51 |
| Hex | 5E | AB | 5A | 2D | 0 | 2F | 21 | 75 | 21 | 33 |
| Octal | 136 | 253 | 132 | 55 | 0 | 57 | 41 | 165 | 41 | 63 |
| Binary | 1011110 | 10101011 | 1011010 | 101101 | 0 | 101111 | 100001 | 1110101 | 100001 | 110011 |
Color Harmonies of #5EAB5A
Complementary color
Monochromatic Colors of #5EAB5A
Black with #5EAB5A
Text Example
Text Example
White with #5EAB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAB5A; }
p { color: rgb(94,171,90); }
H1.HeaderClassName
{
color: #5EAB5A;
}
.AnyTagClassName
{
color: #5EAB5A;
}
</style>
background-color css
<style>
a { background-color: #5EAB5A; }
a { background-color: rgb(94,171,90); }
div.DivClassName
{
background-color: #5EAB5A;
}
.BgClassName
{
background-color: #5EAB5A;
}
</style>
border-color css
<style>
span { border-color: #5EAB5A; }
span { border-color: rgb(94,171,90); }
td.TdClassName
{
border-color: #5EAB5A;
}
.TagClassName
{
border-color: #5EAB5A;
}
</style>