Shades of Fruit Salad #4DA15A
Tints of Fruit Salad #4DA15A
RGB
CMYK
RGB Variations
Color information
#4DA15A (or 0x4DA15A) is known color: Fruit Salad. HEX triplet: 4D, A1 and 5A. RGB value is (77,161,90). Sum of RGB (Red+Green+Blue) = 77+161+90=328 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.48% from 328); Green value is 161 (63.28% from 255 or 49.09% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 161 - color contains mainly: green. Hex color #4DA15A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA15A is #B25EA5. Grayscale: #7F7F7F. Windows color (decimal): -11689638 or 5939533. OLE color: 5939533.
HSL color Cylindrical-coordinate representation of color #4DA15A: hue angle of 129.29º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA15A is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 161 | 90 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.37 |
| HSL | 129.29º | 0.35% | 0.47% | - |
| HSV(B) | 129.29º | 0.52% | 0.63% | - |
| XYZ | 17.65 | 27.81 | 14.11 | - |
| YUV | 127.79 | 106.67 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 161 | 90 | 0.52 | 0 | 0.44 | 0.37 | 129.29 | 0.35 | 0.47 |
| Hex | 4D | A1 | 5A | 34 | 0 | 2C | 25 | 81 | 23 | 2F |
| Octal | 115 | 241 | 132 | 64 | 0 | 54 | 45 | 201 | 43 | 57 |
| Binary | 1001101 | 10100001 | 1011010 | 110100 | 0 | 101100 | 100101 | 10000001 | 100011 | 101111 |
Color Harmonies of #4DA15A
Complementary color
Monochromatic Colors of #4DA15A
Black with #4DA15A
Text Example
Text Example
White with #4DA15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA15A; }
p { color: rgb(77,161,90); }
H1.HeaderClassName
{
color: #4DA15A;
}
.AnyTagClassName
{
color: #4DA15A;
}
</style>
background-color css
<style>
a { background-color: #4DA15A; }
a { background-color: rgb(77,161,90); }
div.DivClassName
{
background-color: #4DA15A;
}
.BgClassName
{
background-color: #4DA15A;
}
</style>
border-color css
<style>
span { border-color: #4DA15A; }
span { border-color: rgb(77,161,90); }
td.TdClassName
{
border-color: #4DA15A;
}
.TagClassName
{
border-color: #4DA15A;
}
</style>