Shades of Fruit Salad #40BE4D
Tints of Fruit Salad #40BE4D
RGB
CMYK
RGB Variations
Color information
#40BE4D (or 0x40BE4D) is known color: Fruit Salad. HEX triplet: 40, BE and 4D. RGB value is (64,190,77). Sum of RGB (Red+Green+Blue) = 64+190+77=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 190 (74.61% from 255 or 57.40% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BE4D is #BF41B2. Grayscale: #8B8B8B. Windows color (decimal): -12534195 or 5094976. OLE color: 5094976.
HSL color Cylindrical-coordinate representation of color #40BE4D: hue angle of 126.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BE4D is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 190 | 77 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.25 |
| HSL | 126.19º | 0.5% | 0.5% | - |
| HSV(B) | 126.19º | 0.66% | 0.75% | - |
| XYZ | 21.87 | 38.45 | 13.29 | - |
| YUV | 139.44 | 92.76 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 77 | 0.66 | 0 | 0.59 | 0.25 | 126.19 | 0.5 | 0.5 |
| Hex | 40 | BE | 4D | 42 | 0 | 3B | 19 | 7E | 32 | 32 |
| Octal | 100 | 276 | 115 | 102 | 0 | 73 | 31 | 176 | 62 | 62 |
| Binary | 1000000 | 10111110 | 1001101 | 1000010 | 0 | 111011 | 11001 | 1111110 | 110010 | 110010 |
Color Harmonies of #40BE4D
Complementary color
Monochromatic Colors of #40BE4D
Black with #40BE4D
Text Example
Text Example
White with #40BE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BE4D; }
p { color: rgb(64,190,77); }
H1.HeaderClassName
{
color: #40BE4D;
}
.AnyTagClassName
{
color: #40BE4D;
}
</style>
background-color css
<style>
a { background-color: #40BE4D; }
a { background-color: rgb(64,190,77); }
div.DivClassName
{
background-color: #40BE4D;
}
.BgClassName
{
background-color: #40BE4D;
}
</style>
border-color css
<style>
span { border-color: #40BE4D; }
span { border-color: rgb(64,190,77); }
td.TdClassName
{
border-color: #40BE4D;
}
.TagClassName
{
border-color: #40BE4D;
}
</style>