Shades of Fruit Salad #4DAA3E
Tints of Fruit Salad #4DAA3E
RGB
CMYK
RGB Variations
Color information
#4DAA3E (or 0x4DAA3E) is known color: Fruit Salad. HEX triplet: 4D, AA and 3E. RGB value is (77,170,62). Sum of RGB (Red+Green+Blue) = 77+170+62=309 (40% of max value = 765). Red value is 77 (30.47% from 255 or 24.92% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAA3E is #B255C1. Grayscale: #828282. Windows color (decimal): -11687362 or 4106829. OLE color: 4106829.
HSL color Cylindrical-coordinate representation of color #4DAA3E: hue angle of 111.67º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DAA3E is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 62 | - |
| CMYK | 0.55 | 0 | 0.64 | 0.33 |
| HSL | 111.67º | 0.47% | 0.45% | - |
| HSV(B) | 111.67º | 0.64% | 0.67% | - |
| XYZ | 18.3 | 30.68 | 9.51 | - |
| YUV | 129.88 | 89.69 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 62 | 0.55 | 0 | 0.64 | 0.33 | 111.67 | 0.47 | 0.45 |
| Hex | 4D | AA | 3E | 37 | 0 | 40 | 21 | 70 | 2F | 2D |
| Octal | 115 | 252 | 76 | 67 | 0 | 100 | 41 | 160 | 57 | 55 |
| Binary | 1001101 | 10101010 | 111110 | 110111 | 0 | 1000000 | 100001 | 1110000 | 101111 | 101101 |
Color Harmonies of #4DAA3E
Complementary color
Monochromatic Colors of #4DAA3E
Black with #4DAA3E
Text Example
Text Example
White with #4DAA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA3E; }
p { color: rgb(77,170,62); }
H1.HeaderClassName
{
color: #4DAA3E;
}
.AnyTagClassName
{
color: #4DAA3E;
}
</style>
background-color css
<style>
a { background-color: #4DAA3E; }
a { background-color: rgb(77,170,62); }
div.DivClassName
{
background-color: #4DAA3E;
}
.BgClassName
{
background-color: #4DAA3E;
}
</style>
border-color css
<style>
span { border-color: #4DAA3E; }
span { border-color: rgb(77,170,62); }
td.TdClassName
{
border-color: #4DAA3E;
}
.TagClassName
{
border-color: #4DAA3E;
}
</style>