Shades of Fruit Salad #40BA4F
Tints of Fruit Salad #40BA4F
RGB
CMYK
RGB Variations
Color information
#40BA4F (or 0x40BA4F) is known color: Fruit Salad. HEX triplet: 40, BA and 4F. RGB value is (64,186,79). Sum of RGB (Red+Green+Blue) = 64+186+79=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BA4F is #BF45B0. Grayscale: #898989. Windows color (decimal): -12535217 or 5225024. OLE color: 5225024.
HSL color Cylindrical-coordinate representation of color #40BA4F: hue angle of 127.38º 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 #40BA4F is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 186 | 79 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.27 |
| HSL | 127.38º | 0.49% | 0.49% | - |
| HSV(B) | 127.38º | 0.66% | 0.73% | - |
| XYZ | 21.08 | 36.77 | 13.38 | - |
| YUV | 137.32 | 95.08 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 79 | 0.66 | 0 | 0.58 | 0.27 | 127.38 | 0.49 | 0.49 |
| Hex | 40 | BA | 4F | 42 | 0 | 3A | 1B | 7F | 31 | 31 |
| Octal | 100 | 272 | 117 | 102 | 0 | 72 | 33 | 177 | 61 | 61 |
| Binary | 1000000 | 10111010 | 1001111 | 1000010 | 0 | 111010 | 11011 | 1111111 | 110001 | 110001 |
Color Harmonies of #40BA4F
Complementary color
Monochromatic Colors of #40BA4F
Black with #40BA4F
Text Example
Text Example
White with #40BA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BA4F; }
p { color: rgb(64,186,79); }
H1.HeaderClassName
{
color: #40BA4F;
}
.AnyTagClassName
{
color: #40BA4F;
}
</style>
background-color css
<style>
a { background-color: #40BA4F; }
a { background-color: rgb(64,186,79); }
div.DivClassName
{
background-color: #40BA4F;
}
.BgClassName
{
background-color: #40BA4F;
}
</style>
border-color css
<style>
span { border-color: #40BA4F; }
span { border-color: rgb(64,186,79); }
td.TdClassName
{
border-color: #40BA4F;
}
.TagClassName
{
border-color: #40BA4F;
}
</style>