Shades of Fruit Salad #4EC952
Tints of Fruit Salad #4EC952
RGB
CMYK
RGB Variations
Color information
#4EC952 (or 0x4EC952) is known color: Fruit Salad. HEX triplet: 4E, C9 and 52. RGB value is (78,201,82). Sum of RGB (Red+Green+Blue) = 78+201+82=361 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.61% from 361); Green value is 201 (78.91% from 255 or 55.68% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 201 - color contains mainly: green. Hex color #4EC952 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC952 is #B136AD. Grayscale: #979797. Windows color (decimal): -11613870 or 5425486. OLE color: 5425486.
HSL color Cylindrical-coordinate representation of color #4EC952: hue angle of 121.95º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC952 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 201 | 82 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.21 |
| HSL | 121.95º | 0.53% | 0.55% | - |
| HSV(B) | 121.95º | 0.61% | 0.79% | - |
| XYZ | 25.55 | 44 | 15.13 | - |
| YUV | 150.66 | 89.25 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 201 | 82 | 0.61 | 0 | 0.59 | 0.21 | 121.95 | 0.53 | 0.55 |
| Hex | 4E | C9 | 52 | 3D | 0 | 3B | 15 | 7A | 35 | 37 |
| Octal | 116 | 311 | 122 | 75 | 0 | 73 | 25 | 172 | 65 | 67 |
| Binary | 1001110 | 11001001 | 1010010 | 111101 | 0 | 111011 | 10101 | 1111010 | 110101 | 110111 |
Color Harmonies of #4EC952
Complementary color
Monochromatic Colors of #4EC952
Black with #4EC952
Text Example
Text Example
White with #4EC952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC952; }
p { color: rgb(78,201,82); }
H1.HeaderClassName
{
color: #4EC952;
}
.AnyTagClassName
{
color: #4EC952;
}
</style>
background-color css
<style>
a { background-color: #4EC952; }
a { background-color: rgb(78,201,82); }
div.DivClassName
{
background-color: #4EC952;
}
.BgClassName
{
background-color: #4EC952;
}
</style>
border-color css
<style>
span { border-color: #4EC952; }
span { border-color: rgb(78,201,82); }
td.TdClassName
{
border-color: #4EC952;
}
.TagClassName
{
border-color: #4EC952;
}
</style>