Shades of Fruit Salad #4DA83F
Tints of Fruit Salad #4DA83F
RGB
CMYK
RGB Variations
Color information
#4DA83F (or 0x4DA83F) is known color: Fruit Salad. HEX triplet: 4D, A8 and 3F. RGB value is (77,168,63). Sum of RGB (Red+Green+Blue) = 77+168+63=308 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25% from 308); Green value is 168 (66.02% from 255 or 54.55% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 168 - color contains mainly: green. Hex color #4DA83F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA83F is #B257C0. Grayscale: #818181. Windows color (decimal): -11687873 or 4171853. OLE color: 4171853.
HSL color Cylindrical-coordinate representation of color #4DA83F: hue angle of 112º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DA83F is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 77 | 168 | 63 | - |
| CMYK | 0.54 | 0 | 0.63 | 0.34 |
| HSL | 112º | 0.45% | 0.45% | - |
| HSV(B) | 112º | 0.63% | 0.66% | - |
| XYZ | 17.96 | 29.94 | 9.54 | - |
| YUV | 128.82 | 90.85 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 168 | 63 | 0.54 | 0 | 0.63 | 0.34 | 112 | 0.45 | 0.45 |
| Hex | 4D | A8 | 3F | 36 | 0 | 3F | 22 | 70 | 2D | 2D |
| Octal | 115 | 250 | 77 | 66 | 0 | 77 | 42 | 160 | 55 | 55 |
| Binary | 1001101 | 10101000 | 111111 | 110110 | 0 | 111111 | 100010 | 1110000 | 101101 | 101101 |
Color Harmonies of #4DA83F
Complementary color
Monochromatic Colors of #4DA83F
Black with #4DA83F
Text Example
Text Example
White with #4DA83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA83F; }
p { color: rgb(77,168,63); }
H1.HeaderClassName
{
color: #4DA83F;
}
.AnyTagClassName
{
color: #4DA83F;
}
</style>
background-color css
<style>
a { background-color: #4DA83F; }
a { background-color: rgb(77,168,63); }
div.DivClassName
{
background-color: #4DA83F;
}
.BgClassName
{
background-color: #4DA83F;
}
</style>
border-color css
<style>
span { border-color: #4DA83F; }
span { border-color: rgb(77,168,63); }
td.TdClassName
{
border-color: #4DA83F;
}
.TagClassName
{
border-color: #4DA83F;
}
</style>