Shades of Fruit Salad #40AD44
Tints of Fruit Salad #40AD44
RGB
CMYK
RGB Variations
Color information
#40AD44 (or 0x40AD44) is known color: Fruit Salad. HEX triplet: 40, AD and 44. RGB value is (64,173,68). Sum of RGB (Red+Green+Blue) = 64+173+68=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 173 (67.97% from 255 or 56.72% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 173 - color contains mainly: green. Hex color #40AD44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AD44 is #BF52BB. Grayscale: #808080. Windows color (decimal): -12538556 or 4500800. OLE color: 4500800.
HSL color Cylindrical-coordinate representation of color #40AD44: hue angle of 122.2º 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 #40AD44 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 173 | 68 | - |
| CMYK | 0.63 | 0 | 0.61 | 0.32 |
| HSL | 122.2º | 0.46% | 0.46% | - |
| HSV(B) | 122.2º | 0.63% | 0.68% | - |
| XYZ | 18.1 | 31.39 | 10.57 | - |
| YUV | 128.44 | 93.89 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 173 | 68 | 0.63 | 0 | 0.61 | 0.32 | 122.2 | 0.46 | 0.46 |
| Hex | 40 | AD | 44 | 3F | 0 | 3D | 20 | 7A | 2E | 2E |
| Octal | 100 | 255 | 104 | 77 | 0 | 75 | 40 | 172 | 56 | 56 |
| Binary | 1000000 | 10101101 | 1000100 | 111111 | 0 | 111101 | 100000 | 1111010 | 101110 | 101110 |
Color Harmonies of #40AD44
Complementary color
Monochromatic Colors of #40AD44
Black with #40AD44
Text Example
Text Example
White with #40AD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AD44; }
p { color: rgb(64,173,68); }
H1.HeaderClassName
{
color: #40AD44;
}
.AnyTagClassName
{
color: #40AD44;
}
</style>
background-color css
<style>
a { background-color: #40AD44; }
a { background-color: rgb(64,173,68); }
div.DivClassName
{
background-color: #40AD44;
}
.BgClassName
{
background-color: #40AD44;
}
</style>
border-color css
<style>
span { border-color: #40AD44; }
span { border-color: rgb(64,173,68); }
td.TdClassName
{
border-color: #40AD44;
}
.TagClassName
{
border-color: #40AD44;
}
</style>