Shades of Fruit Salad #40BE55
Tints of Fruit Salad #40BE55
RGB
CMYK
RGB Variations
Color information
#40BE55 (or 0x40BE55) is known color: Fruit Salad. HEX triplet: 40, BE and 55. RGB value is (64,190,85). Sum of RGB (Red+Green+Blue) = 64+190+85=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 190 (74.61% from 255 or 56.05% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BE55 is #BF41AA. Grayscale: #8C8C8C. Windows color (decimal): -12534187 or 5619264. OLE color: 5619264.
HSL color Cylindrical-coordinate representation of color #40BE55: hue angle of 130º 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 #40BE55 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 190 | 85 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.25 |
| HSL | 130º | 0.5% | 0.5% | - |
| HSV(B) | 130º | 0.66% | 0.75% | - |
| XYZ | 22.17 | 38.57 | 14.87 | - |
| YUV | 140.36 | 96.76 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 85 | 0.66 | 0 | 0.55 | 0.25 | 130 | 0.5 | 0.5 |
| Hex | 40 | BE | 55 | 42 | 0 | 37 | 19 | 82 | 32 | 32 |
| Octal | 100 | 276 | 125 | 102 | 0 | 67 | 31 | 202 | 62 | 62 |
| Binary | 1000000 | 10111110 | 1010101 | 1000010 | 0 | 110111 | 11001 | 10000010 | 110010 | 110010 |
Color Harmonies of #40BE55
Complementary color
Monochromatic Colors of #40BE55
Black with #40BE55
Text Example
Text Example
White with #40BE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BE55; }
p { color: rgb(64,190,85); }
H1.HeaderClassName
{
color: #40BE55;
}
.AnyTagClassName
{
color: #40BE55;
}
</style>
background-color css
<style>
a { background-color: #40BE55; }
a { background-color: rgb(64,190,85); }
div.DivClassName
{
background-color: #40BE55;
}
.BgClassName
{
background-color: #40BE55;
}
</style>
border-color css
<style>
span { border-color: #40BE55; }
span { border-color: rgb(64,190,85); }
td.TdClassName
{
border-color: #40BE55;
}
.TagClassName
{
border-color: #40BE55;
}
</style>