Shades of Fruit Salad #5EA25C
Tints of Fruit Salad #5EA25C
RGB
CMYK
RGB Variations
Color information
#5EA25C (or 0x5EA25C) is known color: Fruit Salad. HEX triplet: 5E, A2 and 5C. RGB value is (94,162,92). Sum of RGB (Red+Green+Blue) = 94+162+92=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA25C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA25C is #A15DA3. Grayscale: #858585. Windows color (decimal): -10575268 or 6070878. OLE color: 6070878.
HSL color Cylindrical-coordinate representation of color #5EA25C: hue angle of 118.29º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5EA25C is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 162 | 92 | - |
| CMYK | 0.42 | 0 | 0.43 | 0.36 |
| HSL | 118.29º | 0.28% | 0.5% | - |
| HSV(B) | 118.29º | 0.43% | 0.64% | - |
| XYZ | 19.47 | 28.99 | 14.7 | - |
| YUV | 133.69 | 104.47 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 162 | 92 | 0.42 | 0 | 0.43 | 0.36 | 118.29 | 0.28 | 0.5 |
| Hex | 5E | A2 | 5C | 2A | 0 | 2B | 24 | 76 | 1C | 32 |
| Octal | 136 | 242 | 134 | 52 | 0 | 53 | 44 | 166 | 34 | 62 |
| Binary | 1011110 | 10100010 | 1011100 | 101010 | 0 | 101011 | 100100 | 1110110 | 11100 | 110010 |
Color Harmonies of #5EA25C
Complementary color
Monochromatic Colors of #5EA25C
Black with #5EA25C
Text Example
Text Example
White with #5EA25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA25C; }
p { color: rgb(94,162,92); }
H1.HeaderClassName
{
color: #5EA25C;
}
.AnyTagClassName
{
color: #5EA25C;
}
</style>
background-color css
<style>
a { background-color: #5EA25C; }
a { background-color: rgb(94,162,92); }
div.DivClassName
{
background-color: #5EA25C;
}
.BgClassName
{
background-color: #5EA25C;
}
</style>
border-color css
<style>
span { border-color: #5EA25C; }
span { border-color: rgb(94,162,92); }
td.TdClassName
{
border-color: #5EA25C;
}
.TagClassName
{
border-color: #5EA25C;
}
</style>