Shades of Fruit Salad #4DA64A
Tints of Fruit Salad #4DA64A
RGB
CMYK
RGB Variations
Color information
#4DA64A (or 0x4DA64A) is known color: Fruit Salad. HEX triplet: 4D, A6 and 4A. RGB value is (77,166,74). Sum of RGB (Red+Green+Blue) = 77+166+74=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 166 (65.23% from 255 or 52.37% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 166 - color contains mainly: green. Hex color #4DA64A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA64A is #B259B5. Grayscale: #818181. Windows color (decimal): -11688374 or 4892237. OLE color: 4892237.
HSL color Cylindrical-coordinate representation of color #4DA64A: hue angle of 118.04º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DA64A is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 77 | 166 | 74 | - |
| CMYK | 0.54 | 0 | 0.55 | 0.35 |
| HSL | 118.04º | 0.38% | 0.47% | - |
| HSV(B) | 118.04º | 0.55% | 0.65% | - |
| XYZ | 17.93 | 29.34 | 11.2 | - |
| YUV | 128.9 | 97.01 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 166 | 74 | 0.54 | 0 | 0.55 | 0.35 | 118.04 | 0.38 | 0.47 |
| Hex | 4D | A6 | 4A | 36 | 0 | 37 | 23 | 76 | 26 | 2F |
| Octal | 115 | 246 | 112 | 66 | 0 | 67 | 43 | 166 | 46 | 57 |
| Binary | 1001101 | 10100110 | 1001010 | 110110 | 0 | 110111 | 100011 | 1110110 | 100110 | 101111 |
Color Harmonies of #4DA64A
Complementary color
Monochromatic Colors of #4DA64A
Black with #4DA64A
Text Example
Text Example
White with #4DA64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA64A; }
p { color: rgb(77,166,74); }
H1.HeaderClassName
{
color: #4DA64A;
}
.AnyTagClassName
{
color: #4DA64A;
}
</style>
background-color css
<style>
a { background-color: #4DA64A; }
a { background-color: rgb(77,166,74); }
div.DivClassName
{
background-color: #4DA64A;
}
.BgClassName
{
background-color: #4DA64A;
}
</style>
border-color css
<style>
span { border-color: #4DA64A; }
span { border-color: rgb(77,166,74); }
td.TdClassName
{
border-color: #4DA64A;
}
.TagClassName
{
border-color: #4DA64A;
}
</style>