Shades of Fruit Salad #4EB84E
Tints of Fruit Salad #4EB84E
RGB
CMYK
RGB Variations
Color information
#4EB84E (or 0x4EB84E) is known color: Fruit Salad. HEX triplet: 4E, B8 and 4E. RGB value is (78,184,78). Sum of RGB (Red+Green+Blue) = 78+184+78=340 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.94% from 340); Green value is 184 (72.27% from 255 or 54.12% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 184 - color contains mainly: green. Hex color #4EB84E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EB84E is #B147B1. Grayscale: #8C8C8C. Windows color (decimal): -11618226 or 5158990. OLE color: 5158990.
HSL color Cylindrical-coordinate representation of color #4EB84E: hue angle of 120º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4EB84E is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 78 | 184 | 78 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.28 |
| HSL | 120º | 0.43% | 0.51% | - |
| HSV(B) | 120º | 0.58% | 0.72% | - |
| XYZ | 21.66 | 36.45 | 13.1 | - |
| YUV | 140.22 | 92.88 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 184 | 78 | 0.58 | 0 | 0.58 | 0.28 | 120 | 0.43 | 0.51 |
| Hex | 4E | B8 | 4E | 3A | 0 | 3A | 1C | 78 | 2B | 33 |
| Octal | 116 | 270 | 116 | 72 | 0 | 72 | 34 | 170 | 53 | 63 |
| Binary | 1001110 | 10111000 | 1001110 | 111010 | 0 | 111010 | 11100 | 1111000 | 101011 | 110011 |
Color Harmonies of #4EB84E
Complementary color
Monochromatic Colors of #4EB84E
Black with #4EB84E
Text Example
Text Example
White with #4EB84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EB84E; }
p { color: rgb(78,184,78); }
H1.HeaderClassName
{
color: #4EB84E;
}
.AnyTagClassName
{
color: #4EB84E;
}
</style>
background-color css
<style>
a { background-color: #4EB84E; }
a { background-color: rgb(78,184,78); }
div.DivClassName
{
background-color: #4EB84E;
}
.BgClassName
{
background-color: #4EB84E;
}
</style>
border-color css
<style>
span { border-color: #4EB84E; }
span { border-color: rgb(78,184,78); }
td.TdClassName
{
border-color: #4EB84E;
}
.TagClassName
{
border-color: #4EB84E;
}
</style>