Shades of Fruit Salad #4DA04D
Tints of Fruit Salad #4DA04D
RGB
CMYK
RGB Variations
Color information
#4DA04D (or 0x4DA04D) is known color: Fruit Salad. HEX triplet: 4D, A0 and 4D. RGB value is (77,160,77). Sum of RGB (Red+Green+Blue) = 77+160+77=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 160 (62.89% from 255 or 50.96% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 160 - color contains mainly: green. Hex color #4DA04D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA04D is #B25FB2. Grayscale: #7D7D7D. Windows color (decimal): -11689907 or 5087309. OLE color: 5087309.
HSL color Cylindrical-coordinate representation of color #4DA04D: hue angle of 120º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA04D is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 160 | 77 | - |
| CMYK | 0.52 | 0 | 0.52 | 0.37 |
| HSL | 120º | 0.35% | 0.46% | - |
| HSV(B) | 120º | 0.52% | 0.63% | - |
| XYZ | 16.97 | 27.26 | 11.39 | - |
| YUV | 125.72 | 100.5 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 160 | 77 | 0.52 | 0 | 0.52 | 0.37 | 120 | 0.35 | 0.46 |
| Hex | 4D | A0 | 4D | 34 | 0 | 34 | 25 | 78 | 23 | 2E |
| Octal | 115 | 240 | 115 | 64 | 0 | 64 | 45 | 170 | 43 | 56 |
| Binary | 1001101 | 10100000 | 1001101 | 110100 | 0 | 110100 | 100101 | 1111000 | 100011 | 101110 |
Color Harmonies of #4DA04D
Complementary color
Monochromatic Colors of #4DA04D
Black with #4DA04D
Text Example
Text Example
White with #4DA04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA04D; }
p { color: rgb(77,160,77); }
H1.HeaderClassName
{
color: #4DA04D;
}
.AnyTagClassName
{
color: #4DA04D;
}
</style>
background-color css
<style>
a { background-color: #4DA04D; }
a { background-color: rgb(77,160,77); }
div.DivClassName
{
background-color: #4DA04D;
}
.BgClassName
{
background-color: #4DA04D;
}
</style>
border-color css
<style>
span { border-color: #4DA04D; }
span { border-color: rgb(77,160,77); }
td.TdClassName
{
border-color: #4DA04D;
}
.TagClassName
{
border-color: #4DA04D;
}
</style>