Shades of Fruit Salad #4DBD51
Tints of Fruit Salad #4DBD51
RGB
CMYK
RGB Variations
Color information
#4DBD51 (or 0x4DBD51) is known color: Fruit Salad. HEX triplet: 4D, BD and 51. RGB value is (77,189,81). Sum of RGB (Red+Green+Blue) = 77+189+81=347 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.19% from 347); Green value is 189 (74.22% from 255 or 54.47% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 189 - color contains mainly: green. Hex color #4DBD51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DBD51 is #B242AE. Grayscale: #8F8F8F. Windows color (decimal): -11682479 or 5356877. OLE color: 5356877.
HSL color Cylindrical-coordinate representation of color #4DBD51: hue angle of 122.14º 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 #4DBD51 is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 189 | 81 | - |
| CMYK | 0.59 | 0 | 0.57 | 0.26 |
| HSL | 122.14º | 0.46% | 0.52% | - |
| HSV(B) | 122.14º | 0.59% | 0.74% | - |
| XYZ | 22.74 | 38.57 | 14.03 | - |
| YUV | 143.2 | 92.89 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 189 | 81 | 0.59 | 0 | 0.57 | 0.26 | 122.14 | 0.46 | 0.52 |
| Hex | 4D | BD | 51 | 3B | 0 | 39 | 1A | 7A | 2E | 34 |
| Octal | 115 | 275 | 121 | 73 | 0 | 71 | 32 | 172 | 56 | 64 |
| Binary | 1001101 | 10111101 | 1010001 | 111011 | 0 | 111001 | 11010 | 1111010 | 101110 | 110100 |
Color Harmonies of #4DBD51
Complementary color
Monochromatic Colors of #4DBD51
Black with #4DBD51
Text Example
Text Example
White with #4DBD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBD51; }
p { color: rgb(77,189,81); }
H1.HeaderClassName
{
color: #4DBD51;
}
.AnyTagClassName
{
color: #4DBD51;
}
</style>
background-color css
<style>
a { background-color: #4DBD51; }
a { background-color: rgb(77,189,81); }
div.DivClassName
{
background-color: #4DBD51;
}
.BgClassName
{
background-color: #4DBD51;
}
</style>
border-color css
<style>
span { border-color: #4DBD51; }
span { border-color: rgb(77,189,81); }
td.TdClassName
{
border-color: #4DBD51;
}
.TagClassName
{
border-color: #4DBD51;
}
</style>