Shades of Fruit Salad #40A644
Tints of Fruit Salad #40A644
RGB
CMYK
RGB Variations
Color information
#40A644 (or 0x40A644) is known color: Fruit Salad. HEX triplet: 40, A6 and 44. RGB value is (64,166,68). Sum of RGB (Red+Green+Blue) = 64+166+68=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 166 (65.23% from 255 or 55.70% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 166 - color contains mainly: green. Hex color #40A644 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A644 is #BF59BB. Grayscale: #7C7C7C. Windows color (decimal): -12540348 or 4499008. OLE color: 4499008.
HSL color Cylindrical-coordinate representation of color #40A644: hue angle of 122.35º 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 #40A644 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 166 | 68 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.35 |
| HSL | 122.35º | 0.44% | 0.45% | - |
| HSV(B) | 122.35º | 0.61% | 0.65% | - |
| XYZ | 16.79 | 28.78 | 10.14 | - |
| YUV | 124.33 | 96.21 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 166 | 68 | 0.61 | 0 | 0.59 | 0.35 | 122.35 | 0.44 | 0.45 |
| Hex | 40 | A6 | 44 | 3D | 0 | 3B | 23 | 7A | 2C | 2D |
| Octal | 100 | 246 | 104 | 75 | 0 | 73 | 43 | 172 | 54 | 55 |
| Binary | 1000000 | 10100110 | 1000100 | 111101 | 0 | 111011 | 100011 | 1111010 | 101100 | 101101 |
Color Harmonies of #40A644
Complementary color
Monochromatic Colors of #40A644
Black with #40A644
Text Example
Text Example
White with #40A644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A644; }
p { color: rgb(64,166,68); }
H1.HeaderClassName
{
color: #40A644;
}
.AnyTagClassName
{
color: #40A644;
}
</style>
background-color css
<style>
a { background-color: #40A644; }
a { background-color: rgb(64,166,68); }
div.DivClassName
{
background-color: #40A644;
}
.BgClassName
{
background-color: #40A644;
}
</style>
border-color css
<style>
span { border-color: #40A644; }
span { border-color: rgb(64,166,68); }
td.TdClassName
{
border-color: #40A644;
}
.TagClassName
{
border-color: #40A644;
}
</style>