Shades of Fruit Salad #4EC852
Tints of Fruit Salad #4EC852
RGB
CMYK
RGB Variations
Color information
#4EC852 (or 0x4EC852) is known color: Fruit Salad. HEX triplet: 4E, C8 and 52. RGB value is (78,200,82). Sum of RGB (Red+Green+Blue) = 78+200+82=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 200 (78.52% from 255 or 55.56% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 200 - color contains mainly: green. Hex color #4EC852 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC852 is #B137AD. Grayscale: #969696. Windows color (decimal): -11614126 or 5425230. OLE color: 5425230.
HSL color Cylindrical-coordinate representation of color #4EC852: hue angle of 121.97º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC852 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 200 | 82 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.22 |
| HSL | 121.97º | 0.53% | 0.55% | - |
| HSV(B) | 121.97º | 0.61% | 0.78% | - |
| XYZ | 25.32 | 43.54 | 15.05 | - |
| YUV | 150.07 | 89.58 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 200 | 82 | 0.61 | 0 | 0.59 | 0.22 | 121.97 | 0.53 | 0.55 |
| Hex | 4E | C8 | 52 | 3D | 0 | 3B | 16 | 7A | 35 | 37 |
| Octal | 116 | 310 | 122 | 75 | 0 | 73 | 26 | 172 | 65 | 67 |
| Binary | 1001110 | 11001000 | 1010010 | 111101 | 0 | 111011 | 10110 | 1111010 | 110101 | 110111 |
Color Harmonies of #4EC852
Complementary color
Monochromatic Colors of #4EC852
Black with #4EC852
Text Example
Text Example
White with #4EC852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC852; }
p { color: rgb(78,200,82); }
H1.HeaderClassName
{
color: #4EC852;
}
.AnyTagClassName
{
color: #4EC852;
}
</style>
background-color css
<style>
a { background-color: #4EC852; }
a { background-color: rgb(78,200,82); }
div.DivClassName
{
background-color: #4EC852;
}
.BgClassName
{
background-color: #4EC852;
}
</style>
border-color css
<style>
span { border-color: #4EC852; }
span { border-color: rgb(78,200,82); }
td.TdClassName
{
border-color: #4EC852;
}
.TagClassName
{
border-color: #4EC852;
}
</style>