Shades of Fruit Salad #4DA53B
Tints of Fruit Salad #4DA53B
RGB
CMYK
RGB Variations
Color information
#4DA53B (or 0x4DA53B) is known color: Fruit Salad. HEX triplet: 4D, A5 and 3B. RGB value is (77,165,59). Sum of RGB (Red+Green+Blue) = 77+165+59=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 165 (64.84% from 255 or 54.82% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 165 - color contains mainly: green. Hex color #4DA53B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA53B is #B25AC4. Grayscale: #7E7E7E. Windows color (decimal): -11688645 or 3908941. OLE color: 3908941.
HSL color Cylindrical-coordinate representation of color #4DA53B: hue angle of 109.81º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DA53B is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 77 | 165 | 59 | - |
| CMYK | 0.53 | 0 | 0.64 | 0.35 |
| HSL | 109.81º | 0.47% | 0.44% | - |
| HSV(B) | 109.81º | 0.64% | 0.65% | - |
| XYZ | 17.31 | 28.8 | 8.79 | - |
| YUV | 126.6 | 89.85 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 165 | 59 | 0.53 | 0 | 0.64 | 0.35 | 109.81 | 0.47 | 0.44 |
| Hex | 4D | A5 | 3B | 35 | 0 | 40 | 23 | 6E | 2F | 2C |
| Octal | 115 | 245 | 73 | 65 | 0 | 100 | 43 | 156 | 57 | 54 |
| Binary | 1001101 | 10100101 | 111011 | 110101 | 0 | 1000000 | 100011 | 1101110 | 101111 | 101100 |
Color Harmonies of #4DA53B
Complementary color
Monochromatic Colors of #4DA53B
Black with #4DA53B
Text Example
Text Example
White with #4DA53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA53B; }
p { color: rgb(77,165,59); }
H1.HeaderClassName
{
color: #4DA53B;
}
.AnyTagClassName
{
color: #4DA53B;
}
</style>
background-color css
<style>
a { background-color: #4DA53B; }
a { background-color: rgb(77,165,59); }
div.DivClassName
{
background-color: #4DA53B;
}
.BgClassName
{
background-color: #4DA53B;
}
</style>
border-color css
<style>
span { border-color: #4DA53B; }
span { border-color: rgb(77,165,59); }
td.TdClassName
{
border-color: #4DA53B;
}
.TagClassName
{
border-color: #4DA53B;
}
</style>