Shades of Fruit Salad #40B050
Tints of Fruit Salad #40B050
RGB
CMYK
RGB Variations
Color information
#40B050 (or 0x40B050) is known color: Fruit Salad. HEX triplet: 40, B0 and 50. RGB value is (64,176,80). Sum of RGB (Red+Green+Blue) = 64+176+80=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 176 (69.14% from 255 or 55% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 176 - color contains mainly: green. Hex color #40B050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B050 is #BF4FAF. Grayscale: #838383. Windows color (decimal): -12537776 or 5288000. OLE color: 5288000.
HSL color Cylindrical-coordinate representation of color #40B050: hue angle of 128.57º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B050 is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 176 | 80 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.31 |
| HSL | 128.57º | 0.47% | 0.47% | - |
| HSV(B) | 128.57º | 0.64% | 0.69% | - |
| XYZ | 19.09 | 32.72 | 12.9 | - |
| YUV | 131.57 | 98.89 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 176 | 80 | 0.64 | 0 | 0.55 | 0.31 | 128.57 | 0.47 | 0.47 |
| Hex | 40 | B0 | 50 | 40 | 0 | 37 | 1F | 81 | 2F | 2F |
| Octal | 100 | 260 | 120 | 100 | 0 | 67 | 37 | 201 | 57 | 57 |
| Binary | 1000000 | 10110000 | 1010000 | 1000000 | 0 | 110111 | 11111 | 10000001 | 101111 | 101111 |
Color Harmonies of #40B050
Complementary color
Monochromatic Colors of #40B050
Black with #40B050
Text Example
Text Example
White with #40B050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B050; }
p { color: rgb(64,176,80); }
H1.HeaderClassName
{
color: #40B050;
}
.AnyTagClassName
{
color: #40B050;
}
</style>
background-color css
<style>
a { background-color: #40B050; }
a { background-color: rgb(64,176,80); }
div.DivClassName
{
background-color: #40B050;
}
.BgClassName
{
background-color: #40B050;
}
</style>
border-color css
<style>
span { border-color: #40B050; }
span { border-color: rgb(64,176,80); }
td.TdClassName
{
border-color: #40B050;
}
.TagClassName
{
border-color: #40B050;
}
</style>