Shades of Fruit Salad #4EC052
Tints of Fruit Salad #4EC052
RGB
CMYK
RGB Variations
Color information
#4EC052 (or 0x4EC052) is known color: Fruit Salad. HEX triplet: 4E, C0 and 52. RGB value is (78,192,82). Sum of RGB (Red+Green+Blue) = 78+192+82=352 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.16% from 352); Green value is 192 (75.39% from 255 or 54.55% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 192 - color contains mainly: green. Hex color #4EC052 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC052 is #B13FAD. Grayscale: #919191. Windows color (decimal): -11616174 or 5423182. OLE color: 5423182.
HSL color Cylindrical-coordinate representation of color #4EC052: hue angle of 122.11º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EC052 is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 192 | 82 | - |
| CMYK | 0.59 | 0 | 0.57 | 0.25 |
| HSL | 122.11º | 0.48% | 0.53% | - |
| HSV(B) | 122.11º | 0.59% | 0.75% | - |
| XYZ | 23.51 | 39.93 | 14.45 | - |
| YUV | 145.37 | 92.23 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 192 | 82 | 0.59 | 0 | 0.57 | 0.25 | 122.11 | 0.48 | 0.53 |
| Hex | 4E | C0 | 52 | 3B | 0 | 39 | 19 | 7A | 30 | 35 |
| Octal | 116 | 300 | 122 | 73 | 0 | 71 | 31 | 172 | 60 | 65 |
| Binary | 1001110 | 11000000 | 1010010 | 111011 | 0 | 111001 | 11001 | 1111010 | 110000 | 110101 |
Color Harmonies of #4EC052
Complementary color
Monochromatic Colors of #4EC052
Black with #4EC052
Text Example
Text Example
White with #4EC052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC052; }
p { color: rgb(78,192,82); }
H1.HeaderClassName
{
color: #4EC052;
}
.AnyTagClassName
{
color: #4EC052;
}
</style>
background-color css
<style>
a { background-color: #4EC052; }
a { background-color: rgb(78,192,82); }
div.DivClassName
{
background-color: #4EC052;
}
.BgClassName
{
background-color: #4EC052;
}
</style>
border-color css
<style>
span { border-color: #4EC052; }
span { border-color: rgb(78,192,82); }
td.TdClassName
{
border-color: #4EC052;
}
.TagClassName
{
border-color: #4EC052;
}
</style>