Shades of Fruit Salad #4D9C52
Tints of Fruit Salad #4D9C52
RGB
CMYK
RGB Variations
Color information
#4D9C52 (or 0x4D9C52) is known color: Fruit Salad. HEX triplet: 4D, 9C and 52. RGB value is (77,156,82). Sum of RGB (Red+Green+Blue) = 77+156+82=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 156 (61.33% from 255 or 49.52% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 156 - color contains mainly: green. Hex color #4D9C52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D9C52 is #B263AD. Grayscale: #7C7C7C. Windows color (decimal): -11690926 or 5413965. OLE color: 5413965.
HSL color Cylindrical-coordinate representation of color #4D9C52: hue angle of 123.8º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D9C52 is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 156 | 82 | - |
| CMYK | 0.51 | 0 | 0.47 | 0.39 |
| HSL | 123.8º | 0.34% | 0.46% | - |
| HSV(B) | 123.8º | 0.51% | 0.61% | - |
| XYZ | 16.47 | 25.96 | 12.13 | - |
| YUV | 123.94 | 104.33 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 156 | 82 | 0.51 | 0 | 0.47 | 0.39 | 123.8 | 0.34 | 0.46 |
| Hex | 4D | 9C | 52 | 33 | 0 | 2F | 27 | 7C | 22 | 2E |
| Octal | 115 | 234 | 122 | 63 | 0 | 57 | 47 | 174 | 42 | 56 |
| Binary | 1001101 | 10011100 | 1010010 | 110011 | 0 | 101111 | 100111 | 1111100 | 100010 | 101110 |
Color Harmonies of #4D9C52
Complementary color
Monochromatic Colors of #4D9C52
Black with #4D9C52
Text Example
Text Example
White with #4D9C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9C52; }
p { color: rgb(77,156,82); }
H1.HeaderClassName
{
color: #4D9C52;
}
.AnyTagClassName
{
color: #4D9C52;
}
</style>
background-color css
<style>
a { background-color: #4D9C52; }
a { background-color: rgb(77,156,82); }
div.DivClassName
{
background-color: #4D9C52;
}
.BgClassName
{
background-color: #4D9C52;
}
</style>
border-color css
<style>
span { border-color: #4D9C52; }
span { border-color: rgb(77,156,82); }
td.TdClassName
{
border-color: #4D9C52;
}
.TagClassName
{
border-color: #4D9C52;
}
</style>