Shades of Fruit Salad #4DBC59
Tints of Fruit Salad #4DBC59
RGB
CMYK
RGB Variations
Color information
#4DBC59 (or 0x4DBC59) is known color: Fruit Salad. HEX triplet: 4D, BC and 59. RGB value is (77,188,89). Sum of RGB (Red+Green+Blue) = 77+188+89=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBC59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBC59 is #B243A6. Grayscale: #8F8F8F. Windows color (decimal): -11682727 or 5880909. OLE color: 5880909.
HSL color Cylindrical-coordinate representation of color #4DBC59: hue angle of 126.49º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBC59 is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 188 | 89 | - |
| CMYK | 0.59 | 0 | 0.53 | 0.26 |
| HSL | 126.49º | 0.45% | 0.52% | - |
| HSV(B) | 126.49º | 0.59% | 0.74% | - |
| XYZ | 22.85 | 38.27 | 15.63 | - |
| YUV | 143.53 | 97.23 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 89 | 0.59 | 0 | 0.53 | 0.26 | 126.49 | 0.45 | 0.52 |
| Hex | 4D | BC | 59 | 3B | 0 | 35 | 1A | 7E | 2D | 34 |
| Octal | 115 | 274 | 131 | 73 | 0 | 65 | 32 | 176 | 55 | 64 |
| Binary | 1001101 | 10111100 | 1011001 | 111011 | 0 | 110101 | 11010 | 1111110 | 101101 | 110100 |
Color Harmonies of #4DBC59
Complementary color
Monochromatic Colors of #4DBC59
Black with #4DBC59
Text Example
Text Example
White with #4DBC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBC59; }
p { color: rgb(77,188,89); }
H1.HeaderClassName
{
color: #4DBC59;
}
.AnyTagClassName
{
color: #4DBC59;
}
</style>
background-color css
<style>
a { background-color: #4DBC59; }
a { background-color: rgb(77,188,89); }
div.DivClassName
{
background-color: #4DBC59;
}
.BgClassName
{
background-color: #4DBC59;
}
</style>
border-color css
<style>
span { border-color: #4DBC59; }
span { border-color: rgb(77,188,89); }
td.TdClassName
{
border-color: #4DBC59;
}
.TagClassName
{
border-color: #4DBC59;
}
</style>