Shades of Fruit Salad #40C455
Tints of Fruit Salad #40C455
RGB
CMYK
RGB Variations
Color information
#40C455 (or 0x40C455) is known color: Fruit Salad. HEX triplet: 40, C4 and 55. RGB value is (64,196,85). Sum of RGB (Red+Green+Blue) = 64+196+85=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 196 (76.95% from 255 or 56.81% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 196 - color contains mainly: green. Hex color #40C455 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C455 is #BF3BAA. Grayscale: #909090. Windows color (decimal): -12532651 or 5620800. OLE color: 5620800.
HSL color Cylindrical-coordinate representation of color #40C455: hue angle of 129.55º 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 #40C455 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 196 | 85 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.23 |
| HSL | 129.55º | 0.53% | 0.51% | - |
| HSV(B) | 129.55º | 0.67% | 0.77% | - |
| XYZ | 23.49 | 41.23 | 15.31 | - |
| YUV | 143.88 | 94.77 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 196 | 85 | 0.67 | 0 | 0.57 | 0.23 | 129.55 | 0.53 | 0.51 |
| Hex | 40 | C4 | 55 | 43 | 0 | 39 | 17 | 82 | 35 | 33 |
| Octal | 100 | 304 | 125 | 103 | 0 | 71 | 27 | 202 | 65 | 63 |
| Binary | 1000000 | 11000100 | 1010101 | 1000011 | 0 | 111001 | 10111 | 10000010 | 110101 | 110011 |
Color Harmonies of #40C455
Complementary color
Monochromatic Colors of #40C455
Black with #40C455
Text Example
Text Example
White with #40C455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C455; }
p { color: rgb(64,196,85); }
H1.HeaderClassName
{
color: #40C455;
}
.AnyTagClassName
{
color: #40C455;
}
</style>
background-color css
<style>
a { background-color: #40C455; }
a { background-color: rgb(64,196,85); }
div.DivClassName
{
background-color: #40C455;
}
.BgClassName
{
background-color: #40C455;
}
</style>
border-color css
<style>
span { border-color: #40C455; }
span { border-color: rgb(64,196,85); }
td.TdClassName
{
border-color: #40C455;
}
.TagClassName
{
border-color: #40C455;
}
</style>