Shades of Fruit Salad #4DB346
Tints of Fruit Salad #4DB346
RGB
CMYK
RGB Variations
Color information
#4DB346 (or 0x4DB346) is known color: Fruit Salad. HEX triplet: 4D, B3 and 46. RGB value is (77,179,70). Sum of RGB (Red+Green+Blue) = 77+179+70=326 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.62% from 326); Green value is 179 (70.31% from 255 or 54.91% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 179 - color contains mainly: green. Hex color #4DB346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DB346 is #B24CB9. Grayscale: #888888. Windows color (decimal): -11685050 or 4633421. OLE color: 4633421.
HSL color Cylindrical-coordinate representation of color #4DB346: hue angle of 116.15º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DB346 is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 179 | 70 | - |
| CMYK | 0.57 | 0 | 0.61 | 0.30 |
| HSL | 116.15º | 0.44% | 0.49% | - |
| HSV(B) | 116.15º | 0.61% | 0.7% | - |
| XYZ | 20.29 | 34.26 | 11.34 | - |
| YUV | 136.08 | 90.71 | 85.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 179 | 70 | 0.57 | 0 | 0.61 | 0.30 | 116.15 | 0.44 | 0.49 |
| Hex | 4D | B3 | 46 | 39 | 0 | 3D | 1E | 74 | 2C | 31 |
| Octal | 115 | 263 | 106 | 71 | 0 | 75 | 36 | 164 | 54 | 61 |
| Binary | 1001101 | 10110011 | 1000110 | 111001 | 0 | 111101 | 11110 | 1110100 | 101100 | 110001 |
Color Harmonies of #4DB346
Complementary color
Monochromatic Colors of #4DB346
Black with #4DB346
Text Example
Text Example
White with #4DB346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB346; }
p { color: rgb(77,179,70); }
H1.HeaderClassName
{
color: #4DB346;
}
.AnyTagClassName
{
color: #4DB346;
}
</style>
background-color css
<style>
a { background-color: #4DB346; }
a { background-color: rgb(77,179,70); }
div.DivClassName
{
background-color: #4DB346;
}
.BgClassName
{
background-color: #4DB346;
}
</style>
border-color css
<style>
span { border-color: #4DB346; }
span { border-color: rgb(77,179,70); }
td.TdClassName
{
border-color: #4DB346;
}
.TagClassName
{
border-color: #4DB346;
}
</style>