Shades of Fruit Salad #4DA83C
Tints of Fruit Salad #4DA83C
RGB
CMYK
RGB Variations
Color information
#4DA83C (or 0x4DA83C) is known color: Fruit Salad. HEX triplet: 4D, A8 and 3C. RGB value is (77,168,60). Sum of RGB (Red+Green+Blue) = 77+168+60=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 168 (66.02% from 255 or 55.08% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 168 - color contains mainly: green. Hex color #4DA83C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA83C is #B257C3. Grayscale: #808080. Windows color (decimal): -11687876 or 3975245. OLE color: 3975245.
HSL color Cylindrical-coordinate representation of color #4DA83C: hue angle of 110.56º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DA83C is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 77 | 168 | 60 | - |
| CMYK | 0.54 | 0 | 0.64 | 0.34 |
| HSL | 110.56º | 0.47% | 0.45% | - |
| HSV(B) | 110.56º | 0.64% | 0.66% | - |
| XYZ | 17.88 | 29.91 | 9.11 | - |
| YUV | 128.48 | 89.35 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 168 | 60 | 0.54 | 0 | 0.64 | 0.34 | 110.56 | 0.47 | 0.45 |
| Hex | 4D | A8 | 3C | 36 | 0 | 40 | 22 | 6F | 2F | 2D |
| Octal | 115 | 250 | 74 | 66 | 0 | 100 | 42 | 157 | 57 | 55 |
| Binary | 1001101 | 10101000 | 111100 | 110110 | 0 | 1000000 | 100010 | 1101111 | 101111 | 101101 |
Color Harmonies of #4DA83C
Complementary color
Monochromatic Colors of #4DA83C
Black with #4DA83C
Text Example
Text Example
White with #4DA83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA83C; }
p { color: rgb(77,168,60); }
H1.HeaderClassName
{
color: #4DA83C;
}
.AnyTagClassName
{
color: #4DA83C;
}
</style>
background-color css
<style>
a { background-color: #4DA83C; }
a { background-color: rgb(77,168,60); }
div.DivClassName
{
background-color: #4DA83C;
}
.BgClassName
{
background-color: #4DA83C;
}
</style>
border-color css
<style>
span { border-color: #4DA83C; }
span { border-color: rgb(77,168,60); }
td.TdClassName
{
border-color: #4DA83C;
}
.TagClassName
{
border-color: #4DA83C;
}
</style>