Shades of Fruit Salad #4DA146
Tints of Fruit Salad #4DA146
RGB
CMYK
RGB Variations
Color information
#4DA146 (or 0x4DA146) is known color: Fruit Salad. HEX triplet: 4D, A1 and 46. RGB value is (77,161,70). Sum of RGB (Red+Green+Blue) = 77+161+70=308 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25% from 308); Green value is 161 (63.28% from 255 or 52.27% from 308); Blue value is 70 (27.73% from 255 or 22.73% from 308); Max value from RGB is 161 - color contains mainly: green. Hex color #4DA146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA146 is #B25EB9. Grayscale: #7D7D7D. Windows color (decimal): -11689658 or 4628813. OLE color: 4628813.
HSL color Cylindrical-coordinate representation of color #4DA146: hue angle of 115.38º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DA146 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 161 | 70 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.37 |
| HSL | 115.38º | 0.39% | 0.45% | - |
| HSV(B) | 115.38º | 0.57% | 0.63% | - |
| XYZ | 16.91 | 27.51 | 10.21 | - |
| YUV | 125.51 | 96.67 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 161 | 70 | 0.52 | 0 | 0.57 | 0.37 | 115.38 | 0.39 | 0.45 |
| Hex | 4D | A1 | 46 | 34 | 0 | 39 | 25 | 73 | 27 | 2D |
| Octal | 115 | 241 | 106 | 64 | 0 | 71 | 45 | 163 | 47 | 55 |
| Binary | 1001101 | 10100001 | 1000110 | 110100 | 0 | 111001 | 100101 | 1110011 | 100111 | 101101 |
Color Harmonies of #4DA146
Complementary color
Monochromatic Colors of #4DA146
Black with #4DA146
Text Example
Text Example
White with #4DA146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA146; }
p { color: rgb(77,161,70); }
H1.HeaderClassName
{
color: #4DA146;
}
.AnyTagClassName
{
color: #4DA146;
}
</style>
background-color css
<style>
a { background-color: #4DA146; }
a { background-color: rgb(77,161,70); }
div.DivClassName
{
background-color: #4DA146;
}
.BgClassName
{
background-color: #4DA146;
}
</style>
border-color css
<style>
span { border-color: #4DA146; }
span { border-color: rgb(77,161,70); }
td.TdClassName
{
border-color: #4DA146;
}
.TagClassName
{
border-color: #4DA146;
}
</style>