Shades of Fruit Salad #4DA84A
Tints of Fruit Salad #4DA84A
RGB
CMYK
RGB Variations
Color information
#4DA84A (or 0x4DA84A) is known color: Fruit Salad. HEX triplet: 4D, A8 and 4A. RGB value is (77,168,74). Sum of RGB (Red+Green+Blue) = 77+168+74=319 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.14% from 319); Green value is 168 (66.02% from 255 or 52.66% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 168 - color contains mainly: green. Hex color #4DA84A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA84A is #B257B5. Grayscale: #828282. Windows color (decimal): -11687862 or 4892749. OLE color: 4892749.
HSL color Cylindrical-coordinate representation of color #4DA84A: hue angle of 118.09º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DA84A is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 77 | 168 | 74 | - |
| CMYK | 0.54 | 0 | 0.56 | 0.34 |
| HSL | 118.09º | 0.39% | 0.47% | - |
| HSV(B) | 118.09º | 0.56% | 0.66% | - |
| XYZ | 18.3 | 30.08 | 11.32 | - |
| YUV | 130.08 | 96.35 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 168 | 74 | 0.54 | 0 | 0.56 | 0.34 | 118.09 | 0.39 | 0.47 |
| Hex | 4D | A8 | 4A | 36 | 0 | 38 | 22 | 76 | 27 | 2F |
| Octal | 115 | 250 | 112 | 66 | 0 | 70 | 42 | 166 | 47 | 57 |
| Binary | 1001101 | 10101000 | 1001010 | 110110 | 0 | 111000 | 100010 | 1110110 | 100111 | 101111 |
Color Harmonies of #4DA84A
Complementary color
Monochromatic Colors of #4DA84A
Black with #4DA84A
Text Example
Text Example
White with #4DA84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA84A; }
p { color: rgb(77,168,74); }
H1.HeaderClassName
{
color: #4DA84A;
}
.AnyTagClassName
{
color: #4DA84A;
}
</style>
background-color css
<style>
a { background-color: #4DA84A; }
a { background-color: rgb(77,168,74); }
div.DivClassName
{
background-color: #4DA84A;
}
.BgClassName
{
background-color: #4DA84A;
}
</style>
border-color css
<style>
span { border-color: #4DA84A; }
span { border-color: rgb(77,168,74); }
td.TdClassName
{
border-color: #4DA84A;
}
.TagClassName
{
border-color: #4DA84A;
}
</style>