Shades of Fruit Salad #40A73B
Tints of Fruit Salad #40A73B
RGB
CMYK
RGB Variations
Color information
#40A73B (or 0x40A73B) is known color: Fruit Salad. HEX triplet: 40, A7 and 3B. RGB value is (64,167,59). Sum of RGB (Red+Green+Blue) = 64+167+59=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 167 (65.62% from 255 or 57.59% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 167 - color contains mainly: green. Hex color #40A73B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A73B is #BF58C4. Grayscale: #7C7C7C. Windows color (decimal): -12540101 or 3909440. OLE color: 3909440.
HSL color Cylindrical-coordinate representation of color #40A73B: hue angle of 117.22º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40A73B is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 167 | 59 | - |
| CMYK | 0.62 | 0 | 0.65 | 0.35 |
| HSL | 117.22º | 0.48% | 0.44% | - |
| HSV(B) | 117.22º | 0.65% | 0.65% | - |
| XYZ | 16.72 | 29.04 | 8.86 | - |
| YUV | 123.89 | 91.38 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 167 | 59 | 0.62 | 0 | 0.65 | 0.35 | 117.22 | 0.48 | 0.44 |
| Hex | 40 | A7 | 3B | 3E | 0 | 41 | 23 | 75 | 30 | 2C |
| Octal | 100 | 247 | 73 | 76 | 0 | 101 | 43 | 165 | 60 | 54 |
| Binary | 1000000 | 10100111 | 111011 | 111110 | 0 | 1000001 | 100011 | 1110101 | 110000 | 101100 |
Color Harmonies of #40A73B
Complementary color
Monochromatic Colors of #40A73B
Black with #40A73B
Text Example
Text Example
White with #40A73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A73B; }
p { color: rgb(64,167,59); }
H1.HeaderClassName
{
color: #40A73B;
}
.AnyTagClassName
{
color: #40A73B;
}
</style>
background-color css
<style>
a { background-color: #40A73B; }
a { background-color: rgb(64,167,59); }
div.DivClassName
{
background-color: #40A73B;
}
.BgClassName
{
background-color: #40A73B;
}
</style>
border-color css
<style>
span { border-color: #40A73B; }
span { border-color: rgb(64,167,59); }
td.TdClassName
{
border-color: #40A73B;
}
.TagClassName
{
border-color: #40A73B;
}
</style>