Shades of Fruit Salad #40C358
Tints of Fruit Salad #40C358
RGB
CMYK
RGB Variations
Color information
#40C358 (or 0x40C358) is known color: Fruit Salad. HEX triplet: 40, C3 and 58. RGB value is (64,195,88). Sum of RGB (Red+Green+Blue) = 64+195+88=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 195 (76.56% from 255 or 56.20% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 195 - color contains mainly: green. Hex color #40C358 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C358 is #BF3CA7. Grayscale: #8F8F8F. Windows color (decimal): -12532904 or 5817152. OLE color: 5817152.
HSL color Cylindrical-coordinate representation of color #40C358: hue angle of 130.99º 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 #40C358 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 195 | 88 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.24 |
| HSL | 130.99º | 0.52% | 0.51% | - |
| HSV(B) | 130.99º | 0.67% | 0.76% | - |
| XYZ | 23.39 | 40.82 | 15.88 | - |
| YUV | 143.63 | 96.6 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 195 | 88 | 0.67 | 0 | 0.55 | 0.24 | 130.99 | 0.52 | 0.51 |
| Hex | 40 | C3 | 58 | 43 | 0 | 37 | 18 | 83 | 34 | 33 |
| Octal | 100 | 303 | 130 | 103 | 0 | 67 | 30 | 203 | 64 | 63 |
| Binary | 1000000 | 11000011 | 1011000 | 1000011 | 0 | 110111 | 11000 | 10000011 | 110100 | 110011 |
Color Harmonies of #40C358
Complementary color
Monochromatic Colors of #40C358
Black with #40C358
Text Example
Text Example
White with #40C358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C358; }
p { color: rgb(64,195,88); }
H1.HeaderClassName
{
color: #40C358;
}
.AnyTagClassName
{
color: #40C358;
}
</style>
background-color css
<style>
a { background-color: #40C358; }
a { background-color: rgb(64,195,88); }
div.DivClassName
{
background-color: #40C358;
}
.BgClassName
{
background-color: #40C358;
}
</style>
border-color css
<style>
span { border-color: #40C358; }
span { border-color: rgb(64,195,88); }
td.TdClassName
{
border-color: #40C358;
}
.TagClassName
{
border-color: #40C358;
}
</style>