Shades of Fruit Salad #4DBF59
Tints of Fruit Salad #4DBF59
RGB
CMYK
RGB Variations
Color information
#4DBF59 (or 0x4DBF59) is known color: Fruit Salad. HEX triplet: 4D, BF and 59. RGB value is (77,191,89). Sum of RGB (Red+Green+Blue) = 77+191+89=357 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.57% from 357); Green value is 191 (75% from 255 or 53.50% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 191 - color contains mainly: green. Hex color #4DBF59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBF59 is #B240A6. Grayscale: #919191. Windows color (decimal): -11681959 or 5881677. OLE color: 5881677.
HSL color Cylindrical-coordinate representation of color #4DBF59: hue angle of 126.32º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DBF59 is Cyan = 0.60, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 191 | 89 | - |
| CMYK | 0.60 | 0 | 0.53 | 0.25 |
| HSL | 126.32º | 0.47% | 0.53% | - |
| HSV(B) | 126.32º | 0.6% | 0.75% | - |
| XYZ | 23.49 | 39.56 | 15.85 | - |
| YUV | 145.29 | 96.23 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 191 | 89 | 0.60 | 0 | 0.53 | 0.25 | 126.32 | 0.47 | 0.53 |
| Hex | 4D | BF | 59 | 3C | 0 | 35 | 19 | 7E | 2F | 35 |
| Octal | 115 | 277 | 131 | 74 | 0 | 65 | 31 | 176 | 57 | 65 |
| Binary | 1001101 | 10111111 | 1011001 | 111100 | 0 | 110101 | 11001 | 1111110 | 101111 | 110101 |
Color Harmonies of #4DBF59
Complementary color
Monochromatic Colors of #4DBF59
Black with #4DBF59
Text Example
Text Example
White with #4DBF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBF59; }
p { color: rgb(77,191,89); }
H1.HeaderClassName
{
color: #4DBF59;
}
.AnyTagClassName
{
color: #4DBF59;
}
</style>
background-color css
<style>
a { background-color: #4DBF59; }
a { background-color: rgb(77,191,89); }
div.DivClassName
{
background-color: #4DBF59;
}
.BgClassName
{
background-color: #4DBF59;
}
</style>
border-color css
<style>
span { border-color: #4DBF59; }
span { border-color: rgb(77,191,89); }
td.TdClassName
{
border-color: #4DBF59;
}
.TagClassName
{
border-color: #4DBF59;
}
</style>