Shades of Fruit Salad #4DAA46
Tints of Fruit Salad #4DAA46
RGB
CMYK
RGB Variations
Color information
#4DAA46 (or 0x4DAA46) is known color: Fruit Salad. HEX triplet: 4D, AA and 46. RGB value is (77,170,70). Sum of RGB (Red+Green+Blue) = 77+170+70=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 170 (66.80% from 255 or 53.63% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAA46 is #B255B9. Grayscale: #838383. Windows color (decimal): -11687354 or 4631117. OLE color: 4631117.
HSL color Cylindrical-coordinate representation of color #4DAA46: hue angle of 115.8º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DAA46 is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 70 | - |
| CMYK | 0.55 | 0 | 0.59 | 0.33 |
| HSL | 115.8º | 0.42% | 0.47% | - |
| HSV(B) | 115.8º | 0.59% | 0.67% | - |
| XYZ | 18.54 | 30.77 | 10.76 | - |
| YUV | 130.79 | 93.69 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 70 | 0.55 | 0 | 0.59 | 0.33 | 115.8 | 0.42 | 0.47 |
| Hex | 4D | AA | 46 | 37 | 0 | 3B | 21 | 74 | 2A | 2F |
| Octal | 115 | 252 | 106 | 67 | 0 | 73 | 41 | 164 | 52 | 57 |
| Binary | 1001101 | 10101010 | 1000110 | 110111 | 0 | 111011 | 100001 | 1110100 | 101010 | 101111 |
Color Harmonies of #4DAA46
Complementary color
Monochromatic Colors of #4DAA46
Black with #4DAA46
Text Example
Text Example
White with #4DAA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA46; }
p { color: rgb(77,170,70); }
H1.HeaderClassName
{
color: #4DAA46;
}
.AnyTagClassName
{
color: #4DAA46;
}
</style>
background-color css
<style>
a { background-color: #4DAA46; }
a { background-color: rgb(77,170,70); }
div.DivClassName
{
background-color: #4DAA46;
}
.BgClassName
{
background-color: #4DAA46;
}
</style>
border-color css
<style>
span { border-color: #4DAA46; }
span { border-color: rgb(77,170,70); }
td.TdClassName
{
border-color: #4DAA46;
}
.TagClassName
{
border-color: #4DAA46;
}
</style>