Shades of Fruit Salad #4DB954
Tints of Fruit Salad #4DB954
RGB
CMYK
RGB Variations
Color information
#4DB954 (or 0x4DB954) is known color: Fruit Salad. HEX triplet: 4D, B9 and 54. RGB value is (77,185,84). Sum of RGB (Red+Green+Blue) = 77+185+84=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 185 (72.66% from 255 or 53.47% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB954 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB954 is #B246AB. Grayscale: #8D8D8D. Windows color (decimal): -11683500 or 5552461. OLE color: 5552461.
HSL color Cylindrical-coordinate representation of color #4DB954: hue angle of 123.89º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB954 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 185 | 84 | - |
| CMYK | 0.58 | 0 | 0.55 | 0.27 |
| HSL | 123.89º | 0.44% | 0.51% | - |
| HSV(B) | 123.89º | 0.58% | 0.73% | - |
| XYZ | 22.01 | 36.92 | 14.35 | - |
| YUV | 141.19 | 95.72 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 84 | 0.58 | 0 | 0.55 | 0.27 | 123.89 | 0.44 | 0.51 |
| Hex | 4D | B9 | 54 | 3A | 0 | 37 | 1B | 7C | 2C | 33 |
| Octal | 115 | 271 | 124 | 72 | 0 | 67 | 33 | 174 | 54 | 63 |
| Binary | 1001101 | 10111001 | 1010100 | 111010 | 0 | 110111 | 11011 | 1111100 | 101100 | 110011 |
Color Harmonies of #4DB954
Complementary color
Monochromatic Colors of #4DB954
Black with #4DB954
Text Example
Text Example
White with #4DB954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB954; }
p { color: rgb(77,185,84); }
H1.HeaderClassName
{
color: #4DB954;
}
.AnyTagClassName
{
color: #4DB954;
}
</style>
background-color css
<style>
a { background-color: #4DB954; }
a { background-color: rgb(77,185,84); }
div.DivClassName
{
background-color: #4DB954;
}
.BgClassName
{
background-color: #4DB954;
}
</style>
border-color css
<style>
span { border-color: #4DB954; }
span { border-color: rgb(77,185,84); }
td.TdClassName
{
border-color: #4DB954;
}
.TagClassName
{
border-color: #4DB954;
}
</style>