Shades of Fruit Salad #40A64C
Tints of Fruit Salad #40A64C
RGB
CMYK
RGB Variations
Color information
#40A64C (or 0x40A64C) is known color: Fruit Salad. HEX triplet: 40, A6 and 4C. RGB value is (64,166,76). Sum of RGB (Red+Green+Blue) = 64+166+76=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 166 (65.23% from 255 or 54.25% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 166 - color contains mainly: green. Hex color #40A64C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A64C is #BF59B3. Grayscale: #7D7D7D. Windows color (decimal): -12540340 or 5023296. OLE color: 5023296.
HSL color Cylindrical-coordinate representation of color #40A64C: hue angle of 127.06º 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 #40A64C is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 166 | 76 | - |
| CMYK | 0.61 | 0 | 0.54 | 0.35 |
| HSL | 127.06º | 0.44% | 0.45% | - |
| HSV(B) | 127.06º | 0.61% | 0.65% | - |
| XYZ | 17.06 | 28.88 | 11.51 | - |
| YUV | 125.24 | 100.21 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 166 | 76 | 0.61 | 0 | 0.54 | 0.35 | 127.06 | 0.44 | 0.45 |
| Hex | 40 | A6 | 4C | 3D | 0 | 36 | 23 | 7F | 2C | 2D |
| Octal | 100 | 246 | 114 | 75 | 0 | 66 | 43 | 177 | 54 | 55 |
| Binary | 1000000 | 10100110 | 1001100 | 111101 | 0 | 110110 | 100011 | 1111111 | 101100 | 101101 |
Color Harmonies of #40A64C
Complementary color
Monochromatic Colors of #40A64C
Black with #40A64C
Text Example
Text Example
White with #40A64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A64C; }
p { color: rgb(64,166,76); }
H1.HeaderClassName
{
color: #40A64C;
}
.AnyTagClassName
{
color: #40A64C;
}
</style>
background-color css
<style>
a { background-color: #40A64C; }
a { background-color: rgb(64,166,76); }
div.DivClassName
{
background-color: #40A64C;
}
.BgClassName
{
background-color: #40A64C;
}
</style>
border-color css
<style>
span { border-color: #40A64C; }
span { border-color: rgb(64,166,76); }
td.TdClassName
{
border-color: #40A64C;
}
.TagClassName
{
border-color: #40A64C;
}
</style>