Shades of Fruit Salad #4EC04B
Tints of Fruit Salad #4EC04B
RGB
CMYK
RGB Variations
Color information
#4EC04B (or 0x4EC04B) is known color: Fruit Salad. HEX triplet: 4E, C0 and 4B. RGB value is (78,192,75). Sum of RGB (Red+Green+Blue) = 78+192+75=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 192 (75.39% from 255 or 55.65% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 192 - color contains mainly: green. Hex color #4EC04B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EC04B is #B13FB4. Grayscale: #909090. Windows color (decimal): -11616181 or 4964430. OLE color: 4964430.
HSL color Cylindrical-coordinate representation of color #4EC04B: hue angle of 118.46º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4EC04B is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 192 | 75 | - |
| CMYK | 0.59 | 0 | 0.61 | 0.25 |
| HSL | 118.46º | 0.48% | 0.52% | - |
| HSV(B) | 118.46º | 0.61% | 0.75% | - |
| XYZ | 23.26 | 39.83 | 13.12 | - |
| YUV | 144.58 | 88.73 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 192 | 75 | 0.59 | 0 | 0.61 | 0.25 | 118.46 | 0.48 | 0.52 |
| Hex | 4E | C0 | 4B | 3B | 0 | 3D | 19 | 76 | 30 | 34 |
| Octal | 116 | 300 | 113 | 73 | 0 | 75 | 31 | 166 | 60 | 64 |
| Binary | 1001110 | 11000000 | 1001011 | 111011 | 0 | 111101 | 11001 | 1110110 | 110000 | 110100 |
Color Harmonies of #4EC04B
Complementary color
Monochromatic Colors of #4EC04B
Black with #4EC04B
Text Example
Text Example
White with #4EC04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC04B; }
p { color: rgb(78,192,75); }
H1.HeaderClassName
{
color: #4EC04B;
}
.AnyTagClassName
{
color: #4EC04B;
}
</style>
background-color css
<style>
a { background-color: #4EC04B; }
a { background-color: rgb(78,192,75); }
div.DivClassName
{
background-color: #4EC04B;
}
.BgClassName
{
background-color: #4EC04B;
}
</style>
border-color css
<style>
span { border-color: #4EC04B; }
span { border-color: rgb(78,192,75); }
td.TdClassName
{
border-color: #4EC04B;
}
.TagClassName
{
border-color: #4EC04B;
}
</style>