Shades of Fruit Salad #4EC34F
Tints of Fruit Salad #4EC34F
RGB
CMYK
RGB Variations
Color information
#4EC34F (or 0x4EC34F) is known color: Fruit Salad. HEX triplet: 4E, C3 and 4F. RGB value is (78,195,79). Sum of RGB (Red+Green+Blue) = 78+195+79=352 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.16% from 352); Green value is 195 (76.56% from 255 or 55.40% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 195 - color contains mainly: green. Hex color #4EC34F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EC34F is #B13CB0. Grayscale: #939393. Windows color (decimal): -11615409 or 5227342. OLE color: 5227342.
HSL color Cylindrical-coordinate representation of color #4EC34F: hue angle of 120.51º 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 #4EC34F is Cyan = 0.6, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 195 | 79 | - |
| CMYK | 0.6 | 0 | 0.59 | 0.24 |
| HSL | 120.51º | 0.49% | 0.54% | - |
| HSV(B) | 120.51º | 0.6% | 0.76% | - |
| XYZ | 24.07 | 41.21 | 14.08 | - |
| YUV | 146.79 | 89.74 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 195 | 79 | 0.6 | 0 | 0.59 | 0.24 | 120.51 | 0.49 | 0.54 |
| Hex | 4E | C3 | 4F | 3C | 0 | 3B | 18 | 79 | 31 | 36 |
| Octal | 116 | 303 | 117 | 74 | 0 | 73 | 30 | 171 | 61 | 66 |
| Binary | 1001110 | 11000011 | 1001111 | 111100 | 0 | 111011 | 11000 | 1111001 | 110001 | 110110 |
Color Harmonies of #4EC34F
Complementary color
Monochromatic Colors of #4EC34F
Black with #4EC34F
Text Example
Text Example
White with #4EC34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC34F; }
p { color: rgb(78,195,79); }
H1.HeaderClassName
{
color: #4EC34F;
}
.AnyTagClassName
{
color: #4EC34F;
}
</style>
background-color css
<style>
a { background-color: #4EC34F; }
a { background-color: rgb(78,195,79); }
div.DivClassName
{
background-color: #4EC34F;
}
.BgClassName
{
background-color: #4EC34F;
}
</style>
border-color css
<style>
span { border-color: #4EC34F; }
span { border-color: rgb(78,195,79); }
td.TdClassName
{
border-color: #4EC34F;
}
.TagClassName
{
border-color: #4EC34F;
}
</style>