Shades of Fruit Salad #4AC64D
Tints of Fruit Salad #4AC64D
RGB
CMYK
RGB Variations
Color information
#4AC64D (or 0x4AC64D) is known color: Fruit Salad. HEX triplet: 4A, C6 and 4D. RGB value is (74,198,77). Sum of RGB (Red+Green+Blue) = 74+198+77=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 198 (77.73% from 255 or 56.73% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 198 - color contains mainly: green. Hex color #4AC64D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC64D is #B539B2. Grayscale: #939393. Windows color (decimal): -11876787 or 5097034. OLE color: 5097034.
HSL color Cylindrical-coordinate representation of color #4AC64D: hue angle of 121.45º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4AC64D is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 74 | 198 | 77 | - |
| CMYK | 0.63 | 0 | 0.61 | 0.22 |
| HSL | 121.45º | 0.52% | 0.53% | - |
| HSV(B) | 121.45º | 0.63% | 0.78% | - |
| XYZ | 24.36 | 42.38 | 13.92 | - |
| YUV | 147.13 | 88.42 | 75.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 198 | 77 | 0.63 | 0 | 0.61 | 0.22 | 121.45 | 0.52 | 0.53 |
| Hex | 4A | C6 | 4D | 3F | 0 | 3D | 16 | 79 | 34 | 35 |
| Octal | 112 | 306 | 115 | 77 | 0 | 75 | 26 | 171 | 64 | 65 |
| Binary | 1001010 | 11000110 | 1001101 | 111111 | 0 | 111101 | 10110 | 1111001 | 110100 | 110101 |
Color Harmonies of #4AC64D
Complementary color
Monochromatic Colors of #4AC64D
Black with #4AC64D
Text Example
Text Example
White with #4AC64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC64D; }
p { color: rgb(74,198,77); }
H1.HeaderClassName
{
color: #4AC64D;
}
.AnyTagClassName
{
color: #4AC64D;
}
</style>
background-color css
<style>
a { background-color: #4AC64D; }
a { background-color: rgb(74,198,77); }
div.DivClassName
{
background-color: #4AC64D;
}
.BgClassName
{
background-color: #4AC64D;
}
</style>
border-color css
<style>
span { border-color: #4AC64D; }
span { border-color: rgb(74,198,77); }
td.TdClassName
{
border-color: #4AC64D;
}
.TagClassName
{
border-color: #4AC64D;
}
</style>