Shades of Fruit Salad #4AAE50
Tints of Fruit Salad #4AAE50
RGB
CMYK
RGB Variations
Color information
#4AAE50 (or 0x4AAE50) is known color: Fruit Salad. HEX triplet: 4A, AE and 50. RGB value is (74,174,80). Sum of RGB (Red+Green+Blue) = 74+174+80=328 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.56% from 328); Green value is 174 (68.36% from 255 or 53.05% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 174 - color contains mainly: green. Hex color #4AAE50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAE50 is #B551AF. Grayscale: #858585. Windows color (decimal): -11882928 or 5287498. OLE color: 5287498.
HSL color Cylindrical-coordinate representation of color #4AAE50: hue angle of 123.6º 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 #4AAE50 is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 174 | 80 | - |
| CMYK | 0.57 | 0 | 0.54 | 0.32 |
| HSL | 123.6º | 0.4% | 0.49% | - |
| HSV(B) | 123.6º | 0.57% | 0.68% | - |
| XYZ | 19.41 | 32.31 | 12.8 | - |
| YUV | 133.38 | 97.87 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 174 | 80 | 0.57 | 0 | 0.54 | 0.32 | 123.6 | 0.4 | 0.49 |
| Hex | 4A | AE | 50 | 39 | 0 | 36 | 20 | 7C | 28 | 31 |
| Octal | 112 | 256 | 120 | 71 | 0 | 66 | 40 | 174 | 50 | 61 |
| Binary | 1001010 | 10101110 | 1010000 | 111001 | 0 | 110110 | 100000 | 1111100 | 101000 | 110001 |
Color Harmonies of #4AAE50
Complementary color
Monochromatic Colors of #4AAE50
Black with #4AAE50
Text Example
Text Example
White with #4AAE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAE50; }
p { color: rgb(74,174,80); }
H1.HeaderClassName
{
color: #4AAE50;
}
.AnyTagClassName
{
color: #4AAE50;
}
</style>
background-color css
<style>
a { background-color: #4AAE50; }
a { background-color: rgb(74,174,80); }
div.DivClassName
{
background-color: #4AAE50;
}
.BgClassName
{
background-color: #4AAE50;
}
</style>
border-color css
<style>
span { border-color: #4AAE50; }
span { border-color: rgb(74,174,80); }
td.TdClassName
{
border-color: #4AAE50;
}
.TagClassName
{
border-color: #4AAE50;
}
</style>