Shades of Fruit Salad #4DAD5D
Tints of Fruit Salad #4DAD5D
RGB
CMYK
RGB Variations
Color information
#4DAD5D (or 0x4DAD5D) is known color: Fruit Salad. HEX triplet: 4D, AD and 5D. RGB value is (77,173,93). Sum of RGB (Red+Green+Blue) = 77+173+93=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 173 (67.97% from 255 or 50.44% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAD5D is #B252A2. Grayscale: #878787. Windows color (decimal): -11686563 or 6139213. OLE color: 6139213.
HSL color Cylindrical-coordinate representation of color #4DAD5D: hue angle of 130º 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 #4DAD5D is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 93 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.32 |
| HSL | 130º | 0.38% | 0.49% | - |
| HSV(B) | 130º | 0.55% | 0.68% | - |
| XYZ | 19.98 | 32.26 | 15.53 | - |
| YUV | 135.18 | 104.2 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 93 | 0.55 | 0 | 0.46 | 0.32 | 130 | 0.38 | 0.49 |
| Hex | 4D | AD | 5D | 37 | 0 | 2E | 20 | 82 | 26 | 31 |
| Octal | 115 | 255 | 135 | 67 | 0 | 56 | 40 | 202 | 46 | 61 |
| Binary | 1001101 | 10101101 | 1011101 | 110111 | 0 | 101110 | 100000 | 10000010 | 100110 | 110001 |
Color Harmonies of #4DAD5D
Complementary color
Monochromatic Colors of #4DAD5D
Black with #4DAD5D
Text Example
Text Example
White with #4DAD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD5D; }
p { color: rgb(77,173,93); }
H1.HeaderClassName
{
color: #4DAD5D;
}
.AnyTagClassName
{
color: #4DAD5D;
}
</style>
background-color css
<style>
a { background-color: #4DAD5D; }
a { background-color: rgb(77,173,93); }
div.DivClassName
{
background-color: #4DAD5D;
}
.BgClassName
{
background-color: #4DAD5D;
}
</style>
border-color css
<style>
span { border-color: #4DAD5D; }
span { border-color: rgb(77,173,93); }
td.TdClassName
{
border-color: #4DAD5D;
}
.TagClassName
{
border-color: #4DAD5D;
}
</style>