Shades of Fruit Salad #40BB4D
Tints of Fruit Salad #40BB4D
RGB
CMYK
RGB Variations
Color information
#40BB4D (or 0x40BB4D) is known color: Fruit Salad. HEX triplet: 40, BB and 4D. RGB value is (64,187,77). Sum of RGB (Red+Green+Blue) = 64+187+77=328 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.51% from 328); Green value is 187 (73.44% from 255 or 57.01% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 187 - color contains mainly: green. Hex color #40BB4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BB4D is #BF44B2. Grayscale: #8A8A8A. Windows color (decimal): -12534963 or 5094208. OLE color: 5094208.
HSL color Cylindrical-coordinate representation of color #40BB4D: hue angle of 126.34º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BB4D is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 187 | 77 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.27 |
| HSL | 126.34º | 0.49% | 0.49% | - |
| HSV(B) | 126.34º | 0.66% | 0.73% | - |
| XYZ | 21.22 | 37.17 | 13.08 | - |
| YUV | 137.68 | 93.75 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 187 | 77 | 0.66 | 0 | 0.59 | 0.27 | 126.34 | 0.49 | 0.49 |
| Hex | 40 | BB | 4D | 42 | 0 | 3B | 1B | 7E | 31 | 31 |
| Octal | 100 | 273 | 115 | 102 | 0 | 73 | 33 | 176 | 61 | 61 |
| Binary | 1000000 | 10111011 | 1001101 | 1000010 | 0 | 111011 | 11011 | 1111110 | 110001 | 110001 |
Color Harmonies of #40BB4D
Complementary color
Monochromatic Colors of #40BB4D
Black with #40BB4D
Text Example
Text Example
White with #40BB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BB4D; }
p { color: rgb(64,187,77); }
H1.HeaderClassName
{
color: #40BB4D;
}
.AnyTagClassName
{
color: #40BB4D;
}
</style>
background-color css
<style>
a { background-color: #40BB4D; }
a { background-color: rgb(64,187,77); }
div.DivClassName
{
background-color: #40BB4D;
}
.BgClassName
{
background-color: #40BB4D;
}
</style>
border-color css
<style>
span { border-color: #40BB4D; }
span { border-color: rgb(64,187,77); }
td.TdClassName
{
border-color: #40BB4D;
}
.TagClassName
{
border-color: #40BB4D;
}
</style>