Shades of Fruit Salad #4EC552
Tints of Fruit Salad #4EC552
RGB
CMYK
RGB Variations
Color information
#4EC552 (or 0x4EC552) is known color: Fruit Salad. HEX triplet: 4E, C5 and 52. RGB value is (78,197,82). Sum of RGB (Red+Green+Blue) = 78+197+82=357 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.85% from 357); Green value is 197 (77.34% from 255 or 55.18% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 197 - color contains mainly: green. Hex color #4EC552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC552 is #B13AAD. Grayscale: #949494. Windows color (decimal): -11614894 or 5424462. OLE color: 5424462.
HSL color Cylindrical-coordinate representation of color #4EC552: hue angle of 122.02º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EC552 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 78 | 197 | 82 | - |
| CMYK | 0.60 | 0 | 0.58 | 0.23 |
| HSL | 122.02º | 0.51% | 0.54% | - |
| HSV(B) | 122.02º | 0.6% | 0.77% | - |
| XYZ | 24.63 | 42.16 | 14.82 | - |
| YUV | 148.31 | 90.58 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 197 | 82 | 0.60 | 0 | 0.58 | 0.23 | 122.02 | 0.51 | 0.54 |
| Hex | 4E | C5 | 52 | 3C | 0 | 3A | 17 | 7A | 33 | 36 |
| Octal | 116 | 305 | 122 | 74 | 0 | 72 | 27 | 172 | 63 | 66 |
| Binary | 1001110 | 11000101 | 1010010 | 111100 | 0 | 111010 | 10111 | 1111010 | 110011 | 110110 |
Color Harmonies of #4EC552
Complementary color
Monochromatic Colors of #4EC552
Black with #4EC552
Text Example
Text Example
White with #4EC552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC552; }
p { color: rgb(78,197,82); }
H1.HeaderClassName
{
color: #4EC552;
}
.AnyTagClassName
{
color: #4EC552;
}
</style>
background-color css
<style>
a { background-color: #4EC552; }
a { background-color: rgb(78,197,82); }
div.DivClassName
{
background-color: #4EC552;
}
.BgClassName
{
background-color: #4EC552;
}
</style>
border-color css
<style>
span { border-color: #4EC552; }
span { border-color: rgb(78,197,82); }
td.TdClassName
{
border-color: #4EC552;
}
.TagClassName
{
border-color: #4EC552;
}
</style>