Shades of Fruit Salad #5EAC5A
Tints of Fruit Salad #5EAC5A
RGB
CMYK
RGB Variations
Color information
#5EAC5A (or 0x5EAC5A) is known color: Fruit Salad. HEX triplet: 5E, AC and 5A. RGB value is (94,172,90). Sum of RGB (Red+Green+Blue) = 94+172+90=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EAC5A is #A153A5. Grayscale: #8B8B8B. Windows color (decimal): -10572710 or 5942366. OLE color: 5942366.
HSL color Cylindrical-coordinate representation of color #5EAC5A: hue angle of 117.07º 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 #5EAC5A is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 172 | 90 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.33 |
| HSL | 117.07º | 0.33% | 0.51% | - |
| HSV(B) | 117.07º | 0.48% | 0.67% | - |
| XYZ | 21.21 | 32.62 | 14.85 | - |
| YUV | 139.33 | 100.16 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 90 | 0.45 | 0 | 0.48 | 0.33 | 117.07 | 0.33 | 0.51 |
| Hex | 5E | AC | 5A | 2D | 0 | 30 | 21 | 75 | 21 | 33 |
| Octal | 136 | 254 | 132 | 55 | 0 | 60 | 41 | 165 | 41 | 63 |
| Binary | 1011110 | 10101100 | 1011010 | 101101 | 0 | 110000 | 100001 | 1110101 | 100001 | 110011 |
Color Harmonies of #5EAC5A
Complementary color
Monochromatic Colors of #5EAC5A
Black with #5EAC5A
Text Example
Text Example
White with #5EAC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAC5A; }
p { color: rgb(94,172,90); }
H1.HeaderClassName
{
color: #5EAC5A;
}
.AnyTagClassName
{
color: #5EAC5A;
}
</style>
background-color css
<style>
a { background-color: #5EAC5A; }
a { background-color: rgb(94,172,90); }
div.DivClassName
{
background-color: #5EAC5A;
}
.BgClassName
{
background-color: #5EAC5A;
}
</style>
border-color css
<style>
span { border-color: #5EAC5A; }
span { border-color: rgb(94,172,90); }
td.TdClassName
{
border-color: #5EAC5A;
}
.TagClassName
{
border-color: #5EAC5A;
}
</style>