Shades of Fruit Salad #40C350
Tints of Fruit Salad #40C350
RGB
CMYK
RGB Variations
Color information
#40C350 (or 0x40C350) is known color: Fruit Salad. HEX triplet: 40, C3 and 50. RGB value is (64,195,80). Sum of RGB (Red+Green+Blue) = 64+195+80=339 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.88% from 339); Green value is 195 (76.56% from 255 or 57.52% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 195 - color contains mainly: green. Hex color #40C350 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C350 is #BF3CAF. Grayscale: #8F8F8F. Windows color (decimal): -12532912 or 5292864. OLE color: 5292864.
HSL color Cylindrical-coordinate representation of color #40C350: hue angle of 127.33º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C350 is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 195 | 80 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.24 |
| HSL | 127.33º | 0.52% | 0.51% | - |
| HSV(B) | 127.33º | 0.67% | 0.76% | - |
| XYZ | 23.08 | 40.7 | 14.23 | - |
| YUV | 142.72 | 92.6 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 195 | 80 | 0.67 | 0 | 0.59 | 0.24 | 127.33 | 0.52 | 0.51 |
| Hex | 40 | C3 | 50 | 43 | 0 | 3B | 18 | 7F | 34 | 33 |
| Octal | 100 | 303 | 120 | 103 | 0 | 73 | 30 | 177 | 64 | 63 |
| Binary | 1000000 | 11000011 | 1010000 | 1000011 | 0 | 111011 | 11000 | 1111111 | 110100 | 110011 |
Color Harmonies of #40C350
Complementary color
Monochromatic Colors of #40C350
Black with #40C350
Text Example
Text Example
White with #40C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C350; }
p { color: rgb(64,195,80); }
H1.HeaderClassName
{
color: #40C350;
}
.AnyTagClassName
{
color: #40C350;
}
</style>
background-color css
<style>
a { background-color: #40C350; }
a { background-color: rgb(64,195,80); }
div.DivClassName
{
background-color: #40C350;
}
.BgClassName
{
background-color: #40C350;
}
</style>
border-color css
<style>
span { border-color: #40C350; }
span { border-color: rgb(64,195,80); }
td.TdClassName
{
border-color: #40C350;
}
.TagClassName
{
border-color: #40C350;
}
</style>