Shades of Fruit Salad #4DA13C
Tints of Fruit Salad #4DA13C
RGB
CMYK
RGB Variations
Color information
#4DA13C (or 0x4DA13C) is known color: Fruit Salad. HEX triplet: 4D, A1 and 3C. RGB value is (77,161,60). Sum of RGB (Red+Green+Blue) = 77+161+60=298 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.84% from 298); Green value is 161 (63.28% from 255 or 54.03% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 161 - color contains mainly: green. Hex color #4DA13C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA13C is #B25EC3. Grayscale: #7C7C7C. Windows color (decimal): -11689668 or 3973453. OLE color: 3973453.
HSL color Cylindrical-coordinate representation of color #4DA13C: hue angle of 109.9º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DA13C is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 161 | 60 | - |
| CMYK | 0.52 | 0 | 0.63 | 0.37 |
| HSL | 109.9º | 0.46% | 0.43% | - |
| HSV(B) | 109.9º | 0.63% | 0.63% | - |
| XYZ | 16.62 | 27.39 | 8.69 | - |
| YUV | 124.37 | 91.67 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 161 | 60 | 0.52 | 0 | 0.63 | 0.37 | 109.9 | 0.46 | 0.43 |
| Hex | 4D | A1 | 3C | 34 | 0 | 3F | 25 | 6E | 2E | 2B |
| Octal | 115 | 241 | 74 | 64 | 0 | 77 | 45 | 156 | 56 | 53 |
| Binary | 1001101 | 10100001 | 111100 | 110100 | 0 | 111111 | 100101 | 1101110 | 101110 | 101011 |
Color Harmonies of #4DA13C
Complementary color
Monochromatic Colors of #4DA13C
Black with #4DA13C
Text Example
Text Example
White with #4DA13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA13C; }
p { color: rgb(77,161,60); }
H1.HeaderClassName
{
color: #4DA13C;
}
.AnyTagClassName
{
color: #4DA13C;
}
</style>
background-color css
<style>
a { background-color: #4DA13C; }
a { background-color: rgb(77,161,60); }
div.DivClassName
{
background-color: #4DA13C;
}
.BgClassName
{
background-color: #4DA13C;
}
</style>
border-color css
<style>
span { border-color: #4DA13C; }
span { border-color: rgb(77,161,60); }
td.TdClassName
{
border-color: #4DA13C;
}
.TagClassName
{
border-color: #4DA13C;
}
</style>