Shades of Fruit Salad #4DA04A
Tints of Fruit Salad #4DA04A
RGB
CMYK
RGB Variations
Color information
#4DA04A (or 0x4DA04A) is known color: Fruit Salad. HEX triplet: 4D, A0 and 4A. RGB value is (77,160,74). Sum of RGB (Red+Green+Blue) = 77+160+74=311 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.76% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #4DA04A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA04A is #B25FB5. Grayscale: #7D7D7D. Windows color (decimal): -11689910 or 4890701. OLE color: 4890701.
HSL color Cylindrical-coordinate representation of color #4DA04A: hue angle of 117.91º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA04A is Cyan = 0.52, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 160 | 74 | - |
| CMYK | 0.52 | 0 | 0.54 | 0.37 |
| HSL | 117.91º | 0.37% | 0.46% | - |
| HSV(B) | 117.91º | 0.54% | 0.63% | - |
| XYZ | 16.87 | 27.21 | 10.84 | - |
| YUV | 125.38 | 99 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 160 | 74 | 0.52 | 0 | 0.54 | 0.37 | 117.91 | 0.37 | 0.46 |
| Hex | 4D | A0 | 4A | 34 | 0 | 36 | 25 | 76 | 25 | 2E |
| Octal | 115 | 240 | 112 | 64 | 0 | 66 | 45 | 166 | 45 | 56 |
| Binary | 1001101 | 10100000 | 1001010 | 110100 | 0 | 110110 | 100101 | 1110110 | 100101 | 101110 |
Color Harmonies of #4DA04A
Complementary color
Monochromatic Colors of #4DA04A
Black with #4DA04A
Text Example
Text Example
White with #4DA04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA04A; }
p { color: rgb(77,160,74); }
H1.HeaderClassName
{
color: #4DA04A;
}
.AnyTagClassName
{
color: #4DA04A;
}
</style>
background-color css
<style>
a { background-color: #4DA04A; }
a { background-color: rgb(77,160,74); }
div.DivClassName
{
background-color: #4DA04A;
}
.BgClassName
{
background-color: #4DA04A;
}
</style>
border-color css
<style>
span { border-color: #4DA04A; }
span { border-color: rgb(77,160,74); }
td.TdClassName
{
border-color: #4DA04A;
}
.TagClassName
{
border-color: #4DA04A;
}
</style>