Shades of Fruit Salad #4EA75C
Tints of Fruit Salad #4EA75C
RGB
CMYK
RGB Variations
Color information
#4EA75C (or 0x4EA75C) is known color: Fruit Salad. HEX triplet: 4E, A7 and 5C. RGB value is (78,167,92). Sum of RGB (Red+Green+Blue) = 78+167+92=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 167 (65.62% from 255 or 49.55% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 167 - color contains mainly: green. Hex color #4EA75C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4EA75C is #B158A3. Grayscale: #848484. Windows color (decimal): -11622564 or 6072142. OLE color: 6072142.
HSL color Cylindrical-coordinate representation of color #4EA75C: hue angle of 129.44º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4EA75C is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 78 | 167 | 92 | - |
| CMYK | 0.53 | 0 | 0.45 | 0.35 |
| HSL | 129.44º | 0.36% | 0.48% | - |
| HSV(B) | 129.44º | 0.53% | 0.65% | - |
| XYZ | 18.89 | 30.03 | 14.93 | - |
| YUV | 131.84 | 105.51 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 167 | 92 | 0.53 | 0 | 0.45 | 0.35 | 129.44 | 0.36 | 0.48 |
| Hex | 4E | A7 | 5C | 35 | 0 | 2D | 23 | 81 | 24 | 30 |
| Octal | 116 | 247 | 134 | 65 | 0 | 55 | 43 | 201 | 44 | 60 |
| Binary | 1001110 | 10100111 | 1011100 | 110101 | 0 | 101101 | 100011 | 10000001 | 100100 | 110000 |
Color Harmonies of #4EA75C
Complementary color
Monochromatic Colors of #4EA75C
Black with #4EA75C
Text Example
Text Example
White with #4EA75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA75C; }
p { color: rgb(78,167,92); }
H1.HeaderClassName
{
color: #4EA75C;
}
.AnyTagClassName
{
color: #4EA75C;
}
</style>
background-color css
<style>
a { background-color: #4EA75C; }
a { background-color: rgb(78,167,92); }
div.DivClassName
{
background-color: #4EA75C;
}
.BgClassName
{
background-color: #4EA75C;
}
</style>
border-color css
<style>
span { border-color: #4EA75C; }
span { border-color: rgb(78,167,92); }
td.TdClassName
{
border-color: #4EA75C;
}
.TagClassName
{
border-color: #4EA75C;
}
</style>