Shades of Fruit Salad #4DAE5E
Tints of Fruit Salad #4DAE5E
RGB
CMYK
RGB Variations
Color information
#4DAE5E (or 0x4DAE5E) is known color: Fruit Salad. HEX triplet: 4D, AE and 5E. RGB value is (77,174,94). Sum of RGB (Red+Green+Blue) = 77+174+94=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 174 (68.36% from 255 or 50.43% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAE5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAE5E is #B251A1. Grayscale: #888888. Windows color (decimal): -11686306 or 6205005. OLE color: 6205005.
HSL color Cylindrical-coordinate representation of color #4DAE5E: hue angle of 130.52º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAE5E is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 174 | 94 | - |
| CMYK | 0.56 | 0 | 0.46 | 0.32 |
| HSL | 130.52º | 0.39% | 0.49% | - |
| HSV(B) | 130.52º | 0.56% | 0.68% | - |
| XYZ | 20.22 | 32.66 | 15.83 | - |
| YUV | 135.88 | 104.36 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 94 | 0.56 | 0 | 0.46 | 0.32 | 130.52 | 0.39 | 0.49 |
| Hex | 4D | AE | 5E | 38 | 0 | 2E | 20 | 83 | 27 | 31 |
| Octal | 115 | 256 | 136 | 70 | 0 | 56 | 40 | 203 | 47 | 61 |
| Binary | 1001101 | 10101110 | 1011110 | 111000 | 0 | 101110 | 100000 | 10000011 | 100111 | 110001 |
Color Harmonies of #4DAE5E
Complementary color
Monochromatic Colors of #4DAE5E
Black with #4DAE5E
Text Example
Text Example
White with #4DAE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAE5E; }
p { color: rgb(77,174,94); }
H1.HeaderClassName
{
color: #4DAE5E;
}
.AnyTagClassName
{
color: #4DAE5E;
}
</style>
background-color css
<style>
a { background-color: #4DAE5E; }
a { background-color: rgb(77,174,94); }
div.DivClassName
{
background-color: #4DAE5E;
}
.BgClassName
{
background-color: #4DAE5E;
}
</style>
border-color css
<style>
span { border-color: #4DAE5E; }
span { border-color: rgb(77,174,94); }
td.TdClassName
{
border-color: #4DAE5E;
}
.TagClassName
{
border-color: #4DAE5E;
}
</style>