Shades of Fruit Salad #40BC48
Tints of Fruit Salad #40BC48
RGB
CMYK
RGB Variations
Color information
#40BC48 (or 0x40BC48) is known color: Fruit Salad. HEX triplet: 40, BC and 48. RGB value is (64,188,72). Sum of RGB (Red+Green+Blue) = 64+188+72=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BC48 is #BF43B7. Grayscale: #8A8A8A. Windows color (decimal): -12534712 or 4766784. OLE color: 4766784.
HSL color Cylindrical-coordinate representation of color #40BC48: hue angle of 123.87º 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 #40BC48 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 72 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.26 |
| HSL | 123.87º | 0.49% | 0.49% | - |
| HSV(B) | 123.87º | 0.66% | 0.74% | - |
| XYZ | 21.27 | 37.52 | 12.25 | - |
| YUV | 137.7 | 90.92 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 72 | 0.66 | 0 | 0.62 | 0.26 | 123.87 | 0.49 | 0.49 |
| Hex | 40 | BC | 48 | 42 | 0 | 3E | 1A | 7C | 31 | 31 |
| Octal | 100 | 274 | 110 | 102 | 0 | 76 | 32 | 174 | 61 | 61 |
| Binary | 1000000 | 10111100 | 1001000 | 1000010 | 0 | 111110 | 11010 | 1111100 | 110001 | 110001 |
Color Harmonies of #40BC48
Complementary color
Monochromatic Colors of #40BC48
Black with #40BC48
Text Example
Text Example
White with #40BC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC48; }
p { color: rgb(64,188,72); }
H1.HeaderClassName
{
color: #40BC48;
}
.AnyTagClassName
{
color: #40BC48;
}
</style>
background-color css
<style>
a { background-color: #40BC48; }
a { background-color: rgb(64,188,72); }
div.DivClassName
{
background-color: #40BC48;
}
.BgClassName
{
background-color: #40BC48;
}
</style>
border-color css
<style>
span { border-color: #40BC48; }
span { border-color: rgb(64,188,72); }
td.TdClassName
{
border-color: #40BC48;
}
.TagClassName
{
border-color: #40BC48;
}
</style>