Shades of Fruit Salad #4D9742
Tints of Fruit Salad #4D9742
RGB
CMYK
RGB Variations
Color information
#4D9742 (or 0x4D9742) is known color: Fruit Salad. HEX triplet: 4D, 97 and 42. RGB value is (77,151,66). Sum of RGB (Red+Green+Blue) = 77+151+66=294 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.19% from 294); Green value is 151 (59.38% from 255 or 51.36% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 151 - color contains mainly: green. Hex color #4D9742 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9742 is #B268BD. Grayscale: #777777. Windows color (decimal): -11692222 or 4364109. OLE color: 4364109.
HSL color Cylindrical-coordinate representation of color #4D9742: hue angle of 112.24º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D9742 is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 151 | 66 | - |
| CMYK | 0.49 | 0 | 0.56 | 0.41 |
| HSL | 112.24º | 0.39% | 0.43% | - |
| HSV(B) | 112.24º | 0.56% | 0.59% | - |
| XYZ | 15.11 | 24.1 | 9.01 | - |
| YUV | 119.18 | 97.98 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 151 | 66 | 0.49 | 0 | 0.56 | 0.41 | 112.24 | 0.39 | 0.43 |
| Hex | 4D | 97 | 42 | 31 | 0 | 38 | 29 | 70 | 27 | 2B |
| Octal | 115 | 227 | 102 | 61 | 0 | 70 | 51 | 160 | 47 | 53 |
| Binary | 1001101 | 10010111 | 1000010 | 110001 | 0 | 111000 | 101001 | 1110000 | 100111 | 101011 |
Color Harmonies of #4D9742
Complementary color
Monochromatic Colors of #4D9742
Black with #4D9742
Text Example
Text Example
White with #4D9742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9742; }
p { color: rgb(77,151,66); }
H1.HeaderClassName
{
color: #4D9742;
}
.AnyTagClassName
{
color: #4D9742;
}
</style>
background-color css
<style>
a { background-color: #4D9742; }
a { background-color: rgb(77,151,66); }
div.DivClassName
{
background-color: #4D9742;
}
.BgClassName
{
background-color: #4D9742;
}
</style>
border-color css
<style>
span { border-color: #4D9742; }
span { border-color: rgb(77,151,66); }
td.TdClassName
{
border-color: #4D9742;
}
.TagClassName
{
border-color: #4D9742;
}
</style>