Shades of Fruit Salad #4DAE4B
Tints of Fruit Salad #4DAE4B
RGB
CMYK
RGB Variations
Color information
#4DAE4B (or 0x4DAE4B) is known color: Fruit Salad. HEX triplet: 4D, AE and 4B. RGB value is (77,174,75). Sum of RGB (Red+Green+Blue) = 77+174+75=326 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.62% from 326); Green value is 174 (68.36% from 255 or 53.37% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAE4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DAE4B is #B251B4. Grayscale: #868686. Windows color (decimal): -11686325 or 4959821. OLE color: 4959821.
HSL color Cylindrical-coordinate representation of color #4DAE4B: hue angle of 118.79º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DAE4B is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 174 | 75 | - |
| CMYK | 0.56 | 0 | 0.57 | 0.32 |
| HSL | 118.79º | 0.4% | 0.49% | - |
| HSV(B) | 118.79º | 0.57% | 0.68% | - |
| XYZ | 19.47 | 32.36 | 11.88 | - |
| YUV | 133.71 | 94.86 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 174 | 75 | 0.56 | 0 | 0.57 | 0.32 | 118.79 | 0.4 | 0.49 |
| Hex | 4D | AE | 4B | 38 | 0 | 39 | 20 | 77 | 28 | 31 |
| Octal | 115 | 256 | 113 | 70 | 0 | 71 | 40 | 167 | 50 | 61 |
| Binary | 1001101 | 10101110 | 1001011 | 111000 | 0 | 111001 | 100000 | 1110111 | 101000 | 110001 |
Color Harmonies of #4DAE4B
Complementary color
Monochromatic Colors of #4DAE4B
Black with #4DAE4B
Text Example
Text Example
White with #4DAE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAE4B; }
p { color: rgb(77,174,75); }
H1.HeaderClassName
{
color: #4DAE4B;
}
.AnyTagClassName
{
color: #4DAE4B;
}
</style>
background-color css
<style>
a { background-color: #4DAE4B; }
a { background-color: rgb(77,174,75); }
div.DivClassName
{
background-color: #4DAE4B;
}
.BgClassName
{
background-color: #4DAE4B;
}
</style>
border-color css
<style>
span { border-color: #4DAE4B; }
span { border-color: rgb(77,174,75); }
td.TdClassName
{
border-color: #4DAE4B;
}
.TagClassName
{
border-color: #4DAE4B;
}
</style>