Shades of Fruit Salad #4EBD4E
Tints of Fruit Salad #4EBD4E
RGB
CMYK
RGB Variations
Color information
#4EBD4E (or 0x4EBD4E) is known color: Fruit Salad. HEX triplet: 4E, BD and 4E. RGB value is (78,189,78). Sum of RGB (Red+Green+Blue) = 78+189+78=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 189 (74.22% from 255 or 54.78% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 189 - color contains mainly: green. Hex color #4EBD4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EBD4E is #B142B1. Grayscale: #8F8F8F. Windows color (decimal): -11616946 or 5160270. OLE color: 5160270.
HSL color Cylindrical-coordinate representation of color #4EBD4E: hue angle of 120º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBD4E is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 189 | 78 | - |
| CMYK | 0.59 | 0 | 0.59 | 0.26 |
| HSL | 120º | 0.46% | 0.52% | - |
| HSV(B) | 120º | 0.59% | 0.74% | - |
| XYZ | 22.71 | 38.56 | 13.45 | - |
| YUV | 143.16 | 91.23 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 189 | 78 | 0.59 | 0 | 0.59 | 0.26 | 120 | 0.46 | 0.52 |
| Hex | 4E | BD | 4E | 3B | 0 | 3B | 1A | 78 | 2E | 34 |
| Octal | 116 | 275 | 116 | 73 | 0 | 73 | 32 | 170 | 56 | 64 |
| Binary | 1001110 | 10111101 | 1001110 | 111011 | 0 | 111011 | 11010 | 1111000 | 101110 | 110100 |
Color Harmonies of #4EBD4E
Complementary color
Monochromatic Colors of #4EBD4E
Black with #4EBD4E
Text Example
Text Example
White with #4EBD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBD4E; }
p { color: rgb(78,189,78); }
H1.HeaderClassName
{
color: #4EBD4E;
}
.AnyTagClassName
{
color: #4EBD4E;
}
</style>
background-color css
<style>
a { background-color: #4EBD4E; }
a { background-color: rgb(78,189,78); }
div.DivClassName
{
background-color: #4EBD4E;
}
.BgClassName
{
background-color: #4EBD4E;
}
</style>
border-color css
<style>
span { border-color: #4EBD4E; }
span { border-color: rgb(78,189,78); }
td.TdClassName
{
border-color: #4EBD4E;
}
.TagClassName
{
border-color: #4EBD4E;
}
</style>