Shades of Fruit Salad #4DAE5A
Tints of Fruit Salad #4DAE5A
RGB
CMYK
RGB Variations
Color information
#4DAE5A (or 0x4DAE5A) is known color: Fruit Salad. HEX triplet: 4D, AE and 5A. RGB value is (77,174,90). Sum of RGB (Red+Green+Blue) = 77+174+90=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 174 (68.36% from 255 or 51.03% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAE5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAE5A is #B251A5. Grayscale: #878787. Windows color (decimal): -11686310 or 5942861. OLE color: 5942861.
HSL color Cylindrical-coordinate representation of color #4DAE5A: hue angle of 128.04º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAE5A is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 174 | 90 | - |
| CMYK | 0.56 | 0 | 0.48 | 0.32 |
| HSL | 128.04º | 0.39% | 0.49% | - |
| HSV(B) | 128.04º | 0.56% | 0.68% | - |
| XYZ | 20.04 | 32.59 | 14.91 | - |
| YUV | 135.42 | 102.36 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 90 | 0.56 | 0 | 0.48 | 0.32 | 128.04 | 0.39 | 0.49 |
| Hex | 4D | AE | 5A | 38 | 0 | 30 | 20 | 80 | 27 | 31 |
| Octal | 115 | 256 | 132 | 70 | 0 | 60 | 40 | 200 | 47 | 61 |
| Binary | 1001101 | 10101110 | 1011010 | 111000 | 0 | 110000 | 100000 | 10000000 | 100111 | 110001 |
Color Harmonies of #4DAE5A
Complementary color
Monochromatic Colors of #4DAE5A
Black with #4DAE5A
Text Example
Text Example
White with #4DAE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAE5A; }
p { color: rgb(77,174,90); }
H1.HeaderClassName
{
color: #4DAE5A;
}
.AnyTagClassName
{
color: #4DAE5A;
}
</style>
background-color css
<style>
a { background-color: #4DAE5A; }
a { background-color: rgb(77,174,90); }
div.DivClassName
{
background-color: #4DAE5A;
}
.BgClassName
{
background-color: #4DAE5A;
}
</style>
border-color css
<style>
span { border-color: #4DAE5A; }
span { border-color: rgb(77,174,90); }
td.TdClassName
{
border-color: #4DAE5A;
}
.TagClassName
{
border-color: #4DAE5A;
}
</style>