Shades of Fruit Salad #40B747
Tints of Fruit Salad #40B747
RGB
CMYK
RGB Variations
Color information
#40B747 (or 0x40B747) is known color: Fruit Salad. HEX triplet: 40, B7 and 47. RGB value is (64,183,71). Sum of RGB (Red+Green+Blue) = 64+183+71=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 183 (71.88% from 255 or 57.55% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 183 - color contains mainly: green. Hex color #40B747 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B747 is #BF48B8. Grayscale: #868686. Windows color (decimal): -12535993 or 4699968. OLE color: 4699968.
HSL color Cylindrical-coordinate representation of color #40B747: hue angle of 123.53º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B747 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 183 | 71 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.28 |
| HSL | 123.53º | 0.48% | 0.48% | - |
| HSV(B) | 123.53º | 0.65% | 0.72% | - |
| XYZ | 20.19 | 35.41 | 11.73 | - |
| YUV | 134.65 | 92.08 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 183 | 71 | 0.65 | 0 | 0.61 | 0.28 | 123.53 | 0.48 | 0.48 |
| Hex | 40 | B7 | 47 | 41 | 0 | 3D | 1C | 7C | 30 | 30 |
| Octal | 100 | 267 | 107 | 101 | 0 | 75 | 34 | 174 | 60 | 60 |
| Binary | 1000000 | 10110111 | 1000111 | 1000001 | 0 | 111101 | 11100 | 1111100 | 110000 | 110000 |
Color Harmonies of #40B747
Complementary color
Monochromatic Colors of #40B747
Black with #40B747
Text Example
Text Example
White with #40B747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B747; }
p { color: rgb(64,183,71); }
H1.HeaderClassName
{
color: #40B747;
}
.AnyTagClassName
{
color: #40B747;
}
</style>
background-color css
<style>
a { background-color: #40B747; }
a { background-color: rgb(64,183,71); }
div.DivClassName
{
background-color: #40B747;
}
.BgClassName
{
background-color: #40B747;
}
</style>
border-color css
<style>
span { border-color: #40B747; }
span { border-color: rgb(64,183,71); }
td.TdClassName
{
border-color: #40B747;
}
.TagClassName
{
border-color: #40B747;
}
</style>