Shades of Fruit Salad #40B150
Tints of Fruit Salad #40B150
RGB
CMYK
RGB Variations
Color information
#40B150 (or 0x40B150) is known color: Fruit Salad. HEX triplet: 40, B1 and 50. RGB value is (64,177,80). Sum of RGB (Red+Green+Blue) = 64+177+80=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 177 (69.53% from 255 or 55.14% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 177 - color contains mainly: green. Hex color #40B150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B150 is #BF4EAF. Grayscale: #848484. Windows color (decimal): -12537520 or 5288256. OLE color: 5288256.
HSL color Cylindrical-coordinate representation of color #40B150: hue angle of 128.5º 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 #40B150 is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 177 | 80 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.31 |
| HSL | 128.5º | 0.47% | 0.47% | - |
| HSV(B) | 128.5º | 0.64% | 0.69% | - |
| XYZ | 19.28 | 33.11 | 12.96 | - |
| YUV | 132.16 | 98.56 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 177 | 80 | 0.64 | 0 | 0.55 | 0.31 | 128.5 | 0.47 | 0.47 |
| Hex | 40 | B1 | 50 | 40 | 0 | 37 | 1F | 80 | 2F | 2F |
| Octal | 100 | 261 | 120 | 100 | 0 | 67 | 37 | 200 | 57 | 57 |
| Binary | 1000000 | 10110001 | 1010000 | 1000000 | 0 | 110111 | 11111 | 10000000 | 101111 | 101111 |
Color Harmonies of #40B150
Complementary color
Monochromatic Colors of #40B150
Black with #40B150
Text Example
Text Example
White with #40B150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B150; }
p { color: rgb(64,177,80); }
H1.HeaderClassName
{
color: #40B150;
}
.AnyTagClassName
{
color: #40B150;
}
</style>
background-color css
<style>
a { background-color: #40B150; }
a { background-color: rgb(64,177,80); }
div.DivClassName
{
background-color: #40B150;
}
.BgClassName
{
background-color: #40B150;
}
</style>
border-color css
<style>
span { border-color: #40B150; }
span { border-color: rgb(64,177,80); }
td.TdClassName
{
border-color: #40B150;
}
.TagClassName
{
border-color: #40B150;
}
</style>