Shades of Fruit Salad #40A44F
Tints of Fruit Salad #40A44F
RGB
CMYK
RGB Variations
Color information
#40A44F (or 0x40A44F) is known color: Fruit Salad. HEX triplet: 40, A4 and 4F. RGB value is (64,164,79). Sum of RGB (Red+Green+Blue) = 64+164+79=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 164 (64.45% from 255 or 53.42% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 164 - color contains mainly: green. Hex color #40A44F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A44F is #BF5BB0. Grayscale: #7C7C7C. Windows color (decimal): -12540849 or 5219392. OLE color: 5219392.
HSL color Cylindrical-coordinate representation of color #40A44F: hue angle of 129º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40A44F is Cyan = 0.61, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 164 | 79 | - |
| CMYK | 0.61 | 0 | 0.52 | 0.36 |
| HSL | 129º | 0.44% | 0.45% | - |
| HSV(B) | 129º | 0.61% | 0.64% | - |
| XYZ | 16.8 | 28.21 | 11.96 | - |
| YUV | 124.41 | 102.37 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 164 | 79 | 0.61 | 0 | 0.52 | 0.36 | 129 | 0.44 | 0.45 |
| Hex | 40 | A4 | 4F | 3D | 0 | 34 | 24 | 81 | 2C | 2D |
| Octal | 100 | 244 | 117 | 75 | 0 | 64 | 44 | 201 | 54 | 55 |
| Binary | 1000000 | 10100100 | 1001111 | 111101 | 0 | 110100 | 100100 | 10000001 | 101100 | 101101 |
Color Harmonies of #40A44F
Complementary color
Monochromatic Colors of #40A44F
Black with #40A44F
Text Example
Text Example
White with #40A44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A44F; }
p { color: rgb(64,164,79); }
H1.HeaderClassName
{
color: #40A44F;
}
.AnyTagClassName
{
color: #40A44F;
}
</style>
background-color css
<style>
a { background-color: #40A44F; }
a { background-color: rgb(64,164,79); }
div.DivClassName
{
background-color: #40A44F;
}
.BgClassName
{
background-color: #40A44F;
}
</style>
border-color css
<style>
span { border-color: #40A44F; }
span { border-color: rgb(64,164,79); }
td.TdClassName
{
border-color: #40A44F;
}
.TagClassName
{
border-color: #40A44F;
}
</style>