Shades of Fruit Salad #40BE4C
Tints of Fruit Salad #40BE4C
RGB
CMYK
RGB Variations
Color information
#40BE4C (or 0x40BE4C) is known color: Fruit Salad. HEX triplet: 40, BE and 4C. RGB value is (64,190,76). Sum of RGB (Red+Green+Blue) = 64+190+76=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 190 (74.61% from 255 or 57.58% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BE4C is #BF41B3. Grayscale: #8B8B8B. Windows color (decimal): -12534196 or 5029440. OLE color: 5029440.
HSL color Cylindrical-coordinate representation of color #40BE4C: hue angle of 125.71º 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 #40BE4C is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 190 | 76 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.25 |
| HSL | 125.71º | 0.5% | 0.5% | - |
| HSV(B) | 125.71º | 0.66% | 0.75% | - |
| XYZ | 21.83 | 38.44 | 13.11 | - |
| YUV | 139.33 | 92.26 | 74.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 76 | 0.66 | 0 | 0.60 | 0.25 | 125.71 | 0.5 | 0.5 |
| Hex | 40 | BE | 4C | 42 | 0 | 3C | 19 | 7E | 32 | 32 |
| Octal | 100 | 276 | 114 | 102 | 0 | 74 | 31 | 176 | 62 | 62 |
| Binary | 1000000 | 10111110 | 1001100 | 1000010 | 0 | 111100 | 11001 | 1111110 | 110010 | 110010 |
Color Harmonies of #40BE4C
Complementary color
Monochromatic Colors of #40BE4C
Black with #40BE4C
Text Example
Text Example
White with #40BE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BE4C; }
p { color: rgb(64,190,76); }
H1.HeaderClassName
{
color: #40BE4C;
}
.AnyTagClassName
{
color: #40BE4C;
}
</style>
background-color css
<style>
a { background-color: #40BE4C; }
a { background-color: rgb(64,190,76); }
div.DivClassName
{
background-color: #40BE4C;
}
.BgClassName
{
background-color: #40BE4C;
}
</style>
border-color css
<style>
span { border-color: #40BE4C; }
span { border-color: rgb(64,190,76); }
td.TdClassName
{
border-color: #40BE4C;
}
.TagClassName
{
border-color: #40BE4C;
}
</style>