Shades of Fruit Salad #4DC650
Tints of Fruit Salad #4DC650
RGB
CMYK
RGB Variations
Color information
#4DC650 (or 0x4DC650) is known color: Fruit Salad. HEX triplet: 4D, C6 and 50. RGB value is (77,198,80). Sum of RGB (Red+Green+Blue) = 77+198+80=355 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.69% from 355); Green value is 198 (77.73% from 255 or 55.77% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 198 - color contains mainly: green. Hex color #4DC650 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC650 is #B239AF. Grayscale: #949494. Windows color (decimal): -11680176 or 5293645. OLE color: 5293645.
HSL color Cylindrical-coordinate representation of color #4DC650: hue angle of 121.49º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC650 is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 198 | 80 | - |
| CMYK | 0.61 | 0 | 0.60 | 0.22 |
| HSL | 121.49º | 0.51% | 0.54% | - |
| HSV(B) | 121.49º | 0.61% | 0.78% | - |
| XYZ | 24.7 | 42.55 | 14.5 | - |
| YUV | 148.37 | 89.41 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 198 | 80 | 0.61 | 0 | 0.60 | 0.22 | 121.49 | 0.51 | 0.54 |
| Hex | 4D | C6 | 50 | 3D | 0 | 3C | 16 | 79 | 33 | 36 |
| Octal | 115 | 306 | 120 | 75 | 0 | 74 | 26 | 171 | 63 | 66 |
| Binary | 1001101 | 11000110 | 1010000 | 111101 | 0 | 111100 | 10110 | 1111001 | 110011 | 110110 |
Color Harmonies of #4DC650
Complementary color
Monochromatic Colors of #4DC650
Black with #4DC650
Text Example
Text Example
White with #4DC650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC650; }
p { color: rgb(77,198,80); }
H1.HeaderClassName
{
color: #4DC650;
}
.AnyTagClassName
{
color: #4DC650;
}
</style>
background-color css
<style>
a { background-color: #4DC650; }
a { background-color: rgb(77,198,80); }
div.DivClassName
{
background-color: #4DC650;
}
.BgClassName
{
background-color: #4DC650;
}
</style>
border-color css
<style>
span { border-color: #4DC650; }
span { border-color: rgb(77,198,80); }
td.TdClassName
{
border-color: #4DC650;
}
.TagClassName
{
border-color: #4DC650;
}
</style>