Shades of Fruit Salad #40AD46
Tints of Fruit Salad #40AD46
RGB
CMYK
RGB Variations
Color information
#40AD46 (or 0x40AD46) is known color: Fruit Salad. HEX triplet: 40, AD and 46. RGB value is (64,173,70). Sum of RGB (Red+Green+Blue) = 64+173+70=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 173 (67.97% from 255 or 56.35% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 173 - color contains mainly: green. Hex color #40AD46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AD46 is #BF52B9. Grayscale: #808080. Windows color (decimal): -12538554 or 4631872. OLE color: 4631872.
HSL color Cylindrical-coordinate representation of color #40AD46: hue angle of 123.3º 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 #40AD46 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 173 | 70 | - |
| CMYK | 0.63 | 0 | 0.60 | 0.32 |
| HSL | 123.3º | 0.46% | 0.46% | - |
| HSV(B) | 123.3º | 0.63% | 0.68% | - |
| XYZ | 18.16 | 31.42 | 10.9 | - |
| YUV | 128.67 | 94.89 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 173 | 70 | 0.63 | 0 | 0.60 | 0.32 | 123.3 | 0.46 | 0.46 |
| Hex | 40 | AD | 46 | 3F | 0 | 3C | 20 | 7B | 2E | 2E |
| Octal | 100 | 255 | 106 | 77 | 0 | 74 | 40 | 173 | 56 | 56 |
| Binary | 1000000 | 10101101 | 1000110 | 111111 | 0 | 111100 | 100000 | 1111011 | 101110 | 101110 |
Color Harmonies of #40AD46
Complementary color
Monochromatic Colors of #40AD46
Black with #40AD46
Text Example
Text Example
White with #40AD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AD46; }
p { color: rgb(64,173,70); }
H1.HeaderClassName
{
color: #40AD46;
}
.AnyTagClassName
{
color: #40AD46;
}
</style>
background-color css
<style>
a { background-color: #40AD46; }
a { background-color: rgb(64,173,70); }
div.DivClassName
{
background-color: #40AD46;
}
.BgClassName
{
background-color: #40AD46;
}
</style>
border-color css
<style>
span { border-color: #40AD46; }
span { border-color: rgb(64,173,70); }
td.TdClassName
{
border-color: #40AD46;
}
.TagClassName
{
border-color: #40AD46;
}
</style>