Shades of Fruit Salad #40B351
Tints of Fruit Salad #40B351
RGB
CMYK
RGB Variations
Color information
#40B351 (or 0x40B351) is known color: Fruit Salad. HEX triplet: 40, B3 and 51. RGB value is (64,179,81). Sum of RGB (Red+Green+Blue) = 64+179+81=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 179 (70.31% from 255 or 55.25% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 179 - color contains mainly: green. Hex color #40B351 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B351 is #BF4CAE. Grayscale: #858585. Windows color (decimal): -12537007 or 5354304. OLE color: 5354304.
HSL color Cylindrical-coordinate representation of color #40B351: hue angle of 128.87º 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 #40B351 is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 179 | 81 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.30 |
| HSL | 128.87º | 0.47% | 0.48% | - |
| HSV(B) | 128.87º | 0.64% | 0.7% | - |
| XYZ | 19.72 | 33.92 | 13.29 | - |
| YUV | 133.44 | 98.4 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 179 | 81 | 0.64 | 0 | 0.55 | 0.30 | 128.87 | 0.47 | 0.48 |
| Hex | 40 | B3 | 51 | 40 | 0 | 37 | 1E | 81 | 2F | 30 |
| Octal | 100 | 263 | 121 | 100 | 0 | 67 | 36 | 201 | 57 | 60 |
| Binary | 1000000 | 10110011 | 1010001 | 1000000 | 0 | 110111 | 11110 | 10000001 | 101111 | 110000 |
Color Harmonies of #40B351
Complementary color
Monochromatic Colors of #40B351
Black with #40B351
Text Example
Text Example
White with #40B351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B351; }
p { color: rgb(64,179,81); }
H1.HeaderClassName
{
color: #40B351;
}
.AnyTagClassName
{
color: #40B351;
}
</style>
background-color css
<style>
a { background-color: #40B351; }
a { background-color: rgb(64,179,81); }
div.DivClassName
{
background-color: #40B351;
}
.BgClassName
{
background-color: #40B351;
}
</style>
border-color css
<style>
span { border-color: #40B351; }
span { border-color: rgb(64,179,81); }
td.TdClassName
{
border-color: #40B351;
}
.TagClassName
{
border-color: #40B351;
}
</style>