Shades of Fruit Salad #4AAE56
Tints of Fruit Salad #4AAE56
RGB
CMYK
RGB Variations
Color information
#4AAE56 (or 0x4AAE56) is known color: Fruit Salad. HEX triplet: 4A, AE and 56. RGB value is (74,174,86). Sum of RGB (Red+Green+Blue) = 74+174+86=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 174 (68.36% from 255 or 52.10% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 174 - color contains mainly: green. Hex color #4AAE56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAE56 is #B551A9. Grayscale: #868686. Windows color (decimal): -11882922 or 5680714. OLE color: 5680714.
HSL color Cylindrical-coordinate representation of color #4AAE56: hue angle of 127.2º 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 #4AAE56 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 174 | 86 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.32 |
| HSL | 127.2º | 0.4% | 0.49% | - |
| HSV(B) | 127.2º | 0.57% | 0.68% | - |
| XYZ | 19.64 | 32.4 | 14.02 | - |
| YUV | 134.07 | 100.87 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 174 | 86 | 0.57 | 0 | 0.51 | 0.32 | 127.2 | 0.4 | 0.49 |
| Hex | 4A | AE | 56 | 39 | 0 | 33 | 20 | 7F | 28 | 31 |
| Octal | 112 | 256 | 126 | 71 | 0 | 63 | 40 | 177 | 50 | 61 |
| Binary | 1001010 | 10101110 | 1010110 | 111001 | 0 | 110011 | 100000 | 1111111 | 101000 | 110001 |
Color Harmonies of #4AAE56
Complementary color
Monochromatic Colors of #4AAE56
Black with #4AAE56
Text Example
Text Example
White with #4AAE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAE56; }
p { color: rgb(74,174,86); }
H1.HeaderClassName
{
color: #4AAE56;
}
.AnyTagClassName
{
color: #4AAE56;
}
</style>
background-color css
<style>
a { background-color: #4AAE56; }
a { background-color: rgb(74,174,86); }
div.DivClassName
{
background-color: #4AAE56;
}
.BgClassName
{
background-color: #4AAE56;
}
</style>
border-color css
<style>
span { border-color: #4AAE56; }
span { border-color: rgb(74,174,86); }
td.TdClassName
{
border-color: #4AAE56;
}
.TagClassName
{
border-color: #4AAE56;
}
</style>