Shades of Fruit Salad #40A637
Tints of Fruit Salad #40A637
RGB
CMYK
RGB Variations
Color information
#40A637 (or 0x40A637) is known color: Fruit Salad. HEX triplet: 40, A6 and 37. RGB value is (64,166,55). Sum of RGB (Red+Green+Blue) = 64+166+55=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 166 (65.23% from 255 or 58.25% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 166 - color contains mainly: green. Hex color #40A637 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A637 is #BF59C8. Grayscale: #7B7B7B. Windows color (decimal): -12540361 or 3647040. OLE color: 3647040.
HSL color Cylindrical-coordinate representation of color #40A637: hue angle of 115.14º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40A637 is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 166 | 55 | - |
| CMYK | 0.61 | 0 | 0.67 | 0.35 |
| HSL | 115.14º | 0.5% | 0.43% | - |
| HSV(B) | 115.14º | 0.67% | 0.65% | - |
| XYZ | 16.44 | 28.64 | 8.28 | - |
| YUV | 122.85 | 89.71 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 166 | 55 | 0.61 | 0 | 0.67 | 0.35 | 115.14 | 0.5 | 0.43 |
| Hex | 40 | A6 | 37 | 3D | 0 | 43 | 23 | 73 | 32 | 2B |
| Octal | 100 | 246 | 67 | 75 | 0 | 103 | 43 | 163 | 62 | 53 |
| Binary | 1000000 | 10100110 | 110111 | 111101 | 0 | 1000011 | 100011 | 1110011 | 110010 | 101011 |
Color Harmonies of #40A637
Complementary color
Monochromatic Colors of #40A637
Black with #40A637
Text Example
Text Example
White with #40A637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A637; }
p { color: rgb(64,166,55); }
H1.HeaderClassName
{
color: #40A637;
}
.AnyTagClassName
{
color: #40A637;
}
</style>
background-color css
<style>
a { background-color: #40A637; }
a { background-color: rgb(64,166,55); }
div.DivClassName
{
background-color: #40A637;
}
.BgClassName
{
background-color: #40A637;
}
</style>
border-color css
<style>
span { border-color: #40A637; }
span { border-color: rgb(64,166,55); }
td.TdClassName
{
border-color: #40A637;
}
.TagClassName
{
border-color: #40A637;
}
</style>