Shades of Fruit Salad #4DA55A
Tints of Fruit Salad #4DA55A
RGB
CMYK
RGB Variations
Color information
#4DA55A (or 0x4DA55A) is known color: Fruit Salad. HEX triplet: 4D, A5 and 5A. RGB value is (77,165,90). Sum of RGB (Red+Green+Blue) = 77+165+90=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 165 (64.84% from 255 or 49.70% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 165 - color contains mainly: green. Hex color #4DA55A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DA55A is #B25AA5. Grayscale: #828282. Windows color (decimal): -11688614 or 5940557. OLE color: 5940557.
HSL color Cylindrical-coordinate representation of color #4DA55A: hue angle of 128.86º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4DA55A is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 77 | 165 | 90 | - |
| CMYK | 0.53 | 0 | 0.45 | 0.35 |
| HSL | 128.86º | 0.36% | 0.47% | - |
| HSV(B) | 128.86º | 0.53% | 0.65% | - |
| XYZ | 18.36 | 29.23 | 14.35 | - |
| YUV | 130.14 | 105.35 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 165 | 90 | 0.53 | 0 | 0.45 | 0.35 | 128.86 | 0.36 | 0.47 |
| Hex | 4D | A5 | 5A | 35 | 0 | 2D | 23 | 81 | 24 | 2F |
| Octal | 115 | 245 | 132 | 65 | 0 | 55 | 43 | 201 | 44 | 57 |
| Binary | 1001101 | 10100101 | 1011010 | 110101 | 0 | 101101 | 100011 | 10000001 | 100100 | 101111 |
Color Harmonies of #4DA55A
Complementary color
Monochromatic Colors of #4DA55A
Black with #4DA55A
Text Example
Text Example
White with #4DA55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA55A; }
p { color: rgb(77,165,90); }
H1.HeaderClassName
{
color: #4DA55A;
}
.AnyTagClassName
{
color: #4DA55A;
}
</style>
background-color css
<style>
a { background-color: #4DA55A; }
a { background-color: rgb(77,165,90); }
div.DivClassName
{
background-color: #4DA55A;
}
.BgClassName
{
background-color: #4DA55A;
}
</style>
border-color css
<style>
span { border-color: #4DA55A; }
span { border-color: rgb(77,165,90); }
td.TdClassName
{
border-color: #4DA55A;
}
.TagClassName
{
border-color: #4DA55A;
}
</style>