Shades of Fruit Salad #4ECA4E
Tints of Fruit Salad #4ECA4E
RGB
CMYK
RGB Variations
Color information
#4ECA4E (or 0x4ECA4E) is known color: Fruit Salad. HEX triplet: 4E, CA and 4E. RGB value is (78,202,78). Sum of RGB (Red+Green+Blue) = 78+202+78=358 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.79% from 358); Green value is 202 (79.30% from 255 or 56.42% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 202 - color contains mainly: green. Hex color #4ECA4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4ECA4E is #B135B1. Grayscale: #979797. Windows color (decimal): -11613618 or 5163598. OLE color: 5163598.
HSL color Cylindrical-coordinate representation of color #4ECA4E: hue angle of 120º degrees, saturation: 0.54, 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 #4ECA4E is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 202 | 78 | - |
| CMYK | 0.61 | 0 | 0.61 | 0.21 |
| HSL | 120º | 0.54% | 0.55% | - |
| HSV(B) | 120º | 0.61% | 0.79% | - |
| XYZ | 25.64 | 44.41 | 14.43 | - |
| YUV | 150.79 | 86.92 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 202 | 78 | 0.61 | 0 | 0.61 | 0.21 | 120 | 0.54 | 0.55 |
| Hex | 4E | CA | 4E | 3D | 0 | 3D | 15 | 78 | 36 | 37 |
| Octal | 116 | 312 | 116 | 75 | 0 | 75 | 25 | 170 | 66 | 67 |
| Binary | 1001110 | 11001010 | 1001110 | 111101 | 0 | 111101 | 10101 | 1111000 | 110110 | 110111 |
Color Harmonies of #4ECA4E
Complementary color
Monochromatic Colors of #4ECA4E
Black with #4ECA4E
Text Example
Text Example
White with #4ECA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECA4E; }
p { color: rgb(78,202,78); }
H1.HeaderClassName
{
color: #4ECA4E;
}
.AnyTagClassName
{
color: #4ECA4E;
}
</style>
background-color css
<style>
a { background-color: #4ECA4E; }
a { background-color: rgb(78,202,78); }
div.DivClassName
{
background-color: #4ECA4E;
}
.BgClassName
{
background-color: #4ECA4E;
}
</style>
border-color css
<style>
span { border-color: #4ECA4E; }
span { border-color: rgb(78,202,78); }
td.TdClassName
{
border-color: #4ECA4E;
}
.TagClassName
{
border-color: #4ECA4E;
}
</style>