Shades of Fruit Salad #4EAA4A
Tints of Fruit Salad #4EAA4A
RGB
CMYK
RGB Variations
Color information
#4EAA4A (or 0x4EAA4A) is known color: Fruit Salad. HEX triplet: 4E, AA and 4A. RGB value is (78,170,74). Sum of RGB (Red+Green+Blue) = 78+170+74=322 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.22% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #4EAA4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EAA4A is #B155B5. Grayscale: #838383. Windows color (decimal): -11621814 or 4893262. OLE color: 4893262.
HSL color Cylindrical-coordinate representation of color #4EAA4A: hue angle of 117.5º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4EAA4A is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 170 | 74 | - |
| CMYK | 0.54 | 0 | 0.56 | 0.33 |
| HSL | 117.5º | 0.39% | 0.48% | - |
| HSV(B) | 117.5º | 0.56% | 0.67% | - |
| XYZ | 18.75 | 30.86 | 11.45 | - |
| YUV | 131.55 | 95.52 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 170 | 74 | 0.54 | 0 | 0.56 | 0.33 | 117.5 | 0.39 | 0.48 |
| Hex | 4E | AA | 4A | 36 | 0 | 38 | 21 | 76 | 27 | 30 |
| Octal | 116 | 252 | 112 | 66 | 0 | 70 | 41 | 166 | 47 | 60 |
| Binary | 1001110 | 10101010 | 1001010 | 110110 | 0 | 111000 | 100001 | 1110110 | 100111 | 110000 |
Color Harmonies of #4EAA4A
Complementary color
Monochromatic Colors of #4EAA4A
Black with #4EAA4A
Text Example
Text Example
White with #4EAA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAA4A; }
p { color: rgb(78,170,74); }
H1.HeaderClassName
{
color: #4EAA4A;
}
.AnyTagClassName
{
color: #4EAA4A;
}
</style>
background-color css
<style>
a { background-color: #4EAA4A; }
a { background-color: rgb(78,170,74); }
div.DivClassName
{
background-color: #4EAA4A;
}
.BgClassName
{
background-color: #4EAA4A;
}
</style>
border-color css
<style>
span { border-color: #4EAA4A; }
span { border-color: rgb(78,170,74); }
td.TdClassName
{
border-color: #4EAA4A;
}
.TagClassName
{
border-color: #4EAA4A;
}
</style>