Shades of Fruit Salad #4DA13D
Tints of Fruit Salad #4DA13D
RGB
CMYK
RGB Variations
Color information
#4DA13D (or 0x4DA13D) is known color: Fruit Salad. HEX triplet: 4D, A1 and 3D. RGB value is (77,161,61). Sum of RGB (Red+Green+Blue) = 77+161+61=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 161 (63.28% from 255 or 53.85% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 161 - color contains mainly: green. Hex color #4DA13D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA13D is #B25EC2. Grayscale: #7C7C7C. Windows color (decimal): -11689667 or 4038989. OLE color: 4038989.
HSL color Cylindrical-coordinate representation of color #4DA13D: hue angle of 110.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DA13D is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 161 | 61 | - |
| CMYK | 0.52 | 0 | 0.62 | 0.37 |
| HSL | 110.4º | 0.45% | 0.44% | - |
| HSV(B) | 110.4º | 0.62% | 0.63% | - |
| XYZ | 16.65 | 27.4 | 8.83 | - |
| YUV | 124.48 | 92.17 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 161 | 61 | 0.52 | 0 | 0.62 | 0.37 | 110.4 | 0.45 | 0.44 |
| Hex | 4D | A1 | 3D | 34 | 0 | 3E | 25 | 6E | 2D | 2C |
| Octal | 115 | 241 | 75 | 64 | 0 | 76 | 45 | 156 | 55 | 54 |
| Binary | 1001101 | 10100001 | 111101 | 110100 | 0 | 111110 | 100101 | 1101110 | 101101 | 101100 |
Color Harmonies of #4DA13D
Complementary color
Monochromatic Colors of #4DA13D
Black with #4DA13D
Text Example
Text Example
White with #4DA13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA13D; }
p { color: rgb(77,161,61); }
H1.HeaderClassName
{
color: #4DA13D;
}
.AnyTagClassName
{
color: #4DA13D;
}
</style>
background-color css
<style>
a { background-color: #4DA13D; }
a { background-color: rgb(77,161,61); }
div.DivClassName
{
background-color: #4DA13D;
}
.BgClassName
{
background-color: #4DA13D;
}
</style>
border-color css
<style>
span { border-color: #4DA13D; }
span { border-color: rgb(77,161,61); }
td.TdClassName
{
border-color: #4DA13D;
}
.TagClassName
{
border-color: #4DA13D;
}
</style>