Shades of Fruit Salad #4DA256
Tints of Fruit Salad #4DA256
RGB
CMYK
RGB Variations
Color information
#4DA256 (or 0x4DA256) is known color: Fruit Salad. HEX triplet: 4D, A2 and 56. RGB value is (77,162,86). Sum of RGB (Red+Green+Blue) = 77+162+86=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 162 (63.67% from 255 or 49.85% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 162 - color contains mainly: green. Hex color #4DA256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA256 is #B25DA9. Grayscale: #808080. Windows color (decimal): -11689386 or 5677645. OLE color: 5677645.
HSL color Cylindrical-coordinate representation of color #4DA256: hue angle of 126.35º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4DA256 is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 162 | 86 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.36 |
| HSL | 126.35º | 0.36% | 0.47% | - |
| HSV(B) | 126.35º | 0.52% | 0.64% | - |
| XYZ | 17.66 | 28.09 | 13.3 | - |
| YUV | 127.92 | 104.34 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 162 | 86 | 0.52 | 0 | 0.47 | 0.36 | 126.35 | 0.36 | 0.47 |
| Hex | 4D | A2 | 56 | 34 | 0 | 2F | 24 | 7E | 24 | 2F |
| Octal | 115 | 242 | 126 | 64 | 0 | 57 | 44 | 176 | 44 | 57 |
| Binary | 1001101 | 10100010 | 1010110 | 110100 | 0 | 101111 | 100100 | 1111110 | 100100 | 101111 |
Color Harmonies of #4DA256
Complementary color
Monochromatic Colors of #4DA256
Black with #4DA256
Text Example
Text Example
White with #4DA256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA256; }
p { color: rgb(77,162,86); }
H1.HeaderClassName
{
color: #4DA256;
}
.AnyTagClassName
{
color: #4DA256;
}
</style>
background-color css
<style>
a { background-color: #4DA256; }
a { background-color: rgb(77,162,86); }
div.DivClassName
{
background-color: #4DA256;
}
.BgClassName
{
background-color: #4DA256;
}
</style>
border-color css
<style>
span { border-color: #4DA256; }
span { border-color: rgb(77,162,86); }
td.TdClassName
{
border-color: #4DA256;
}
.TagClassName
{
border-color: #4DA256;
}
</style>