Shades of Fruit Salad #40AA37
Tints of Fruit Salad #40AA37
RGB
CMYK
RGB Variations
Color information
#40AA37 (or 0x40AA37) is known color: Fruit Salad. HEX triplet: 40, AA and 37. RGB value is (64,170,55). Sum of RGB (Red+Green+Blue) = 64+170+55=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 170 (66.80% from 255 or 58.82% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AA37 is #BF55C8. Grayscale: #7D7D7D. Windows color (decimal): -12539337 or 3648064. OLE color: 3648064.
HSL color Cylindrical-coordinate representation of color #40AA37: hue angle of 115.3º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40AA37 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 170 | 55 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.33 |
| HSL | 115.3º | 0.51% | 0.44% | - |
| HSV(B) | 115.3º | 0.68% | 0.67% | - |
| XYZ | 17.18 | 30.12 | 8.52 | - |
| YUV | 125.2 | 88.38 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 170 | 55 | 0.62 | 0 | 0.68 | 0.33 | 115.3 | 0.51 | 0.44 |
| Hex | 40 | AA | 37 | 3E | 0 | 44 | 21 | 73 | 33 | 2C |
| Octal | 100 | 252 | 67 | 76 | 0 | 104 | 41 | 163 | 63 | 54 |
| Binary | 1000000 | 10101010 | 110111 | 111110 | 0 | 1000100 | 100001 | 1110011 | 110011 | 101100 |
Color Harmonies of #40AA37
Complementary color
Monochromatic Colors of #40AA37
Black with #40AA37
Text Example
Text Example
White with #40AA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AA37; }
p { color: rgb(64,170,55); }
H1.HeaderClassName
{
color: #40AA37;
}
.AnyTagClassName
{
color: #40AA37;
}
</style>
background-color css
<style>
a { background-color: #40AA37; }
a { background-color: rgb(64,170,55); }
div.DivClassName
{
background-color: #40AA37;
}
.BgClassName
{
background-color: #40AA37;
}
</style>
border-color css
<style>
span { border-color: #40AA37; }
span { border-color: rgb(64,170,55); }
td.TdClassName
{
border-color: #40AA37;
}
.TagClassName
{
border-color: #40AA37;
}
</style>