Shades of Fruit Salad #4EC348
Tints of Fruit Salad #4EC348
RGB
CMYK
RGB Variations
Color information
#4EC348 (or 0x4EC348) is known color: Fruit Salad. HEX triplet: 4E, C3 and 48. RGB value is (78,195,72). Sum of RGB (Red+Green+Blue) = 78+195+72=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 195 (76.56% from 255 or 56.52% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 195 - color contains mainly: green. Hex color #4EC348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EC348 is #B13CB7. Grayscale: #929292. Windows color (decimal): -11615416 or 4768590. OLE color: 4768590.
HSL color Cylindrical-coordinate representation of color #4EC348: hue angle of 117.07º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4EC348 is Cyan = 0.6, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 195 | 72 | - |
| CMYK | 0.6 | 0 | 0.63 | 0.24 |
| HSL | 117.07º | 0.51% | 0.52% | - |
| HSV(B) | 117.07º | 0.63% | 0.76% | - |
| XYZ | 23.83 | 41.12 | 12.81 | - |
| YUV | 146 | 86.24 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 195 | 72 | 0.6 | 0 | 0.63 | 0.24 | 117.07 | 0.51 | 0.52 |
| Hex | 4E | C3 | 48 | 3C | 0 | 3F | 18 | 75 | 33 | 34 |
| Octal | 116 | 303 | 110 | 74 | 0 | 77 | 30 | 165 | 63 | 64 |
| Binary | 1001110 | 11000011 | 1001000 | 111100 | 0 | 111111 | 11000 | 1110101 | 110011 | 110100 |
Color Harmonies of #4EC348
Complementary color
Monochromatic Colors of #4EC348
Black with #4EC348
Text Example
Text Example
White with #4EC348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC348; }
p { color: rgb(78,195,72); }
H1.HeaderClassName
{
color: #4EC348;
}
.AnyTagClassName
{
color: #4EC348;
}
</style>
background-color css
<style>
a { background-color: #4EC348; }
a { background-color: rgb(78,195,72); }
div.DivClassName
{
background-color: #4EC348;
}
.BgClassName
{
background-color: #4EC348;
}
</style>
border-color css
<style>
span { border-color: #4EC348; }
span { border-color: rgb(78,195,72); }
td.TdClassName
{
border-color: #4EC348;
}
.TagClassName
{
border-color: #4EC348;
}
</style>