Shades of Fruit Salad #40BC52
Tints of Fruit Salad #40BC52
RGB
CMYK
RGB Variations
Color information
#40BC52 (or 0x40BC52) is known color: Fruit Salad. HEX triplet: 40, BC and 52. RGB value is (64,188,82). Sum of RGB (Red+Green+Blue) = 64+188+82=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 188 (73.83% from 255 or 56.29% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BC52 is #BF43AD. Grayscale: #8B8B8B. Windows color (decimal): -12534702 or 5422144. OLE color: 5422144.
HSL color Cylindrical-coordinate representation of color #40BC52: hue angle of 128.71º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BC52 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 82 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.26 |
| HSL | 128.71º | 0.49% | 0.49% | - |
| HSV(B) | 128.71º | 0.66% | 0.74% | - |
| XYZ | 21.62 | 37.67 | 14.11 | - |
| YUV | 138.84 | 95.92 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 82 | 0.66 | 0 | 0.56 | 0.26 | 128.71 | 0.49 | 0.49 |
| Hex | 40 | BC | 52 | 42 | 0 | 38 | 1A | 81 | 31 | 31 |
| Octal | 100 | 274 | 122 | 102 | 0 | 70 | 32 | 201 | 61 | 61 |
| Binary | 1000000 | 10111100 | 1010010 | 1000010 | 0 | 111000 | 11010 | 10000001 | 110001 | 110001 |
Color Harmonies of #40BC52
Complementary color
Monochromatic Colors of #40BC52
Black with #40BC52
Text Example
Text Example
White with #40BC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC52; }
p { color: rgb(64,188,82); }
H1.HeaderClassName
{
color: #40BC52;
}
.AnyTagClassName
{
color: #40BC52;
}
</style>
background-color css
<style>
a { background-color: #40BC52; }
a { background-color: rgb(64,188,82); }
div.DivClassName
{
background-color: #40BC52;
}
.BgClassName
{
background-color: #40BC52;
}
</style>
border-color css
<style>
span { border-color: #40BC52; }
span { border-color: rgb(64,188,82); }
td.TdClassName
{
border-color: #40BC52;
}
.TagClassName
{
border-color: #40BC52;
}
</style>