Shades of Fruit Salad #40BA4D
Tints of Fruit Salad #40BA4D
RGB
CMYK
RGB Variations
Color information
#40BA4D (or 0x40BA4D) is known color: Fruit Salad. HEX triplet: 40, BA and 4D. RGB value is (64,186,77). Sum of RGB (Red+Green+Blue) = 64+186+77=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BA4D is #BF45B2. Grayscale: #898989. Windows color (decimal): -12535219 or 5093952. OLE color: 5093952.
HSL color Cylindrical-coordinate representation of color #40BA4D: hue angle of 126.39º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BA4D is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 186 | 77 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.27 |
| HSL | 126.39º | 0.49% | 0.49% | - |
| HSV(B) | 126.39º | 0.66% | 0.73% | - |
| XYZ | 21.01 | 36.74 | 13.01 | - |
| YUV | 137.1 | 94.08 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 77 | 0.66 | 0 | 0.59 | 0.27 | 126.39 | 0.49 | 0.49 |
| Hex | 40 | BA | 4D | 42 | 0 | 3B | 1B | 7E | 31 | 31 |
| Octal | 100 | 272 | 115 | 102 | 0 | 73 | 33 | 176 | 61 | 61 |
| Binary | 1000000 | 10111010 | 1001101 | 1000010 | 0 | 111011 | 11011 | 1111110 | 110001 | 110001 |
Color Harmonies of #40BA4D
Complementary color
Monochromatic Colors of #40BA4D
Black with #40BA4D
Text Example
Text Example
White with #40BA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BA4D; }
p { color: rgb(64,186,77); }
H1.HeaderClassName
{
color: #40BA4D;
}
.AnyTagClassName
{
color: #40BA4D;
}
</style>
background-color css
<style>
a { background-color: #40BA4D; }
a { background-color: rgb(64,186,77); }
div.DivClassName
{
background-color: #40BA4D;
}
.BgClassName
{
background-color: #40BA4D;
}
</style>
border-color css
<style>
span { border-color: #40BA4D; }
span { border-color: rgb(64,186,77); }
td.TdClassName
{
border-color: #40BA4D;
}
.TagClassName
{
border-color: #40BA4D;
}
</style>