Shades of Fruit Salad #40B14D
Tints of Fruit Salad #40B14D
RGB
CMYK
RGB Variations
Color information
#40B14D (or 0x40B14D) is known color: Fruit Salad. HEX triplet: 40, B1 and 4D. RGB value is (64,177,77). Sum of RGB (Red+Green+Blue) = 64+177+77=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 177 (69.53% from 255 or 55.66% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 177 - color contains mainly: green. Hex color #40B14D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B14D is #BF4EB2. Grayscale: #848484. Windows color (decimal): -12537523 or 5091648. OLE color: 5091648.
HSL color Cylindrical-coordinate representation of color #40B14D: hue angle of 126.9º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B14D is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 177 | 77 | - |
| CMYK | 0.64 | 0 | 0.56 | 0.31 |
| HSL | 126.9º | 0.47% | 0.47% | - |
| HSV(B) | 126.9º | 0.64% | 0.69% | - |
| XYZ | 19.18 | 33.07 | 12.39 | - |
| YUV | 131.81 | 97.06 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 177 | 77 | 0.64 | 0 | 0.56 | 0.31 | 126.9 | 0.47 | 0.47 |
| Hex | 40 | B1 | 4D | 40 | 0 | 38 | 1F | 7F | 2F | 2F |
| Octal | 100 | 261 | 115 | 100 | 0 | 70 | 37 | 177 | 57 | 57 |
| Binary | 1000000 | 10110001 | 1001101 | 1000000 | 0 | 111000 | 11111 | 1111111 | 101111 | 101111 |
Color Harmonies of #40B14D
Complementary color
Monochromatic Colors of #40B14D
Black with #40B14D
Text Example
Text Example
White with #40B14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B14D; }
p { color: rgb(64,177,77); }
H1.HeaderClassName
{
color: #40B14D;
}
.AnyTagClassName
{
color: #40B14D;
}
</style>
background-color css
<style>
a { background-color: #40B14D; }
a { background-color: rgb(64,177,77); }
div.DivClassName
{
background-color: #40B14D;
}
.BgClassName
{
background-color: #40B14D;
}
</style>
border-color css
<style>
span { border-color: #40B14D; }
span { border-color: rgb(64,177,77); }
td.TdClassName
{
border-color: #40B14D;
}
.TagClassName
{
border-color: #40B14D;
}
</style>