Shades of Fruit Salad #4DAD4E
Tints of Fruit Salad #4DAD4E
RGB
CMYK
RGB Variations
Color information
#4DAD4E (or 0x4DAD4E) is known color: Fruit Salad. HEX triplet: 4D, AD and 4E. RGB value is (77,173,78). Sum of RGB (Red+Green+Blue) = 77+173+78=328 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.48% from 328); Green value is 173 (67.97% from 255 or 52.74% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAD4E is #B252B1. Grayscale: #858585. Windows color (decimal): -11686578 or 5156173. OLE color: 5156173.
HSL color Cylindrical-coordinate representation of color #4DAD4E: hue angle of 120.63º 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 #4DAD4E is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 78 | - |
| CMYK | 0.55 | 0 | 0.55 | 0.32 |
| HSL | 120.63º | 0.38% | 0.49% | - |
| HSV(B) | 120.63º | 0.55% | 0.68% | - |
| XYZ | 19.38 | 32.01 | 12.37 | - |
| YUV | 133.47 | 96.7 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 78 | 0.55 | 0 | 0.55 | 0.32 | 120.63 | 0.38 | 0.49 |
| Hex | 4D | AD | 4E | 37 | 0 | 37 | 20 | 79 | 26 | 31 |
| Octal | 115 | 255 | 116 | 67 | 0 | 67 | 40 | 171 | 46 | 61 |
| Binary | 1001101 | 10101101 | 1001110 | 110111 | 0 | 110111 | 100000 | 1111001 | 100110 | 110001 |
Color Harmonies of #4DAD4E
Complementary color
Monochromatic Colors of #4DAD4E
Black with #4DAD4E
Text Example
Text Example
White with #4DAD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD4E; }
p { color: rgb(77,173,78); }
H1.HeaderClassName
{
color: #4DAD4E;
}
.AnyTagClassName
{
color: #4DAD4E;
}
</style>
background-color css
<style>
a { background-color: #4DAD4E; }
a { background-color: rgb(77,173,78); }
div.DivClassName
{
background-color: #4DAD4E;
}
.BgClassName
{
background-color: #4DAD4E;
}
</style>
border-color css
<style>
span { border-color: #4DAD4E; }
span { border-color: rgb(77,173,78); }
td.TdClassName
{
border-color: #4DAD4E;
}
.TagClassName
{
border-color: #4DAD4E;
}
</style>