Shades of Fruit Salad #40AD34
Tints of Fruit Salad #40AD34
RGB
CMYK
RGB Variations
Color information
#40AD34 (or 0x40AD34) is known color: Fruit Salad. HEX triplet: 40, AD and 34. RGB value is (64,173,52). Sum of RGB (Red+Green+Blue) = 64+173+52=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 173 (67.97% from 255 or 59.86% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 173 - color contains mainly: green. Hex color #40AD34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AD34 is #BF52CB. Grayscale: #7E7E7E. Windows color (decimal): -12538572 or 3452224. OLE color: 3452224.
HSL color Cylindrical-coordinate representation of color #40AD34: hue angle of 114.05º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40AD34 is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 173 | 52 | - |
| CMYK | 0.63 | 0 | 0.70 | 0.32 |
| HSL | 114.05º | 0.54% | 0.44% | - |
| HSV(B) | 114.05º | 0.7% | 0.68% | - |
| XYZ | 17.68 | 31.23 | 8.34 | - |
| YUV | 126.62 | 85.89 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 173 | 52 | 0.63 | 0 | 0.70 | 0.32 | 114.05 | 0.54 | 0.44 |
| Hex | 40 | AD | 34 | 3F | 0 | 46 | 20 | 72 | 36 | 2C |
| Octal | 100 | 255 | 64 | 77 | 0 | 106 | 40 | 162 | 66 | 54 |
| Binary | 1000000 | 10101101 | 110100 | 111111 | 0 | 1000110 | 100000 | 1110010 | 110110 | 101100 |
Color Harmonies of #40AD34
Complementary color
Monochromatic Colors of #40AD34
Black with #40AD34
Text Example
Text Example
White with #40AD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AD34; }
p { color: rgb(64,173,52); }
H1.HeaderClassName
{
color: #40AD34;
}
.AnyTagClassName
{
color: #40AD34;
}
</style>
background-color css
<style>
a { background-color: #40AD34; }
a { background-color: rgb(64,173,52); }
div.DivClassName
{
background-color: #40AD34;
}
.BgClassName
{
background-color: #40AD34;
}
</style>
border-color css
<style>
span { border-color: #40AD34; }
span { border-color: rgb(64,173,52); }
td.TdClassName
{
border-color: #40AD34;
}
.TagClassName
{
border-color: #40AD34;
}
</style>