Shades of Fruit Salad #4DAA56
Tints of Fruit Salad #4DAA56
RGB
CMYK
RGB Variations
Color information
#4DAA56 (or 0x4DAA56) is known color: Fruit Salad. HEX triplet: 4D, AA and 56. RGB value is (77,170,86). Sum of RGB (Red+Green+Blue) = 77+170+86=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAA56 is #B255A9. Grayscale: #848484. Windows color (decimal): -11687338 or 5679693. OLE color: 5679693.
HSL color Cylindrical-coordinate representation of color #4DAA56: hue angle of 125.81º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAA56 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 86 | - |
| CMYK | 0.55 | 0 | 0.49 | 0.33 |
| HSL | 125.81º | 0.38% | 0.48% | - |
| HSV(B) | 125.81º | 0.55% | 0.67% | - |
| XYZ | 19.12 | 31 | 13.78 | - |
| YUV | 132.62 | 101.69 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 86 | 0.55 | 0 | 0.49 | 0.33 | 125.81 | 0.38 | 0.48 |
| Hex | 4D | AA | 56 | 37 | 0 | 31 | 21 | 7E | 26 | 30 |
| Octal | 115 | 252 | 126 | 67 | 0 | 61 | 41 | 176 | 46 | 60 |
| Binary | 1001101 | 10101010 | 1010110 | 110111 | 0 | 110001 | 100001 | 1111110 | 100110 | 110000 |
Color Harmonies of #4DAA56
Complementary color
Monochromatic Colors of #4DAA56
Black with #4DAA56
Text Example
Text Example
White with #4DAA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA56; }
p { color: rgb(77,170,86); }
H1.HeaderClassName
{
color: #4DAA56;
}
.AnyTagClassName
{
color: #4DAA56;
}
</style>
background-color css
<style>
a { background-color: #4DAA56; }
a { background-color: rgb(77,170,86); }
div.DivClassName
{
background-color: #4DAA56;
}
.BgClassName
{
background-color: #4DAA56;
}
</style>
border-color css
<style>
span { border-color: #4DAA56; }
span { border-color: rgb(77,170,86); }
td.TdClassName
{
border-color: #4DAA56;
}
.TagClassName
{
border-color: #4DAA56;
}
</style>