Shades of Fruit Salad #4D9956
Tints of Fruit Salad #4D9956
RGB
CMYK
RGB Variations
Color information
#4D9956 (or 0x4D9956) is known color: Fruit Salad. HEX triplet: 4D, 99 and 56. RGB value is (77,153,86). Sum of RGB (Red+Green+Blue) = 77+153+86=316 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.37% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #4D9956 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9956 is #B266A9. Grayscale: #7A7A7A. Windows color (decimal): -11691690 or 5675341. OLE color: 5675341.
HSL color Cylindrical-coordinate representation of color #4D9956: hue angle of 127.11º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D9956 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 153 | 86 | - |
| CMYK | 0.50 | 0 | 0.44 | 0.4 |
| HSL | 127.11º | 0.33% | 0.45% | - |
| HSV(B) | 127.11º | 0.5% | 0.6% | - |
| XYZ | 16.13 | 25.03 | 12.79 | - |
| YUV | 122.64 | 107.32 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 153 | 86 | 0.50 | 0 | 0.44 | 0.4 | 127.11 | 0.33 | 0.45 |
| Hex | 4D | 99 | 56 | 32 | 0 | 2C | 28 | 7F | 21 | 2D |
| Octal | 115 | 231 | 126 | 62 | 0 | 54 | 50 | 177 | 41 | 55 |
| Binary | 1001101 | 10011001 | 1010110 | 110010 | 0 | 101100 | 101000 | 1111111 | 100001 | 101101 |
Color Harmonies of #4D9956
Complementary color
Monochromatic Colors of #4D9956
Black with #4D9956
Text Example
Text Example
White with #4D9956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9956; }
p { color: rgb(77,153,86); }
H1.HeaderClassName
{
color: #4D9956;
}
.AnyTagClassName
{
color: #4D9956;
}
</style>
background-color css
<style>
a { background-color: #4D9956; }
a { background-color: rgb(77,153,86); }
div.DivClassName
{
background-color: #4D9956;
}
.BgClassName
{
background-color: #4D9956;
}
</style>
border-color css
<style>
span { border-color: #4D9956; }
span { border-color: rgb(77,153,86); }
td.TdClassName
{
border-color: #4D9956;
}
.TagClassName
{
border-color: #4D9956;
}
</style>