Shades of Fruit Salad #4DAA51
Tints of Fruit Salad #4DAA51
RGB
CMYK
RGB Variations
Color information
#4DAA51 (or 0x4DAA51) is known color: Fruit Salad. HEX triplet: 4D, AA and 51. RGB value is (77,170,81). Sum of RGB (Red+Green+Blue) = 77+170+81=328 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.48% from 328); Green value is 170 (66.80% from 255 or 51.83% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAA51 is #B255AE. Grayscale: #848484. Windows color (decimal): -11687343 or 5352013. OLE color: 5352013.
HSL color Cylindrical-coordinate representation of color #4DAA51: hue angle of 122.58º 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 #4DAA51 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 81 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.33 |
| HSL | 122.58º | 0.38% | 0.48% | - |
| HSV(B) | 122.58º | 0.55% | 0.67% | - |
| XYZ | 18.92 | 30.92 | 12.76 | - |
| YUV | 132.05 | 99.19 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 81 | 0.55 | 0 | 0.52 | 0.33 | 122.58 | 0.38 | 0.48 |
| Hex | 4D | AA | 51 | 37 | 0 | 34 | 21 | 7B | 26 | 30 |
| Octal | 115 | 252 | 121 | 67 | 0 | 64 | 41 | 173 | 46 | 60 |
| Binary | 1001101 | 10101010 | 1010001 | 110111 | 0 | 110100 | 100001 | 1111011 | 100110 | 110000 |
Color Harmonies of #4DAA51
Complementary color
Monochromatic Colors of #4DAA51
Black with #4DAA51
Text Example
Text Example
White with #4DAA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA51; }
p { color: rgb(77,170,81); }
H1.HeaderClassName
{
color: #4DAA51;
}
.AnyTagClassName
{
color: #4DAA51;
}
</style>
background-color css
<style>
a { background-color: #4DAA51; }
a { background-color: rgb(77,170,81); }
div.DivClassName
{
background-color: #4DAA51;
}
.BgClassName
{
background-color: #4DAA51;
}
</style>
border-color css
<style>
span { border-color: #4DAA51; }
span { border-color: rgb(77,170,81); }
td.TdClassName
{
border-color: #4DAA51;
}
.TagClassName
{
border-color: #4DAA51;
}
</style>