Shades of Fruit Salad #40C057
Tints of Fruit Salad #40C057
RGB
CMYK
RGB Variations
Color information
#40C057 (or 0x40C057) is known color: Fruit Salad. HEX triplet: 40, C0 and 57. RGB value is (64,192,87). Sum of RGB (Red+Green+Blue) = 64+192+87=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 192 (75.39% from 255 or 55.98% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 192 - color contains mainly: green. Hex color #40C057 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C057 is #BF3FA8. Grayscale: #8E8E8E. Windows color (decimal): -12533673 or 5750848. OLE color: 5750848.
HSL color Cylindrical-coordinate representation of color #40C057: hue angle of 130.78º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C057 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 192 | 87 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.25 |
| HSL | 130.78º | 0.5% | 0.5% | - |
| HSV(B) | 130.78º | 0.67% | 0.75% | - |
| XYZ | 22.68 | 39.48 | 15.44 | - |
| YUV | 141.76 | 97.09 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 192 | 87 | 0.67 | 0 | 0.55 | 0.25 | 130.78 | 0.5 | 0.5 |
| Hex | 40 | C0 | 57 | 43 | 0 | 37 | 19 | 83 | 32 | 32 |
| Octal | 100 | 300 | 127 | 103 | 0 | 67 | 31 | 203 | 62 | 62 |
| Binary | 1000000 | 11000000 | 1010111 | 1000011 | 0 | 110111 | 11001 | 10000011 | 110010 | 110010 |
Color Harmonies of #40C057
Complementary color
Monochromatic Colors of #40C057
Black with #40C057
Text Example
Text Example
White with #40C057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C057; }
p { color: rgb(64,192,87); }
H1.HeaderClassName
{
color: #40C057;
}
.AnyTagClassName
{
color: #40C057;
}
</style>
background-color css
<style>
a { background-color: #40C057; }
a { background-color: rgb(64,192,87); }
div.DivClassName
{
background-color: #40C057;
}
.BgClassName
{
background-color: #40C057;
}
</style>
border-color css
<style>
span { border-color: #40C057; }
span { border-color: rgb(64,192,87); }
td.TdClassName
{
border-color: #40C057;
}
.TagClassName
{
border-color: #40C057;
}
</style>