Shades of Fruit Salad #4DB655
Tints of Fruit Salad #4DB655
RGB
CMYK
RGB Variations
Color information
#4DB655 (or 0x4DB655) is known color: Fruit Salad. HEX triplet: 4D, B6 and 55. RGB value is (77,182,85). Sum of RGB (Red+Green+Blue) = 77+182+85=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 182 (71.48% from 255 or 52.91% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 182 - color contains mainly: green. Hex color #4DB655 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB655 is #B249AA. Grayscale: #8B8B8B. Windows color (decimal): -11684267 or 5617229. OLE color: 5617229.
HSL color Cylindrical-coordinate representation of color #4DB655: hue angle of 124.57º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB655 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 182 | 85 | - |
| CMYK | 0.58 | 0 | 0.53 | 0.29 |
| HSL | 124.57º | 0.42% | 0.51% | - |
| HSV(B) | 124.57º | 0.58% | 0.71% | - |
| XYZ | 21.43 | 35.69 | 14.35 | - |
| YUV | 139.55 | 97.21 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 182 | 85 | 0.58 | 0 | 0.53 | 0.29 | 124.57 | 0.42 | 0.51 |
| Hex | 4D | B6 | 55 | 3A | 0 | 35 | 1D | 7D | 2A | 33 |
| Octal | 115 | 266 | 125 | 72 | 0 | 65 | 35 | 175 | 52 | 63 |
| Binary | 1001101 | 10110110 | 1010101 | 111010 | 0 | 110101 | 11101 | 1111101 | 101010 | 110011 |
Color Harmonies of #4DB655
Complementary color
Monochromatic Colors of #4DB655
Black with #4DB655
Text Example
Text Example
White with #4DB655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB655; }
p { color: rgb(77,182,85); }
H1.HeaderClassName
{
color: #4DB655;
}
.AnyTagClassName
{
color: #4DB655;
}
</style>
background-color css
<style>
a { background-color: #4DB655; }
a { background-color: rgb(77,182,85); }
div.DivClassName
{
background-color: #4DB655;
}
.BgClassName
{
background-color: #4DB655;
}
</style>
border-color css
<style>
span { border-color: #4DB655; }
span { border-color: rgb(77,182,85); }
td.TdClassName
{
border-color: #4DB655;
}
.TagClassName
{
border-color: #4DB655;
}
</style>