Shades of Fruit Salad #4EBF4D
Tints of Fruit Salad #4EBF4D
RGB
CMYK
RGB Variations
Color information
#4EBF4D (or 0x4EBF4D) is known color: Fruit Salad. HEX triplet: 4E, BF and 4D. RGB value is (78,191,77). Sum of RGB (Red+Green+Blue) = 78+191+77=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 191 (75% from 255 or 55.20% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 191 - color contains mainly: green. Hex color #4EBF4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EBF4D is #B140B2. Grayscale: #909090. Windows color (decimal): -11616435 or 5095246. OLE color: 5095246.
HSL color Cylindrical-coordinate representation of color #4EBF4D: hue angle of 119.47º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4EBF4D is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 191 | 77 | - |
| CMYK | 0.59 | 0 | 0.60 | 0.25 |
| HSL | 119.47º | 0.47% | 0.53% | - |
| HSV(B) | 119.47º | 0.6% | 0.75% | - |
| XYZ | 23.11 | 39.42 | 13.41 | - |
| YUV | 144.22 | 90.06 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 191 | 77 | 0.59 | 0 | 0.60 | 0.25 | 119.47 | 0.47 | 0.53 |
| Hex | 4E | BF | 4D | 3B | 0 | 3C | 19 | 77 | 2F | 35 |
| Octal | 116 | 277 | 115 | 73 | 0 | 74 | 31 | 167 | 57 | 65 |
| Binary | 1001110 | 10111111 | 1001101 | 111011 | 0 | 111100 | 11001 | 1110111 | 101111 | 110101 |
Color Harmonies of #4EBF4D
Complementary color
Monochromatic Colors of #4EBF4D
Black with #4EBF4D
Text Example
Text Example
White with #4EBF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBF4D; }
p { color: rgb(78,191,77); }
H1.HeaderClassName
{
color: #4EBF4D;
}
.AnyTagClassName
{
color: #4EBF4D;
}
</style>
background-color css
<style>
a { background-color: #4EBF4D; }
a { background-color: rgb(78,191,77); }
div.DivClassName
{
background-color: #4EBF4D;
}
.BgClassName
{
background-color: #4EBF4D;
}
</style>
border-color css
<style>
span { border-color: #4EBF4D; }
span { border-color: rgb(78,191,77); }
td.TdClassName
{
border-color: #4EBF4D;
}
.TagClassName
{
border-color: #4EBF4D;
}
</style>