Shades of Fruit Salad #40AD4E
Tints of Fruit Salad #40AD4E
RGB
CMYK
RGB Variations
Color information
#40AD4E (or 0x40AD4E) is known color: Fruit Salad. HEX triplet: 40, AD and 4E. RGB value is (64,173,78). Sum of RGB (Red+Green+Blue) = 64+173+78=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 173 (67.97% from 255 or 54.92% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 173 - color contains mainly: green. Hex color #40AD4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AD4E is #BF52B1. Grayscale: #818181. Windows color (decimal): -12538546 or 5156160. OLE color: 5156160.
HSL color Cylindrical-coordinate representation of color #40AD4E: hue angle of 127.71º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AD4E is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 173 | 78 | - |
| CMYK | 0.63 | 0 | 0.55 | 0.32 |
| HSL | 127.71º | 0.46% | 0.46% | - |
| HSV(B) | 127.71º | 0.63% | 0.68% | - |
| XYZ | 18.43 | 31.53 | 12.32 | - |
| YUV | 129.58 | 98.89 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 173 | 78 | 0.63 | 0 | 0.55 | 0.32 | 127.71 | 0.46 | 0.46 |
| Hex | 40 | AD | 4E | 3F | 0 | 37 | 20 | 80 | 2E | 2E |
| Octal | 100 | 255 | 116 | 77 | 0 | 67 | 40 | 200 | 56 | 56 |
| Binary | 1000000 | 10101101 | 1001110 | 111111 | 0 | 110111 | 100000 | 10000000 | 101110 | 101110 |
Color Harmonies of #40AD4E
Complementary color
Monochromatic Colors of #40AD4E
Black with #40AD4E
Text Example
Text Example
White with #40AD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AD4E; }
p { color: rgb(64,173,78); }
H1.HeaderClassName
{
color: #40AD4E;
}
.AnyTagClassName
{
color: #40AD4E;
}
</style>
background-color css
<style>
a { background-color: #40AD4E; }
a { background-color: rgb(64,173,78); }
div.DivClassName
{
background-color: #40AD4E;
}
.BgClassName
{
background-color: #40AD4E;
}
</style>
border-color css
<style>
span { border-color: #40AD4E; }
span { border-color: rgb(64,173,78); }
td.TdClassName
{
border-color: #40AD4E;
}
.TagClassName
{
border-color: #40AD4E;
}
</style>