Shades of Fruit Salad #4DAE55
Tints of Fruit Salad #4DAE55
RGB
CMYK
RGB Variations
Color information
#4DAE55 (or 0x4DAE55) is known color: Fruit Salad. HEX triplet: 4D, AE and 55. RGB value is (77,174,85). Sum of RGB (Red+Green+Blue) = 77+174+85=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 174 (68.36% from 255 or 51.79% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAE55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAE55 is #B251AA. Grayscale: #878787. Windows color (decimal): -11686315 or 5615181. OLE color: 5615181.
HSL color Cylindrical-coordinate representation of color #4DAE55: hue angle of 124.95º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAE55 is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 174 | 85 | - |
| CMYK | 0.56 | 0 | 0.51 | 0.32 |
| HSL | 124.95º | 0.39% | 0.49% | - |
| HSV(B) | 124.95º | 0.56% | 0.68% | - |
| XYZ | 19.84 | 32.51 | 13.82 | - |
| YUV | 134.85 | 99.86 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 85 | 0.56 | 0 | 0.51 | 0.32 | 124.95 | 0.39 | 0.49 |
| Hex | 4D | AE | 55 | 38 | 0 | 33 | 20 | 7D | 27 | 31 |
| Octal | 115 | 256 | 125 | 70 | 0 | 63 | 40 | 175 | 47 | 61 |
| Binary | 1001101 | 10101110 | 1010101 | 111000 | 0 | 110011 | 100000 | 1111101 | 100111 | 110001 |
Color Harmonies of #4DAE55
Complementary color
Monochromatic Colors of #4DAE55
Black with #4DAE55
Text Example
Text Example
White with #4DAE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAE55; }
p { color: rgb(77,174,85); }
H1.HeaderClassName
{
color: #4DAE55;
}
.AnyTagClassName
{
color: #4DAE55;
}
</style>
background-color css
<style>
a { background-color: #4DAE55; }
a { background-color: rgb(77,174,85); }
div.DivClassName
{
background-color: #4DAE55;
}
.BgClassName
{
background-color: #4DAE55;
}
</style>
border-color css
<style>
span { border-color: #4DAE55; }
span { border-color: rgb(77,174,85); }
td.TdClassName
{
border-color: #4DAE55;
}
.TagClassName
{
border-color: #4DAE55;
}
</style>