Shades of Fruit Salad #40BC50
Tints of Fruit Salad #40BC50
RGB
CMYK
RGB Variations
Color information
#40BC50 (or 0x40BC50) is known color: Fruit Salad. HEX triplet: 40, BC and 50. RGB value is (64,188,80). Sum of RGB (Red+Green+Blue) = 64+188+80=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 188 (73.83% from 255 or 56.63% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BC50 is #BF43AF. Grayscale: #8A8A8A. Windows color (decimal): -12534704 or 5291072. OLE color: 5291072.
HSL color Cylindrical-coordinate representation of color #40BC50: hue angle of 127.74º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BC50 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 80 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.26 |
| HSL | 127.74º | 0.49% | 0.49% | - |
| HSV(B) | 127.74º | 0.66% | 0.74% | - |
| XYZ | 21.55 | 37.64 | 13.72 | - |
| YUV | 138.61 | 94.92 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 80 | 0.66 | 0 | 0.57 | 0.26 | 127.74 | 0.49 | 0.49 |
| Hex | 40 | BC | 50 | 42 | 0 | 39 | 1A | 80 | 31 | 31 |
| Octal | 100 | 274 | 120 | 102 | 0 | 71 | 32 | 200 | 61 | 61 |
| Binary | 1000000 | 10111100 | 1010000 | 1000010 | 0 | 111001 | 11010 | 10000000 | 110001 | 110001 |
Color Harmonies of #40BC50
Complementary color
Monochromatic Colors of #40BC50
Black with #40BC50
Text Example
Text Example
White with #40BC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC50; }
p { color: rgb(64,188,80); }
H1.HeaderClassName
{
color: #40BC50;
}
.AnyTagClassName
{
color: #40BC50;
}
</style>
background-color css
<style>
a { background-color: #40BC50; }
a { background-color: rgb(64,188,80); }
div.DivClassName
{
background-color: #40BC50;
}
.BgClassName
{
background-color: #40BC50;
}
</style>
border-color css
<style>
span { border-color: #40BC50; }
span { border-color: rgb(64,188,80); }
td.TdClassName
{
border-color: #40BC50;
}
.TagClassName
{
border-color: #40BC50;
}
</style>