Shades of Fruit Salad #4DAE57
Tints of Fruit Salad #4DAE57
RGB
CMYK
RGB Variations
Color information
#4DAE57 (or 0x4DAE57) is known color: Fruit Salad. HEX triplet: 4D, AE and 57. RGB value is (77,174,87). Sum of RGB (Red+Green+Blue) = 77+174+87=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 174 (68.36% from 255 or 51.48% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAE57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAE57 is #B251A8. Grayscale: #878787. Windows color (decimal): -11686313 or 5746253. OLE color: 5746253.
HSL color Cylindrical-coordinate representation of color #4DAE57: hue angle of 126.19º 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 #4DAE57 is Cyan = 0.56, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 174 | 87 | - |
| CMYK | 0.56 | 0 | 0.5 | 0.32 |
| HSL | 126.19º | 0.39% | 0.49% | - |
| HSV(B) | 126.19º | 0.56% | 0.68% | - |
| XYZ | 19.92 | 32.54 | 14.25 | - |
| YUV | 135.08 | 100.86 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 87 | 0.56 | 0 | 0.5 | 0.32 | 126.19 | 0.39 | 0.49 |
| Hex | 4D | AE | 57 | 38 | 0 | 32 | 20 | 7E | 27 | 31 |
| Octal | 115 | 256 | 127 | 70 | 0 | 62 | 40 | 176 | 47 | 61 |
| Binary | 1001101 | 10101110 | 1010111 | 111000 | 0 | 110010 | 100000 | 1111110 | 100111 | 110001 |
Color Harmonies of #4DAE57
Complementary color
Monochromatic Colors of #4DAE57
Black with #4DAE57
Text Example
Text Example
White with #4DAE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAE57; }
p { color: rgb(77,174,87); }
H1.HeaderClassName
{
color: #4DAE57;
}
.AnyTagClassName
{
color: #4DAE57;
}
</style>
background-color css
<style>
a { background-color: #4DAE57; }
a { background-color: rgb(77,174,87); }
div.DivClassName
{
background-color: #4DAE57;
}
.BgClassName
{
background-color: #4DAE57;
}
</style>
border-color css
<style>
span { border-color: #4DAE57; }
span { border-color: rgb(77,174,87); }
td.TdClassName
{
border-color: #4DAE57;
}
.TagClassName
{
border-color: #4DAE57;
}
</style>