Shades of Fruit Salad #40AD38
Tints of Fruit Salad #40AD38
RGB
CMYK
RGB Variations
Color information
#40AD38 (or 0x40AD38) is known color: Fruit Salad. HEX triplet: 40, AD and 38. RGB value is (64,173,56). Sum of RGB (Red+Green+Blue) = 64+173+56=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 173 (67.97% from 255 or 59.04% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 173 - color contains mainly: green. Hex color #40AD38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AD38 is #BF52C7. Grayscale: #7F7F7F. Windows color (decimal): -12538568 or 3714368. OLE color: 3714368.
HSL color Cylindrical-coordinate representation of color #40AD38: hue angle of 115.9º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40AD38 is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 173 | 56 | - |
| CMYK | 0.63 | 0 | 0.68 | 0.32 |
| HSL | 115.9º | 0.51% | 0.45% | - |
| HSV(B) | 115.9º | 0.68% | 0.68% | - |
| XYZ | 17.77 | 31.26 | 8.84 | - |
| YUV | 127.07 | 87.89 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 173 | 56 | 0.63 | 0 | 0.68 | 0.32 | 115.9 | 0.51 | 0.45 |
| Hex | 40 | AD | 38 | 3F | 0 | 44 | 20 | 74 | 33 | 2D |
| Octal | 100 | 255 | 70 | 77 | 0 | 104 | 40 | 164 | 63 | 55 |
| Binary | 1000000 | 10101101 | 111000 | 111111 | 0 | 1000100 | 100000 | 1110100 | 110011 | 101101 |
Color Harmonies of #40AD38
Complementary color
Monochromatic Colors of #40AD38
Black with #40AD38
Text Example
Text Example
White with #40AD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AD38; }
p { color: rgb(64,173,56); }
H1.HeaderClassName
{
color: #40AD38;
}
.AnyTagClassName
{
color: #40AD38;
}
</style>
background-color css
<style>
a { background-color: #40AD38; }
a { background-color: rgb(64,173,56); }
div.DivClassName
{
background-color: #40AD38;
}
.BgClassName
{
background-color: #40AD38;
}
</style>
border-color css
<style>
span { border-color: #40AD38; }
span { border-color: rgb(64,173,56); }
td.TdClassName
{
border-color: #40AD38;
}
.TagClassName
{
border-color: #40AD38;
}
</style>