Shades of Fruit Salad #4DAA5C
Tints of Fruit Salad #4DAA5C
RGB
CMYK
RGB Variations
Color information
#4DAA5C (or 0x4DAA5C) is known color: Fruit Salad. HEX triplet: 4D, AA and 5C. RGB value is (77,170,92). Sum of RGB (Red+Green+Blue) = 77+170+92=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAA5C is #B255A3. Grayscale: #858585. Windows color (decimal): -11687332 or 6072909. OLE color: 6072909.
HSL color Cylindrical-coordinate representation of color #4DAA5C: hue angle of 129.68º 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 #4DAA5C is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 92 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.33 |
| HSL | 129.68º | 0.38% | 0.48% | - |
| HSV(B) | 129.68º | 0.55% | 0.67% | - |
| XYZ | 19.37 | 31.1 | 15.11 | - |
| YUV | 133.3 | 104.69 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 92 | 0.55 | 0 | 0.46 | 0.33 | 129.68 | 0.38 | 0.48 |
| Hex | 4D | AA | 5C | 37 | 0 | 2E | 21 | 82 | 26 | 30 |
| Octal | 115 | 252 | 134 | 67 | 0 | 56 | 41 | 202 | 46 | 60 |
| Binary | 1001101 | 10101010 | 1011100 | 110111 | 0 | 101110 | 100001 | 10000010 | 100110 | 110000 |
Color Harmonies of #4DAA5C
Complementary color
Monochromatic Colors of #4DAA5C
Black with #4DAA5C
Text Example
Text Example
White with #4DAA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA5C; }
p { color: rgb(77,170,92); }
H1.HeaderClassName
{
color: #4DAA5C;
}
.AnyTagClassName
{
color: #4DAA5C;
}
</style>
background-color css
<style>
a { background-color: #4DAA5C; }
a { background-color: rgb(77,170,92); }
div.DivClassName
{
background-color: #4DAA5C;
}
.BgClassName
{
background-color: #4DAA5C;
}
</style>
border-color css
<style>
span { border-color: #4DAA5C; }
span { border-color: rgb(77,170,92); }
td.TdClassName
{
border-color: #4DAA5C;
}
.TagClassName
{
border-color: #4DAA5C;
}
</style>