Shades of Fruit Salad #40BC4B
Tints of Fruit Salad #40BC4B
RGB
CMYK
RGB Variations
Color information
#40BC4B (or 0x40BC4B) is known color: Fruit Salad. HEX triplet: 40, BC and 4B. RGB value is (64,188,75). Sum of RGB (Red+Green+Blue) = 64+188+75=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 188 (73.83% from 255 or 57.49% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BC4B is #BF43B4. Grayscale: #8A8A8A. Windows color (decimal): -12534709 or 4963392. OLE color: 4963392.
HSL color Cylindrical-coordinate representation of color #40BC4B: hue angle of 125.32º 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 #40BC4B is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 75 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.26 |
| HSL | 125.32º | 0.49% | 0.49% | - |
| HSV(B) | 125.32º | 0.66% | 0.74% | - |
| XYZ | 21.37 | 37.56 | 12.78 | - |
| YUV | 138.04 | 92.42 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 75 | 0.66 | 0 | 0.60 | 0.26 | 125.32 | 0.49 | 0.49 |
| Hex | 40 | BC | 4B | 42 | 0 | 3C | 1A | 7D | 31 | 31 |
| Octal | 100 | 274 | 113 | 102 | 0 | 74 | 32 | 175 | 61 | 61 |
| Binary | 1000000 | 10111100 | 1001011 | 1000010 | 0 | 111100 | 11010 | 1111101 | 110001 | 110001 |
Color Harmonies of #40BC4B
Complementary color
Monochromatic Colors of #40BC4B
Black with #40BC4B
Text Example
Text Example
White with #40BC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC4B; }
p { color: rgb(64,188,75); }
H1.HeaderClassName
{
color: #40BC4B;
}
.AnyTagClassName
{
color: #40BC4B;
}
</style>
background-color css
<style>
a { background-color: #40BC4B; }
a { background-color: rgb(64,188,75); }
div.DivClassName
{
background-color: #40BC4B;
}
.BgClassName
{
background-color: #40BC4B;
}
</style>
border-color css
<style>
span { border-color: #40BC4B; }
span { border-color: rgb(64,188,75); }
td.TdClassName
{
border-color: #40BC4B;
}
.TagClassName
{
border-color: #40BC4B;
}
</style>