Shades of Fruit Salad #4EBC4E
Tints of Fruit Salad #4EBC4E
RGB
CMYK
RGB Variations
Color information
#4EBC4E (or 0x4EBC4E) is known color: Fruit Salad. HEX triplet: 4E, BC and 4E. RGB value is (78,188,78). Sum of RGB (Red+Green+Blue) = 78+188+78=344 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.67% from 344); Green value is 188 (73.83% from 255 or 54.65% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 188 - color contains mainly: green. Hex color #4EBC4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EBC4E is #B143B1. Grayscale: #8E8E8E. Windows color (decimal): -11617202 or 5160014. OLE color: 5160014.
HSL color Cylindrical-coordinate representation of color #4EBC4E: hue angle of 120º degrees, saturation: 0.45, 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 #4EBC4E is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 188 | 78 | - |
| CMYK | 0.59 | 0 | 0.59 | 0.26 |
| HSL | 120º | 0.45% | 0.52% | - |
| HSV(B) | 120º | 0.59% | 0.74% | - |
| XYZ | 22.5 | 38.14 | 13.38 | - |
| YUV | 142.57 | 91.56 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 188 | 78 | 0.59 | 0 | 0.59 | 0.26 | 120 | 0.45 | 0.52 |
| Hex | 4E | BC | 4E | 3B | 0 | 3B | 1A | 78 | 2D | 34 |
| Octal | 116 | 274 | 116 | 73 | 0 | 73 | 32 | 170 | 55 | 64 |
| Binary | 1001110 | 10111100 | 1001110 | 111011 | 0 | 111011 | 11010 | 1111000 | 101101 | 110100 |
Color Harmonies of #4EBC4E
Complementary color
Monochromatic Colors of #4EBC4E
Black with #4EBC4E
Text Example
Text Example
White with #4EBC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBC4E; }
p { color: rgb(78,188,78); }
H1.HeaderClassName
{
color: #4EBC4E;
}
.AnyTagClassName
{
color: #4EBC4E;
}
</style>
background-color css
<style>
a { background-color: #4EBC4E; }
a { background-color: rgb(78,188,78); }
div.DivClassName
{
background-color: #4EBC4E;
}
.BgClassName
{
background-color: #4EBC4E;
}
</style>
border-color css
<style>
span { border-color: #4EBC4E; }
span { border-color: rgb(78,188,78); }
td.TdClassName
{
border-color: #4EBC4E;
}
.TagClassName
{
border-color: #4EBC4E;
}
</style>