Shades of Fruit Salad #4DAA5B
Tints of Fruit Salad #4DAA5B
RGB
CMYK
RGB Variations
Color information
#4DAA5B (or 0x4DAA5B) is known color: Fruit Salad. HEX triplet: 4D, AA and 5B. RGB value is (77,170,91). Sum of RGB (Red+Green+Blue) = 77+170+91=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAA5B is #B255A4. Grayscale: #858585. Windows color (decimal): -11687333 or 6007373. OLE color: 6007373.
HSL color Cylindrical-coordinate representation of color #4DAA5B: hue angle of 129.03º 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 #4DAA5B is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 91 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.33 |
| HSL | 129.03º | 0.38% | 0.48% | - |
| HSV(B) | 129.03º | 0.55% | 0.67% | - |
| XYZ | 19.32 | 31.08 | 14.88 | - |
| YUV | 133.19 | 104.19 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 91 | 0.55 | 0 | 0.46 | 0.33 | 129.03 | 0.38 | 0.48 |
| Hex | 4D | AA | 5B | 37 | 0 | 2E | 21 | 81 | 26 | 30 |
| Octal | 115 | 252 | 133 | 67 | 0 | 56 | 41 | 201 | 46 | 60 |
| Binary | 1001101 | 10101010 | 1011011 | 110111 | 0 | 101110 | 100001 | 10000001 | 100110 | 110000 |
Color Harmonies of #4DAA5B
Complementary color
Monochromatic Colors of #4DAA5B
Black with #4DAA5B
Text Example
Text Example
White with #4DAA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA5B; }
p { color: rgb(77,170,91); }
H1.HeaderClassName
{
color: #4DAA5B;
}
.AnyTagClassName
{
color: #4DAA5B;
}
</style>
background-color css
<style>
a { background-color: #4DAA5B; }
a { background-color: rgb(77,170,91); }
div.DivClassName
{
background-color: #4DAA5B;
}
.BgClassName
{
background-color: #4DAA5B;
}
</style>
border-color css
<style>
span { border-color: #4DAA5B; }
span { border-color: rgb(77,170,91); }
td.TdClassName
{
border-color: #4DAA5B;
}
.TagClassName
{
border-color: #4DAA5B;
}
</style>