Shades of Fruit Salad #4DAA47
Tints of Fruit Salad #4DAA47
RGB
CMYK
RGB Variations
Color information
#4DAA47 (or 0x4DAA47) is known color: Fruit Salad. HEX triplet: 4D, AA and 47. RGB value is (77,170,71). Sum of RGB (Red+Green+Blue) = 77+170+71=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 170 (66.80% from 255 or 53.46% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAA47 is #B255B8. Grayscale: #838383. Windows color (decimal): -11687353 or 4696653. OLE color: 4696653.
HSL color Cylindrical-coordinate representation of color #4DAA47: hue angle of 116.36º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DAA47 is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 71 | - |
| CMYK | 0.55 | 0 | 0.58 | 0.33 |
| HSL | 116.36º | 0.41% | 0.47% | - |
| HSV(B) | 116.36º | 0.58% | 0.67% | - |
| XYZ | 18.57 | 30.78 | 10.92 | - |
| YUV | 130.91 | 94.19 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 71 | 0.55 | 0 | 0.58 | 0.33 | 116.36 | 0.41 | 0.47 |
| Hex | 4D | AA | 47 | 37 | 0 | 3A | 21 | 74 | 29 | 2F |
| Octal | 115 | 252 | 107 | 67 | 0 | 72 | 41 | 164 | 51 | 57 |
| Binary | 1001101 | 10101010 | 1000111 | 110111 | 0 | 111010 | 100001 | 1110100 | 101001 | 101111 |
Color Harmonies of #4DAA47
Complementary color
Monochromatic Colors of #4DAA47
Black with #4DAA47
Text Example
Text Example
White with #4DAA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA47; }
p { color: rgb(77,170,71); }
H1.HeaderClassName
{
color: #4DAA47;
}
.AnyTagClassName
{
color: #4DAA47;
}
</style>
background-color css
<style>
a { background-color: #4DAA47; }
a { background-color: rgb(77,170,71); }
div.DivClassName
{
background-color: #4DAA47;
}
.BgClassName
{
background-color: #4DAA47;
}
</style>
border-color css
<style>
span { border-color: #4DAA47; }
span { border-color: rgb(77,170,71); }
td.TdClassName
{
border-color: #4DAA47;
}
.TagClassName
{
border-color: #4DAA47;
}
</style>