Shades of Fruit Salad #40BC47
Tints of Fruit Salad #40BC47
RGB
CMYK
RGB Variations
Color information
#40BC47 (or 0x40BC47) is known color: Fruit Salad. HEX triplet: 40, BC and 47. RGB value is (64,188,71). Sum of RGB (Red+Green+Blue) = 64+188+71=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 188 (73.83% from 255 or 58.20% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BC47 is #BF43B8. Grayscale: #898989. Windows color (decimal): -12534713 or 4701248. OLE color: 4701248.
HSL color Cylindrical-coordinate representation of color #40BC47: hue angle of 123.39º 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 #40BC47 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 71 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.26 |
| HSL | 123.39º | 0.49% | 0.49% | - |
| HSV(B) | 123.39º | 0.66% | 0.74% | - |
| XYZ | 21.23 | 37.51 | 12.08 | - |
| YUV | 137.59 | 90.42 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 71 | 0.66 | 0 | 0.62 | 0.26 | 123.39 | 0.49 | 0.49 |
| Hex | 40 | BC | 47 | 42 | 0 | 3E | 1A | 7B | 31 | 31 |
| Octal | 100 | 274 | 107 | 102 | 0 | 76 | 32 | 173 | 61 | 61 |
| Binary | 1000000 | 10111100 | 1000111 | 1000010 | 0 | 111110 | 11010 | 1111011 | 110001 | 110001 |
Color Harmonies of #40BC47
Complementary color
Monochromatic Colors of #40BC47
Black with #40BC47
Text Example
Text Example
White with #40BC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC47; }
p { color: rgb(64,188,71); }
H1.HeaderClassName
{
color: #40BC47;
}
.AnyTagClassName
{
color: #40BC47;
}
</style>
background-color css
<style>
a { background-color: #40BC47; }
a { background-color: rgb(64,188,71); }
div.DivClassName
{
background-color: #40BC47;
}
.BgClassName
{
background-color: #40BC47;
}
</style>
border-color css
<style>
span { border-color: #40BC47; }
span { border-color: rgb(64,188,71); }
td.TdClassName
{
border-color: #40BC47;
}
.TagClassName
{
border-color: #40BC47;
}
</style>