Shades of Fruit Salad #4DB951
Tints of Fruit Salad #4DB951
RGB
CMYK
RGB Variations
Color information
#4DB951 (or 0x4DB951) is known color: Fruit Salad. HEX triplet: 4D, B9 and 51. RGB value is (77,185,81). Sum of RGB (Red+Green+Blue) = 77+185+81=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 185 (72.66% from 255 or 53.94% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB951 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB951 is #B246AE. Grayscale: #8D8D8D. Windows color (decimal): -11683503 or 5355853. OLE color: 5355853.
HSL color Cylindrical-coordinate representation of color #4DB951: hue angle of 122.22º 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 #4DB951 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 185 | 81 | - |
| CMYK | 0.58 | 0 | 0.56 | 0.27 |
| HSL | 122.22º | 0.44% | 0.51% | - |
| HSV(B) | 122.22º | 0.58% | 0.73% | - |
| XYZ | 21.89 | 36.87 | 13.75 | - |
| YUV | 140.85 | 94.22 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 81 | 0.58 | 0 | 0.56 | 0.27 | 122.22 | 0.44 | 0.51 |
| Hex | 4D | B9 | 51 | 3A | 0 | 38 | 1B | 7A | 2C | 33 |
| Octal | 115 | 271 | 121 | 72 | 0 | 70 | 33 | 172 | 54 | 63 |
| Binary | 1001101 | 10111001 | 1010001 | 111010 | 0 | 111000 | 11011 | 1111010 | 101100 | 110011 |
Color Harmonies of #4DB951
Complementary color
Monochromatic Colors of #4DB951
Black with #4DB951
Text Example
Text Example
White with #4DB951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB951; }
p { color: rgb(77,185,81); }
H1.HeaderClassName
{
color: #4DB951;
}
.AnyTagClassName
{
color: #4DB951;
}
</style>
background-color css
<style>
a { background-color: #4DB951; }
a { background-color: rgb(77,185,81); }
div.DivClassName
{
background-color: #4DB951;
}
.BgClassName
{
background-color: #4DB951;
}
</style>
border-color css
<style>
span { border-color: #4DB951; }
span { border-color: rgb(77,185,81); }
td.TdClassName
{
border-color: #4DB951;
}
.TagClassName
{
border-color: #4DB951;
}
</style>