Shades of Fruit Salad #40AC4D
Tints of Fruit Salad #40AC4D
RGB
CMYK
RGB Variations
Color information
#40AC4D (or 0x40AC4D) is known color: Fruit Salad. HEX triplet: 40, AC and 4D. RGB value is (64,172,77). Sum of RGB (Red+Green+Blue) = 64+172+77=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 172 (67.58% from 255 or 54.95% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 172 - color contains mainly: green. Hex color #40AC4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AC4D is #BF53B2. Grayscale: #818181. Windows color (decimal): -12538803 or 5090368. OLE color: 5090368.
HSL color Cylindrical-coordinate representation of color #40AC4D: hue angle of 127.22º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AC4D is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 172 | 77 | - |
| CMYK | 0.63 | 0 | 0.55 | 0.33 |
| HSL | 127.22º | 0.46% | 0.46% | - |
| HSV(B) | 127.22º | 0.63% | 0.67% | - |
| XYZ | 18.21 | 31.13 | 12.07 | - |
| YUV | 128.88 | 98.72 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 172 | 77 | 0.63 | 0 | 0.55 | 0.33 | 127.22 | 0.46 | 0.46 |
| Hex | 40 | AC | 4D | 3F | 0 | 37 | 21 | 7F | 2E | 2E |
| Octal | 100 | 254 | 115 | 77 | 0 | 67 | 41 | 177 | 56 | 56 |
| Binary | 1000000 | 10101100 | 1001101 | 111111 | 0 | 110111 | 100001 | 1111111 | 101110 | 101110 |
Color Harmonies of #40AC4D
Complementary color
Monochromatic Colors of #40AC4D
Black with #40AC4D
Text Example
Text Example
White with #40AC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AC4D; }
p { color: rgb(64,172,77); }
H1.HeaderClassName
{
color: #40AC4D;
}
.AnyTagClassName
{
color: #40AC4D;
}
</style>
background-color css
<style>
a { background-color: #40AC4D; }
a { background-color: rgb(64,172,77); }
div.DivClassName
{
background-color: #40AC4D;
}
.BgClassName
{
background-color: #40AC4D;
}
</style>
border-color css
<style>
span { border-color: #40AC4D; }
span { border-color: rgb(64,172,77); }
td.TdClassName
{
border-color: #40AC4D;
}
.TagClassName
{
border-color: #40AC4D;
}
</style>