Shades of Fruit Salad #40A942
Tints of Fruit Salad #40A942
RGB
CMYK
RGB Variations
Color information
#40A942 (or 0x40A942) is known color: Fruit Salad. HEX triplet: 40, A9 and 42. RGB value is (64,169,66). Sum of RGB (Red+Green+Blue) = 64+169+66=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 169 (66.41% from 255 or 56.52% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 169 - color contains mainly: green. Hex color #40A942 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A942 is #BF56BD. Grayscale: #7E7E7E. Windows color (decimal): -12539582 or 4368704. OLE color: 4368704.
HSL color Cylindrical-coordinate representation of color #40A942: hue angle of 121.14º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40A942 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 64 | 169 | 66 | - |
| CMYK | 0.62 | 0 | 0.61 | 0.34 |
| HSL | 121.14º | 0.45% | 0.46% | - |
| HSV(B) | 121.14º | 0.62% | 0.66% | - |
| XYZ | 17.29 | 29.86 | 10.01 | - |
| YUV | 125.86 | 94.21 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 169 | 66 | 0.62 | 0 | 0.61 | 0.34 | 121.14 | 0.45 | 0.46 |
| Hex | 40 | A9 | 42 | 3E | 0 | 3D | 22 | 79 | 2D | 2E |
| Octal | 100 | 251 | 102 | 76 | 0 | 75 | 42 | 171 | 55 | 56 |
| Binary | 1000000 | 10101001 | 1000010 | 111110 | 0 | 111101 | 100010 | 1111001 | 101101 | 101110 |
Color Harmonies of #40A942
Complementary color
Monochromatic Colors of #40A942
Black with #40A942
Text Example
Text Example
White with #40A942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A942; }
p { color: rgb(64,169,66); }
H1.HeaderClassName
{
color: #40A942;
}
.AnyTagClassName
{
color: #40A942;
}
</style>
background-color css
<style>
a { background-color: #40A942; }
a { background-color: rgb(64,169,66); }
div.DivClassName
{
background-color: #40A942;
}
.BgClassName
{
background-color: #40A942;
}
</style>
border-color css
<style>
span { border-color: #40A942; }
span { border-color: rgb(64,169,66); }
td.TdClassName
{
border-color: #40A942;
}
.TagClassName
{
border-color: #40A942;
}
</style>