Shades of Fruit Salad #40BA4A
Tints of Fruit Salad #40BA4A
RGB
CMYK
RGB Variations
Color information
#40BA4A (or 0x40BA4A) is known color: Fruit Salad. HEX triplet: 40, BA and 4A. RGB value is (64,186,74). Sum of RGB (Red+Green+Blue) = 64+186+74=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 186 (73.05% from 255 or 57.41% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BA4A is #BF45B5. Grayscale: #898989. Windows color (decimal): -12535222 or 4897344. OLE color: 4897344.
HSL color Cylindrical-coordinate representation of color #40BA4A: hue angle of 124.92º 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 #40BA4A is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 186 | 74 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.27 |
| HSL | 124.92º | 0.49% | 0.49% | - |
| HSV(B) | 124.92º | 0.66% | 0.73% | - |
| XYZ | 20.91 | 36.7 | 12.46 | - |
| YUV | 136.75 | 92.58 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 74 | 0.66 | 0 | 0.60 | 0.27 | 124.92 | 0.49 | 0.49 |
| Hex | 40 | BA | 4A | 42 | 0 | 3C | 1B | 7D | 31 | 31 |
| Octal | 100 | 272 | 112 | 102 | 0 | 74 | 33 | 175 | 61 | 61 |
| Binary | 1000000 | 10111010 | 1001010 | 1000010 | 0 | 111100 | 11011 | 1111101 | 110001 | 110001 |
Color Harmonies of #40BA4A
Complementary color
Monochromatic Colors of #40BA4A
Black with #40BA4A
Text Example
Text Example
White with #40BA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BA4A; }
p { color: rgb(64,186,74); }
H1.HeaderClassName
{
color: #40BA4A;
}
.AnyTagClassName
{
color: #40BA4A;
}
</style>
background-color css
<style>
a { background-color: #40BA4A; }
a { background-color: rgb(64,186,74); }
div.DivClassName
{
background-color: #40BA4A;
}
.BgClassName
{
background-color: #40BA4A;
}
</style>
border-color css
<style>
span { border-color: #40BA4A; }
span { border-color: rgb(64,186,74); }
td.TdClassName
{
border-color: #40BA4A;
}
.TagClassName
{
border-color: #40BA4A;
}
</style>