Shades of Fruit Salad #4DBE55
Tints of Fruit Salad #4DBE55
RGB
CMYK
RGB Variations
Color information
#4DBE55 (or 0x4DBE55) is known color: Fruit Salad. HEX triplet: 4D, BE and 55. RGB value is (77,190,85). Sum of RGB (Red+Green+Blue) = 77+190+85=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 190 (74.61% from 255 or 53.98% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBE55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBE55 is #B241AA. Grayscale: #909090. Windows color (decimal): -11682219 or 5619277. OLE color: 5619277.
HSL color Cylindrical-coordinate representation of color #4DBE55: hue angle of 124.25º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBE55 is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 85 | - |
| CMYK | 0.59 | 0 | 0.55 | 0.25 |
| HSL | 124.25º | 0.47% | 0.52% | - |
| HSV(B) | 124.25º | 0.59% | 0.75% | - |
| XYZ | 23.11 | 39.06 | 14.92 | - |
| YUV | 144.24 | 94.56 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 85 | 0.59 | 0 | 0.55 | 0.25 | 124.25 | 0.47 | 0.52 |
| Hex | 4D | BE | 55 | 3B | 0 | 37 | 19 | 7C | 2F | 34 |
| Octal | 115 | 276 | 125 | 73 | 0 | 67 | 31 | 174 | 57 | 64 |
| Binary | 1001101 | 10111110 | 1010101 | 111011 | 0 | 110111 | 11001 | 1111100 | 101111 | 110100 |
Color Harmonies of #4DBE55
Complementary color
Monochromatic Colors of #4DBE55
Black with #4DBE55
Text Example
Text Example
White with #4DBE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBE55; }
p { color: rgb(77,190,85); }
H1.HeaderClassName
{
color: #4DBE55;
}
.AnyTagClassName
{
color: #4DBE55;
}
</style>
background-color css
<style>
a { background-color: #4DBE55; }
a { background-color: rgb(77,190,85); }
div.DivClassName
{
background-color: #4DBE55;
}
.BgClassName
{
background-color: #4DBE55;
}
</style>
border-color css
<style>
span { border-color: #4DBE55; }
span { border-color: rgb(77,190,85); }
td.TdClassName
{
border-color: #4DBE55;
}
.TagClassName
{
border-color: #4DBE55;
}
</style>