Shades of Fruit Salad #40AE4D
Tints of Fruit Salad #40AE4D
RGB
CMYK
RGB Variations
Color information
#40AE4D (or 0x40AE4D) is known color: Fruit Salad. HEX triplet: 40, AE and 4D. RGB value is (64,174,77). Sum of RGB (Red+Green+Blue) = 64+174+77=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 174 (68.36% from 255 or 55.24% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AE4D is #BF51B2. Grayscale: #828282. Windows color (decimal): -12538291 or 5090880. OLE color: 5090880.
HSL color Cylindrical-coordinate representation of color #40AE4D: hue angle of 127.09º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AE4D is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 174 | 77 | - |
| CMYK | 0.63 | 0 | 0.56 | 0.32 |
| HSL | 127.09º | 0.46% | 0.47% | - |
| HSV(B) | 127.09º | 0.63% | 0.68% | - |
| XYZ | 18.59 | 31.9 | 12.2 | - |
| YUV | 130.05 | 98.06 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 174 | 77 | 0.63 | 0 | 0.56 | 0.32 | 127.09 | 0.46 | 0.47 |
| Hex | 40 | AE | 4D | 3F | 0 | 38 | 20 | 7F | 2E | 2F |
| Octal | 100 | 256 | 115 | 77 | 0 | 70 | 40 | 177 | 56 | 57 |
| Binary | 1000000 | 10101110 | 1001101 | 111111 | 0 | 111000 | 100000 | 1111111 | 101110 | 101111 |
Color Harmonies of #40AE4D
Complementary color
Monochromatic Colors of #40AE4D
Black with #40AE4D
Text Example
Text Example
White with #40AE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AE4D; }
p { color: rgb(64,174,77); }
H1.HeaderClassName
{
color: #40AE4D;
}
.AnyTagClassName
{
color: #40AE4D;
}
</style>
background-color css
<style>
a { background-color: #40AE4D; }
a { background-color: rgb(64,174,77); }
div.DivClassName
{
background-color: #40AE4D;
}
.BgClassName
{
background-color: #40AE4D;
}
</style>
border-color css
<style>
span { border-color: #40AE4D; }
span { border-color: rgb(64,174,77); }
td.TdClassName
{
border-color: #40AE4D;
}
.TagClassName
{
border-color: #40AE4D;
}
</style>