Shades of Fruit Salad #4DAE48
Tints of Fruit Salad #4DAE48
RGB
CMYK
RGB Variations
Color information
#4DAE48 (or 0x4DAE48) is known color: Fruit Salad. HEX triplet: 4D, AE and 48. RGB value is (77,174,72). Sum of RGB (Red+Green+Blue) = 77+174+72=323 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.84% from 323); Green value is 174 (68.36% from 255 or 53.87% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAE48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAE48 is #B251B7. Grayscale: #858585. Windows color (decimal): -11686328 or 4763213. OLE color: 4763213.
HSL color Cylindrical-coordinate representation of color #4DAE48: hue angle of 117.06º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DAE48 is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 174 | 72 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.32 |
| HSL | 117.06º | 0.41% | 0.48% | - |
| HSV(B) | 117.06º | 0.59% | 0.68% | - |
| XYZ | 19.37 | 32.32 | 11.35 | - |
| YUV | 133.37 | 93.36 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 72 | 0.56 | 0 | 0.59 | 0.32 | 117.06 | 0.41 | 0.48 |
| Hex | 4D | AE | 48 | 38 | 0 | 3B | 20 | 75 | 29 | 30 |
| Octal | 115 | 256 | 110 | 70 | 0 | 73 | 40 | 165 | 51 | 60 |
| Binary | 1001101 | 10101110 | 1001000 | 111000 | 0 | 111011 | 100000 | 1110101 | 101001 | 110000 |
Color Harmonies of #4DAE48
Complementary color
Monochromatic Colors of #4DAE48
Black with #4DAE48
Text Example
Text Example
White with #4DAE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAE48; }
p { color: rgb(77,174,72); }
H1.HeaderClassName
{
color: #4DAE48;
}
.AnyTagClassName
{
color: #4DAE48;
}
</style>
background-color css
<style>
a { background-color: #4DAE48; }
a { background-color: rgb(77,174,72); }
div.DivClassName
{
background-color: #4DAE48;
}
.BgClassName
{
background-color: #4DAE48;
}
</style>
border-color css
<style>
span { border-color: #4DAE48; }
span { border-color: rgb(77,174,72); }
td.TdClassName
{
border-color: #4DAE48;
}
.TagClassName
{
border-color: #4DAE48;
}
</style>