Shades of Fruit Salad #40C457
Tints of Fruit Salad #40C457
RGB
CMYK
RGB Variations
Color information
#40C457 (or 0x40C457) is known color: Fruit Salad. HEX triplet: 40, C4 and 57. RGB value is (64,196,87). Sum of RGB (Red+Green+Blue) = 64+196+87=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 196 (76.95% from 255 or 56.48% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 196 - color contains mainly: green. Hex color #40C457 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C457 is #BF3BA8. Grayscale: #909090. Windows color (decimal): -12532649 or 5751872. OLE color: 5751872.
HSL color Cylindrical-coordinate representation of color #40C457: hue angle of 130.45º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C457 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 196 | 87 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.23 |
| HSL | 130.45º | 0.53% | 0.51% | - |
| HSV(B) | 130.45º | 0.67% | 0.77% | - |
| XYZ | 23.57 | 41.26 | 15.74 | - |
| YUV | 144.11 | 95.77 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 196 | 87 | 0.67 | 0 | 0.56 | 0.23 | 130.45 | 0.53 | 0.51 |
| Hex | 40 | C4 | 57 | 43 | 0 | 38 | 17 | 82 | 35 | 33 |
| Octal | 100 | 304 | 127 | 103 | 0 | 70 | 27 | 202 | 65 | 63 |
| Binary | 1000000 | 11000100 | 1010111 | 1000011 | 0 | 111000 | 10111 | 10000010 | 110101 | 110011 |
Color Harmonies of #40C457
Complementary color
Monochromatic Colors of #40C457
Black with #40C457
Text Example
Text Example
White with #40C457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C457; }
p { color: rgb(64,196,87); }
H1.HeaderClassName
{
color: #40C457;
}
.AnyTagClassName
{
color: #40C457;
}
</style>
background-color css
<style>
a { background-color: #40C457; }
a { background-color: rgb(64,196,87); }
div.DivClassName
{
background-color: #40C457;
}
.BgClassName
{
background-color: #40C457;
}
</style>
border-color css
<style>
span { border-color: #40C457; }
span { border-color: rgb(64,196,87); }
td.TdClassName
{
border-color: #40C457;
}
.TagClassName
{
border-color: #40C457;
}
</style>