Shades of Fruit Salad #4DBD55
Tints of Fruit Salad #4DBD55
RGB
CMYK
RGB Variations
Color information
#4DBD55 (or 0x4DBD55) is known color: Fruit Salad. HEX triplet: 4D, BD and 55. RGB value is (77,189,85). Sum of RGB (Red+Green+Blue) = 77+189+85=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 189 (74.22% from 255 or 53.85% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 189 - color contains mainly: green. Hex color #4DBD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBD55 is #B242AA. Grayscale: #8F8F8F. Windows color (decimal): -11682475 or 5619021. OLE color: 5619021.
HSL color Cylindrical-coordinate representation of color #4DBD55: hue angle of 124.29º degrees, saturation: 0.46, 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 #4DBD55 is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 189 | 85 | - |
| CMYK | 0.59 | 0 | 0.55 | 0.26 |
| HSL | 124.29º | 0.46% | 0.52% | - |
| HSV(B) | 124.29º | 0.59% | 0.74% | - |
| XYZ | 22.9 | 38.63 | 14.84 | - |
| YUV | 143.66 | 94.89 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 85 | 0.59 | 0 | 0.55 | 0.26 | 124.29 | 0.46 | 0.52 |
| Hex | 4D | BD | 55 | 3B | 0 | 37 | 1A | 7C | 2E | 34 |
| Octal | 115 | 275 | 125 | 73 | 0 | 67 | 32 | 174 | 56 | 64 |
| Binary | 1001101 | 10111101 | 1010101 | 111011 | 0 | 110111 | 11010 | 1111100 | 101110 | 110100 |
Color Harmonies of #4DBD55
Complementary color
Monochromatic Colors of #4DBD55
Black with #4DBD55
Text Example
Text Example
White with #4DBD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBD55; }
p { color: rgb(77,189,85); }
H1.HeaderClassName
{
color: #4DBD55;
}
.AnyTagClassName
{
color: #4DBD55;
}
</style>
background-color css
<style>
a { background-color: #4DBD55; }
a { background-color: rgb(77,189,85); }
div.DivClassName
{
background-color: #4DBD55;
}
.BgClassName
{
background-color: #4DBD55;
}
</style>
border-color css
<style>
span { border-color: #4DBD55; }
span { border-color: rgb(77,189,85); }
td.TdClassName
{
border-color: #4DBD55;
}
.TagClassName
{
border-color: #4DBD55;
}
</style>