Shades of Fruit Salad #40BE51
Tints of Fruit Salad #40BE51
RGB
CMYK
RGB Variations
Color information
#40BE51 (or 0x40BE51) is known color: Fruit Salad. HEX triplet: 40, BE and 51. RGB value is (64,190,81). Sum of RGB (Red+Green+Blue) = 64+190+81=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 190 (74.61% from 255 or 56.72% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BE51 is #BF41AE. Grayscale: #8C8C8C. Windows color (decimal): -12534191 or 5357120. OLE color: 5357120.
HSL color Cylindrical-coordinate representation of color #40BE51: hue angle of 128.1º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BE51 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 190 | 81 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.25 |
| HSL | 128.1º | 0.5% | 0.5% | - |
| HSV(B) | 128.1º | 0.66% | 0.75% | - |
| XYZ | 22.01 | 38.51 | 14.06 | - |
| YUV | 139.9 | 94.76 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 81 | 0.66 | 0 | 0.57 | 0.25 | 128.1 | 0.5 | 0.5 |
| Hex | 40 | BE | 51 | 42 | 0 | 39 | 19 | 80 | 32 | 32 |
| Octal | 100 | 276 | 121 | 102 | 0 | 71 | 31 | 200 | 62 | 62 |
| Binary | 1000000 | 10111110 | 1010001 | 1000010 | 0 | 111001 | 11001 | 10000000 | 110010 | 110010 |
Color Harmonies of #40BE51
Complementary color
Monochromatic Colors of #40BE51
Black with #40BE51
Text Example
Text Example
White with #40BE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BE51; }
p { color: rgb(64,190,81); }
H1.HeaderClassName
{
color: #40BE51;
}
.AnyTagClassName
{
color: #40BE51;
}
</style>
background-color css
<style>
a { background-color: #40BE51; }
a { background-color: rgb(64,190,81); }
div.DivClassName
{
background-color: #40BE51;
}
.BgClassName
{
background-color: #40BE51;
}
</style>
border-color css
<style>
span { border-color: #40BE51; }
span { border-color: rgb(64,190,81); }
td.TdClassName
{
border-color: #40BE51;
}
.TagClassName
{
border-color: #40BE51;
}
</style>