Shades of Fruit Salad #40AD35
Tints of Fruit Salad #40AD35
RGB
CMYK
RGB Variations
Color information
#40AD35 (or 0x40AD35) is known color: Fruit Salad. HEX triplet: 40, AD and 35. RGB value is (64,173,53). Sum of RGB (Red+Green+Blue) = 64+173+53=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 173 (67.97% from 255 or 59.66% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 173 - color contains mainly: green. Hex color #40AD35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AD35 is #BF52CA. Grayscale: #7F7F7F. Windows color (decimal): -12538571 or 3517760. OLE color: 3517760.
HSL color Cylindrical-coordinate representation of color #40AD35: hue angle of 114.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40AD35 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 173 | 53 | - |
| CMYK | 0.63 | 0 | 0.69 | 0.32 |
| HSL | 114.5º | 0.53% | 0.44% | - |
| HSV(B) | 114.5º | 0.69% | 0.68% | - |
| XYZ | 17.7 | 31.23 | 8.46 | - |
| YUV | 126.73 | 86.39 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 173 | 53 | 0.63 | 0 | 0.69 | 0.32 | 114.5 | 0.53 | 0.44 |
| Hex | 40 | AD | 35 | 3F | 0 | 45 | 20 | 72 | 35 | 2C |
| Octal | 100 | 255 | 65 | 77 | 0 | 105 | 40 | 162 | 65 | 54 |
| Binary | 1000000 | 10101101 | 110101 | 111111 | 0 | 1000101 | 100000 | 1110010 | 110101 | 101100 |
Color Harmonies of #40AD35
Complementary color
Monochromatic Colors of #40AD35
Black with #40AD35
Text Example
Text Example
White with #40AD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AD35; }
p { color: rgb(64,173,53); }
H1.HeaderClassName
{
color: #40AD35;
}
.AnyTagClassName
{
color: #40AD35;
}
</style>
background-color css
<style>
a { background-color: #40AD35; }
a { background-color: rgb(64,173,53); }
div.DivClassName
{
background-color: #40AD35;
}
.BgClassName
{
background-color: #40AD35;
}
</style>
border-color css
<style>
span { border-color: #40AD35; }
span { border-color: rgb(64,173,53); }
td.TdClassName
{
border-color: #40AD35;
}
.TagClassName
{
border-color: #40AD35;
}
</style>