Shades of Fruit Salad #40B34F
Tints of Fruit Salad #40B34F
RGB
CMYK
RGB Variations
Color information
#40B34F (or 0x40B34F) is known color: Fruit Salad. HEX triplet: 40, B3 and 4F. RGB value is (64,179,79). Sum of RGB (Red+Green+Blue) = 64+179+79=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 179 (70.31% from 255 or 55.59% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 179 - color contains mainly: green. Hex color #40B34F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B34F is #BF4CB0. Grayscale: #858585. Windows color (decimal): -12537009 or 5223232. OLE color: 5223232.
HSL color Cylindrical-coordinate representation of color #40B34F: hue angle of 127.83º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B34F is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 179 | 79 | - |
| CMYK | 0.64 | 0 | 0.56 | 0.30 |
| HSL | 127.83º | 0.47% | 0.48% | - |
| HSV(B) | 127.83º | 0.64% | 0.7% | - |
| XYZ | 19.65 | 33.89 | 12.9 | - |
| YUV | 133.22 | 97.4 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 179 | 79 | 0.64 | 0 | 0.56 | 0.30 | 127.83 | 0.47 | 0.48 |
| Hex | 40 | B3 | 4F | 40 | 0 | 38 | 1E | 80 | 2F | 30 |
| Octal | 100 | 263 | 117 | 100 | 0 | 70 | 36 | 200 | 57 | 60 |
| Binary | 1000000 | 10110011 | 1001111 | 1000000 | 0 | 111000 | 11110 | 10000000 | 101111 | 110000 |
Color Harmonies of #40B34F
Complementary color
Monochromatic Colors of #40B34F
Black with #40B34F
Text Example
Text Example
White with #40B34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B34F; }
p { color: rgb(64,179,79); }
H1.HeaderClassName
{
color: #40B34F;
}
.AnyTagClassName
{
color: #40B34F;
}
</style>
background-color css
<style>
a { background-color: #40B34F; }
a { background-color: rgb(64,179,79); }
div.DivClassName
{
background-color: #40B34F;
}
.BgClassName
{
background-color: #40B34F;
}
</style>
border-color css
<style>
span { border-color: #40B34F; }
span { border-color: rgb(64,179,79); }
td.TdClassName
{
border-color: #40B34F;
}
.TagClassName
{
border-color: #40B34F;
}
</style>