Shades of Fruit Salad #40A64D
Tints of Fruit Salad #40A64D
RGB
CMYK
RGB Variations
Color information
#40A64D (or 0x40A64D) is known color: Fruit Salad. HEX triplet: 40, A6 and 4D. RGB value is (64,166,77). Sum of RGB (Red+Green+Blue) = 64+166+77=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 166 (65.23% from 255 or 54.07% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 166 - color contains mainly: green. Hex color #40A64D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A64D is #BF59B2. Grayscale: #7D7D7D. Windows color (decimal): -12540339 or 5088832. OLE color: 5088832.
HSL color Cylindrical-coordinate representation of color #40A64D: hue angle of 127.65º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40A64D is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 166 | 77 | - |
| CMYK | 0.61 | 0 | 0.54 | 0.35 |
| HSL | 127.65º | 0.44% | 0.45% | - |
| HSV(B) | 127.65º | 0.61% | 0.65% | - |
| XYZ | 17.09 | 28.9 | 11.7 | - |
| YUV | 125.36 | 100.71 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 166 | 77 | 0.61 | 0 | 0.54 | 0.35 | 127.65 | 0.44 | 0.45 |
| Hex | 40 | A6 | 4D | 3D | 0 | 36 | 23 | 80 | 2C | 2D |
| Octal | 100 | 246 | 115 | 75 | 0 | 66 | 43 | 200 | 54 | 55 |
| Binary | 1000000 | 10100110 | 1001101 | 111101 | 0 | 110110 | 100011 | 10000000 | 101100 | 101101 |
Color Harmonies of #40A64D
Complementary color
Monochromatic Colors of #40A64D
Black with #40A64D
Text Example
Text Example
White with #40A64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A64D; }
p { color: rgb(64,166,77); }
H1.HeaderClassName
{
color: #40A64D;
}
.AnyTagClassName
{
color: #40A64D;
}
</style>
background-color css
<style>
a { background-color: #40A64D; }
a { background-color: rgb(64,166,77); }
div.DivClassName
{
background-color: #40A64D;
}
.BgClassName
{
background-color: #40A64D;
}
</style>
border-color css
<style>
span { border-color: #40A64D; }
span { border-color: rgb(64,166,77); }
td.TdClassName
{
border-color: #40A64D;
}
.TagClassName
{
border-color: #40A64D;
}
</style>