Shades of Fruit Salad #4DAA3D
Tints of Fruit Salad #4DAA3D
RGB
CMYK
RGB Variations
Color information
#4DAA3D (or 0x4DAA3D) is known color: Fruit Salad. HEX triplet: 4D, AA and 3D. RGB value is (77,170,61). Sum of RGB (Red+Green+Blue) = 77+170+61=308 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAA3D is #B255C2. Grayscale: #828282. Windows color (decimal): -11687363 or 4041293. OLE color: 4041293.
HSL color Cylindrical-coordinate representation of color #4DAA3D: hue angle of 111.19º 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 #4DAA3D is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 61 | - |
| CMYK | 0.55 | 0 | 0.64 | 0.33 |
| HSL | 111.19º | 0.47% | 0.45% | - |
| HSV(B) | 111.19º | 0.64% | 0.67% | - |
| XYZ | 18.28 | 30.66 | 9.37 | - |
| YUV | 129.77 | 89.19 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 61 | 0.55 | 0 | 0.64 | 0.33 | 111.19 | 0.47 | 0.45 |
| Hex | 4D | AA | 3D | 37 | 0 | 40 | 21 | 6F | 2F | 2D |
| Octal | 115 | 252 | 75 | 67 | 0 | 100 | 41 | 157 | 57 | 55 |
| Binary | 1001101 | 10101010 | 111101 | 110111 | 0 | 1000000 | 100001 | 1101111 | 101111 | 101101 |
Color Harmonies of #4DAA3D
Complementary color
Monochromatic Colors of #4DAA3D
Black with #4DAA3D
Text Example
Text Example
White with #4DAA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA3D; }
p { color: rgb(77,170,61); }
H1.HeaderClassName
{
color: #4DAA3D;
}
.AnyTagClassName
{
color: #4DAA3D;
}
</style>
background-color css
<style>
a { background-color: #4DAA3D; }
a { background-color: rgb(77,170,61); }
div.DivClassName
{
background-color: #4DAA3D;
}
.BgClassName
{
background-color: #4DAA3D;
}
</style>
border-color css
<style>
span { border-color: #4DAA3D; }
span { border-color: rgb(77,170,61); }
td.TdClassName
{
border-color: #4DAA3D;
}
.TagClassName
{
border-color: #4DAA3D;
}
</style>