Shades of Fruit Salad #40A848
Tints of Fruit Salad #40A848
RGB
CMYK
RGB Variations
Color information
#40A848 (or 0x40A848) is known color: Fruit Salad. HEX triplet: 40, A8 and 48. RGB value is (64,168,72). Sum of RGB (Red+Green+Blue) = 64+168+72=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 168 (66.02% from 255 or 55.26% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 168 - color contains mainly: green. Hex color #40A848 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A848 is #BF57B7. Grayscale: #7E7E7E. Windows color (decimal): -12539832 or 4761664. OLE color: 4761664.
HSL color Cylindrical-coordinate representation of color #40A848: hue angle of 124.62º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40A848 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 64 | 168 | 72 | - |
| CMYK | 0.62 | 0 | 0.57 | 0.34 |
| HSL | 124.62º | 0.45% | 0.45% | - |
| HSV(B) | 124.62º | 0.62% | 0.66% | - |
| XYZ | 17.29 | 29.56 | 10.93 | - |
| YUV | 125.96 | 97.54 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 168 | 72 | 0.62 | 0 | 0.57 | 0.34 | 124.62 | 0.45 | 0.45 |
| Hex | 40 | A8 | 48 | 3E | 0 | 39 | 22 | 7D | 2D | 2D |
| Octal | 100 | 250 | 110 | 76 | 0 | 71 | 42 | 175 | 55 | 55 |
| Binary | 1000000 | 10101000 | 1001000 | 111110 | 0 | 111001 | 100010 | 1111101 | 101101 | 101101 |
Color Harmonies of #40A848
Complementary color
Monochromatic Colors of #40A848
Black with #40A848
Text Example
Text Example
White with #40A848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A848; }
p { color: rgb(64,168,72); }
H1.HeaderClassName
{
color: #40A848;
}
.AnyTagClassName
{
color: #40A848;
}
</style>
background-color css
<style>
a { background-color: #40A848; }
a { background-color: rgb(64,168,72); }
div.DivClassName
{
background-color: #40A848;
}
.BgClassName
{
background-color: #40A848;
}
</style>
border-color css
<style>
span { border-color: #40A848; }
span { border-color: rgb(64,168,72); }
td.TdClassName
{
border-color: #40A848;
}
.TagClassName
{
border-color: #40A848;
}
</style>