Shades of Fruit Salad #4EC352
Tints of Fruit Salad #4EC352
RGB
CMYK
RGB Variations
Color information
#4EC352 (or 0x4EC352) is known color: Fruit Salad. HEX triplet: 4E, C3 and 52. RGB value is (78,195,82). Sum of RGB (Red+Green+Blue) = 78+195+82=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 195 (76.56% from 255 or 54.93% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 195 - color contains mainly: green. Hex color #4EC352 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC352 is #B13CAD. Grayscale: #939393. Windows color (decimal): -11615406 or 5423950. OLE color: 5423950.
HSL color Cylindrical-coordinate representation of color #4EC352: hue angle of 122.05º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EC352 is Cyan = 0.6, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 195 | 82 | - |
| CMYK | 0.6 | 0 | 0.58 | 0.24 |
| HSL | 122.05º | 0.49% | 0.54% | - |
| HSV(B) | 122.05º | 0.6% | 0.76% | - |
| XYZ | 24.18 | 41.26 | 14.67 | - |
| YUV | 147.14 | 91.24 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 195 | 82 | 0.6 | 0 | 0.58 | 0.24 | 122.05 | 0.49 | 0.54 |
| Hex | 4E | C3 | 52 | 3C | 0 | 3A | 18 | 7A | 31 | 36 |
| Octal | 116 | 303 | 122 | 74 | 0 | 72 | 30 | 172 | 61 | 66 |
| Binary | 1001110 | 11000011 | 1010010 | 111100 | 0 | 111010 | 11000 | 1111010 | 110001 | 110110 |
Color Harmonies of #4EC352
Complementary color
Monochromatic Colors of #4EC352
Black with #4EC352
Text Example
Text Example
White with #4EC352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC352; }
p { color: rgb(78,195,82); }
H1.HeaderClassName
{
color: #4EC352;
}
.AnyTagClassName
{
color: #4EC352;
}
</style>
background-color css
<style>
a { background-color: #4EC352; }
a { background-color: rgb(78,195,82); }
div.DivClassName
{
background-color: #4EC352;
}
.BgClassName
{
background-color: #4EC352;
}
</style>
border-color css
<style>
span { border-color: #4EC352; }
span { border-color: rgb(78,195,82); }
td.TdClassName
{
border-color: #4EC352;
}
.TagClassName
{
border-color: #4EC352;
}
</style>