Shades of Fruit Salad #40BE49
Tints of Fruit Salad #40BE49
RGB
CMYK
RGB Variations
Color information
#40BE49 (or 0x40BE49) is known color: Fruit Salad. HEX triplet: 40, BE and 49. RGB value is (64,190,73). Sum of RGB (Red+Green+Blue) = 64+190+73=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 190 (74.61% from 255 or 58.10% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BE49 is #BF41B6. Grayscale: #8B8B8B. Windows color (decimal): -12534199 or 4832832. OLE color: 4832832.
HSL color Cylindrical-coordinate representation of color #40BE49: hue angle of 124.29º 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 #40BE49 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 190 | 73 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.25 |
| HSL | 124.29º | 0.5% | 0.5% | - |
| HSV(B) | 124.29º | 0.66% | 0.75% | - |
| XYZ | 21.73 | 38.4 | 12.57 | - |
| YUV | 138.99 | 90.76 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 73 | 0.66 | 0 | 0.62 | 0.25 | 124.29 | 0.5 | 0.5 |
| Hex | 40 | BE | 49 | 42 | 0 | 3E | 19 | 7C | 32 | 32 |
| Octal | 100 | 276 | 111 | 102 | 0 | 76 | 31 | 174 | 62 | 62 |
| Binary | 1000000 | 10111110 | 1001001 | 1000010 | 0 | 111110 | 11001 | 1111100 | 110010 | 110010 |
Color Harmonies of #40BE49
Complementary color
Monochromatic Colors of #40BE49
Black with #40BE49
Text Example
Text Example
White with #40BE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BE49; }
p { color: rgb(64,190,73); }
H1.HeaderClassName
{
color: #40BE49;
}
.AnyTagClassName
{
color: #40BE49;
}
</style>
background-color css
<style>
a { background-color: #40BE49; }
a { background-color: rgb(64,190,73); }
div.DivClassName
{
background-color: #40BE49;
}
.BgClassName
{
background-color: #40BE49;
}
</style>
border-color css
<style>
span { border-color: #40BE49; }
span { border-color: rgb(64,190,73); }
td.TdClassName
{
border-color: #40BE49;
}
.TagClassName
{
border-color: #40BE49;
}
</style>