Shades of Fruit Salad #4DAD57
Tints of Fruit Salad #4DAD57
RGB
CMYK
RGB Variations
Color information
#4DAD57 (or 0x4DAD57) is known color: Fruit Salad. HEX triplet: 4D, AD and 57. RGB value is (77,173,87). Sum of RGB (Red+Green+Blue) = 77+173+87=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 173 (67.97% from 255 or 51.34% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAD57 is #B252A8. Grayscale: #868686. Windows color (decimal): -11686569 or 5745997. OLE color: 5745997.
HSL color Cylindrical-coordinate representation of color #4DAD57: hue angle of 126.25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAD57 is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 87 | - |
| CMYK | 0.55 | 0 | 0.50 | 0.32 |
| HSL | 126.25º | 0.38% | 0.49% | - |
| HSV(B) | 126.25º | 0.55% | 0.68% | - |
| XYZ | 19.72 | 32.15 | 14.18 | - |
| YUV | 134.49 | 101.2 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 87 | 0.55 | 0 | 0.50 | 0.32 | 126.25 | 0.38 | 0.49 |
| Hex | 4D | AD | 57 | 37 | 0 | 32 | 20 | 7E | 26 | 31 |
| Octal | 115 | 255 | 127 | 67 | 0 | 62 | 40 | 176 | 46 | 61 |
| Binary | 1001101 | 10101101 | 1010111 | 110111 | 0 | 110010 | 100000 | 1111110 | 100110 | 110001 |
Color Harmonies of #4DAD57
Complementary color
Monochromatic Colors of #4DAD57
Black with #4DAD57
Text Example
Text Example
White with #4DAD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD57; }
p { color: rgb(77,173,87); }
H1.HeaderClassName
{
color: #4DAD57;
}
.AnyTagClassName
{
color: #4DAD57;
}
</style>
background-color css
<style>
a { background-color: #4DAD57; }
a { background-color: rgb(77,173,87); }
div.DivClassName
{
background-color: #4DAD57;
}
.BgClassName
{
background-color: #4DAD57;
}
</style>
border-color css
<style>
span { border-color: #4DAD57; }
span { border-color: rgb(77,173,87); }
td.TdClassName
{
border-color: #4DAD57;
}
.TagClassName
{
border-color: #4DAD57;
}
</style>