Shades of Fruit Salad #40A647
Tints of Fruit Salad #40A647
RGB
CMYK
RGB Variations
Color information
#40A647 (or 0x40A647) is known color: Fruit Salad. HEX triplet: 40, A6 and 47. RGB value is (64,166,71). Sum of RGB (Red+Green+Blue) = 64+166+71=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 166 (65.23% from 255 or 55.15% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 166 - color contains mainly: green. Hex color #40A647 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A647 is #BF59B8. Grayscale: #7C7C7C. Windows color (decimal): -12540345 or 4695616. OLE color: 4695616.
HSL color Cylindrical-coordinate representation of color #40A647: hue angle of 124.12º 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 #40A647 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 166 | 71 | - |
| CMYK | 0.61 | 0 | 0.57 | 0.35 |
| HSL | 124.12º | 0.44% | 0.45% | - |
| HSV(B) | 124.12º | 0.61% | 0.65% | - |
| XYZ | 16.89 | 28.82 | 10.63 | - |
| YUV | 124.67 | 97.71 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 166 | 71 | 0.61 | 0 | 0.57 | 0.35 | 124.12 | 0.44 | 0.45 |
| Hex | 40 | A6 | 47 | 3D | 0 | 39 | 23 | 7C | 2C | 2D |
| Octal | 100 | 246 | 107 | 75 | 0 | 71 | 43 | 174 | 54 | 55 |
| Binary | 1000000 | 10100110 | 1000111 | 111101 | 0 | 111001 | 100011 | 1111100 | 101100 | 101101 |
Color Harmonies of #40A647
Complementary color
Monochromatic Colors of #40A647
Black with #40A647
Text Example
Text Example
White with #40A647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A647; }
p { color: rgb(64,166,71); }
H1.HeaderClassName
{
color: #40A647;
}
.AnyTagClassName
{
color: #40A647;
}
</style>
background-color css
<style>
a { background-color: #40A647; }
a { background-color: rgb(64,166,71); }
div.DivClassName
{
background-color: #40A647;
}
.BgClassName
{
background-color: #40A647;
}
</style>
border-color css
<style>
span { border-color: #40A647; }
span { border-color: rgb(64,166,71); }
td.TdClassName
{
border-color: #40A647;
}
.TagClassName
{
border-color: #40A647;
}
</style>