Shades of Fruit Salad #4DA43B
Tints of Fruit Salad #4DA43B
RGB
CMYK
RGB Variations
Color information
#4DA43B (or 0x4DA43B) is known color: Fruit Salad. HEX triplet: 4D, A4 and 3B. RGB value is (77,164,59). Sum of RGB (Red+Green+Blue) = 77+164+59=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 164 (64.45% from 255 or 54.67% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 164 - color contains mainly: green. Hex color #4DA43B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA43B is #B25BC4. Grayscale: #7E7E7E. Windows color (decimal): -11688901 or 3908685. OLE color: 3908685.
HSL color Cylindrical-coordinate representation of color #4DA43B: hue angle of 109.71º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DA43B is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 164 | 59 | - |
| CMYK | 0.53 | 0 | 0.64 | 0.36 |
| HSL | 109.71º | 0.47% | 0.44% | - |
| HSV(B) | 109.71º | 0.64% | 0.64% | - |
| XYZ | 17.13 | 28.44 | 8.73 | - |
| YUV | 126.02 | 90.18 | 93.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 164 | 59 | 0.53 | 0 | 0.64 | 0.36 | 109.71 | 0.47 | 0.44 |
| Hex | 4D | A4 | 3B | 35 | 0 | 40 | 24 | 6E | 2F | 2C |
| Octal | 115 | 244 | 73 | 65 | 0 | 100 | 44 | 156 | 57 | 54 |
| Binary | 1001101 | 10100100 | 111011 | 110101 | 0 | 1000000 | 100100 | 1101110 | 101111 | 101100 |
Color Harmonies of #4DA43B
Complementary color
Monochromatic Colors of #4DA43B
Black with #4DA43B
Text Example
Text Example
White with #4DA43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA43B; }
p { color: rgb(77,164,59); }
H1.HeaderClassName
{
color: #4DA43B;
}
.AnyTagClassName
{
color: #4DA43B;
}
</style>
background-color css
<style>
a { background-color: #4DA43B; }
a { background-color: rgb(77,164,59); }
div.DivClassName
{
background-color: #4DA43B;
}
.BgClassName
{
background-color: #4DA43B;
}
</style>
border-color css
<style>
span { border-color: #4DA43B; }
span { border-color: rgb(77,164,59); }
td.TdClassName
{
border-color: #4DA43B;
}
.TagClassName
{
border-color: #4DA43B;
}
</style>