Shades of Fruit Salad #4EA25C
Tints of Fruit Salad #4EA25C
RGB
CMYK
RGB Variations
Color information
#4EA25C (or 0x4EA25C) is known color: Fruit Salad. HEX triplet: 4E, A2 and 5C. RGB value is (78,162,92). Sum of RGB (Red+Green+Blue) = 78+162+92=332 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.49% from 332); Green value is 162 (63.67% from 255 or 48.80% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 162 - color contains mainly: green. Hex color #4EA25C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA25C is #B15DA3. Grayscale: #818181. Windows color (decimal): -11623844 or 6070862. OLE color: 6070862.
HSL color Cylindrical-coordinate representation of color #4EA25C: hue angle of 130º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4EA25C is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 162 | 92 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.36 |
| HSL | 130º | 0.35% | 0.47% | - |
| HSV(B) | 130º | 0.52% | 0.64% | - |
| XYZ | 17.99 | 28.23 | 14.63 | - |
| YUV | 128.9 | 107.17 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 162 | 92 | 0.52 | 0 | 0.43 | 0.36 | 130 | 0.35 | 0.47 |
| Hex | 4E | A2 | 5C | 34 | 0 | 2B | 24 | 82 | 23 | 2F |
| Octal | 116 | 242 | 134 | 64 | 0 | 53 | 44 | 202 | 43 | 57 |
| Binary | 1001110 | 10100010 | 1011100 | 110100 | 0 | 101011 | 100100 | 10000010 | 100011 | 101111 |
Color Harmonies of #4EA25C
Complementary color
Monochromatic Colors of #4EA25C
Black with #4EA25C
Text Example
Text Example
White with #4EA25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA25C; }
p { color: rgb(78,162,92); }
H1.HeaderClassName
{
color: #4EA25C;
}
.AnyTagClassName
{
color: #4EA25C;
}
</style>
background-color css
<style>
a { background-color: #4EA25C; }
a { background-color: rgb(78,162,92); }
div.DivClassName
{
background-color: #4EA25C;
}
.BgClassName
{
background-color: #4EA25C;
}
</style>
border-color css
<style>
span { border-color: #4EA25C; }
span { border-color: rgb(78,162,92); }
td.TdClassName
{
border-color: #4EA25C;
}
.TagClassName
{
border-color: #4EA25C;
}
</style>