Shades of Fruit Salad #40BB52
Tints of Fruit Salad #40BB52
RGB
CMYK
RGB Variations
Color information
#40BB52 (or 0x40BB52) is known color: Fruit Salad. HEX triplet: 40, BB and 52. RGB value is (64,187,82). Sum of RGB (Red+Green+Blue) = 64+187+82=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 187 (73.44% from 255 or 56.16% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 187 - color contains mainly: green. Hex color #40BB52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BB52 is #BF44AD. Grayscale: #8A8A8A. Windows color (decimal): -12534958 or 5421888. OLE color: 5421888.
HSL color Cylindrical-coordinate representation of color #40BB52: hue angle of 128.78º 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 #40BB52 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 187 | 82 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.27 |
| HSL | 128.78º | 0.49% | 0.49% | - |
| HSV(B) | 128.78º | 0.66% | 0.73% | - |
| XYZ | 21.41 | 37.24 | 14.04 | - |
| YUV | 138.25 | 96.25 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 187 | 82 | 0.66 | 0 | 0.56 | 0.27 | 128.78 | 0.49 | 0.49 |
| Hex | 40 | BB | 52 | 42 | 0 | 38 | 1B | 81 | 31 | 31 |
| Octal | 100 | 273 | 122 | 102 | 0 | 70 | 33 | 201 | 61 | 61 |
| Binary | 1000000 | 10111011 | 1010010 | 1000010 | 0 | 111000 | 11011 | 10000001 | 110001 | 110001 |
Color Harmonies of #40BB52
Complementary color
Monochromatic Colors of #40BB52
Black with #40BB52
Text Example
Text Example
White with #40BB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BB52; }
p { color: rgb(64,187,82); }
H1.HeaderClassName
{
color: #40BB52;
}
.AnyTagClassName
{
color: #40BB52;
}
</style>
background-color css
<style>
a { background-color: #40BB52; }
a { background-color: rgb(64,187,82); }
div.DivClassName
{
background-color: #40BB52;
}
.BgClassName
{
background-color: #40BB52;
}
</style>
border-color css
<style>
span { border-color: #40BB52; }
span { border-color: rgb(64,187,82); }
td.TdClassName
{
border-color: #40BB52;
}
.TagClassName
{
border-color: #40BB52;
}
</style>