Shades of Fruit Salad #4DA53D
Tints of Fruit Salad #4DA53D
RGB
CMYK
RGB Variations
Color information
#4DA53D (or 0x4DA53D) is known color: Fruit Salad. HEX triplet: 4D, A5 and 3D. RGB value is (77,165,61). Sum of RGB (Red+Green+Blue) = 77+165+61=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 165 (64.84% from 255 or 54.46% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 165 - color contains mainly: green. Hex color #4DA53D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA53D is #B25AC2. Grayscale: #7F7F7F. Windows color (decimal): -11688643 or 4040013. OLE color: 4040013.
HSL color Cylindrical-coordinate representation of color #4DA53D: hue angle of 110.77º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DA53D is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 77 | 165 | 61 | - |
| CMYK | 0.53 | 0 | 0.63 | 0.35 |
| HSL | 110.77º | 0.46% | 0.44% | - |
| HSV(B) | 110.77º | 0.63% | 0.65% | - |
| XYZ | 17.36 | 28.82 | 9.06 | - |
| YUV | 126.83 | 90.85 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 165 | 61 | 0.53 | 0 | 0.63 | 0.35 | 110.77 | 0.46 | 0.44 |
| Hex | 4D | A5 | 3D | 35 | 0 | 3F | 23 | 6F | 2E | 2C |
| Octal | 115 | 245 | 75 | 65 | 0 | 77 | 43 | 157 | 56 | 54 |
| Binary | 1001101 | 10100101 | 111101 | 110101 | 0 | 111111 | 100011 | 1101111 | 101110 | 101100 |
Color Harmonies of #4DA53D
Complementary color
Monochromatic Colors of #4DA53D
Black with #4DA53D
Text Example
Text Example
White with #4DA53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA53D; }
p { color: rgb(77,165,61); }
H1.HeaderClassName
{
color: #4DA53D;
}
.AnyTagClassName
{
color: #4DA53D;
}
</style>
background-color css
<style>
a { background-color: #4DA53D; }
a { background-color: rgb(77,165,61); }
div.DivClassName
{
background-color: #4DA53D;
}
.BgClassName
{
background-color: #4DA53D;
}
</style>
border-color css
<style>
span { border-color: #4DA53D; }
span { border-color: rgb(77,165,61); }
td.TdClassName
{
border-color: #4DA53D;
}
.TagClassName
{
border-color: #4DA53D;
}
</style>