Shades of Fruit Salad #40BD49
Tints of Fruit Salad #40BD49
RGB
CMYK
RGB Variations
Color information
#40BD49 (or 0x40BD49) is known color: Fruit Salad. HEX triplet: 40, BD and 49. RGB value is (64,189,73). Sum of RGB (Red+Green+Blue) = 64+189+73=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 189 (74.22% from 255 or 57.98% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 189 - color contains mainly: green. Hex color #40BD49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BD49 is #BF42B6. Grayscale: #8A8A8A. Windows color (decimal): -12534455 or 4832576. OLE color: 4832576.
HSL color Cylindrical-coordinate representation of color #40BD49: hue angle of 124.32º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BD49 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 189 | 73 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.26 |
| HSL | 124.32º | 0.49% | 0.5% | - |
| HSV(B) | 124.32º | 0.66% | 0.74% | - |
| XYZ | 21.51 | 37.97 | 12.5 | - |
| YUV | 138.4 | 91.09 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 189 | 73 | 0.66 | 0 | 0.61 | 0.26 | 124.32 | 0.49 | 0.5 |
| Hex | 40 | BD | 49 | 42 | 0 | 3D | 1A | 7C | 31 | 32 |
| Octal | 100 | 275 | 111 | 102 | 0 | 75 | 32 | 174 | 61 | 62 |
| Binary | 1000000 | 10111101 | 1001001 | 1000010 | 0 | 111101 | 11010 | 1111100 | 110001 | 110010 |
Color Harmonies of #40BD49
Complementary color
Monochromatic Colors of #40BD49
Black with #40BD49
Text Example
Text Example
White with #40BD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BD49; }
p { color: rgb(64,189,73); }
H1.HeaderClassName
{
color: #40BD49;
}
.AnyTagClassName
{
color: #40BD49;
}
</style>
background-color css
<style>
a { background-color: #40BD49; }
a { background-color: rgb(64,189,73); }
div.DivClassName
{
background-color: #40BD49;
}
.BgClassName
{
background-color: #40BD49;
}
</style>
border-color css
<style>
span { border-color: #40BD49; }
span { border-color: rgb(64,189,73); }
td.TdClassName
{
border-color: #40BD49;
}
.TagClassName
{
border-color: #40BD49;
}
</style>