Shades of Fruit Salad #40B14F
Tints of Fruit Salad #40B14F
RGB
CMYK
RGB Variations
Color information
#40B14F (or 0x40B14F) is known color: Fruit Salad. HEX triplet: 40, B1 and 4F. RGB value is (64,177,79). Sum of RGB (Red+Green+Blue) = 64+177+79=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 177 (69.53% from 255 or 55.31% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 177 - color contains mainly: green. Hex color #40B14F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B14F is #BF4EB0. Grayscale: #848484. Windows color (decimal): -12537521 or 5222720. OLE color: 5222720.
HSL color Cylindrical-coordinate representation of color #40B14F: hue angle of 127.96º 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 #40B14F is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 177 | 79 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.31 |
| HSL | 127.96º | 0.47% | 0.47% | - |
| HSV(B) | 127.96º | 0.64% | 0.69% | - |
| XYZ | 19.25 | 33.1 | 12.77 | - |
| YUV | 132.04 | 98.06 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 177 | 79 | 0.64 | 0 | 0.55 | 0.31 | 127.96 | 0.47 | 0.47 |
| Hex | 40 | B1 | 4F | 40 | 0 | 37 | 1F | 80 | 2F | 2F |
| Octal | 100 | 261 | 117 | 100 | 0 | 67 | 37 | 200 | 57 | 57 |
| Binary | 1000000 | 10110001 | 1001111 | 1000000 | 0 | 110111 | 11111 | 10000000 | 101111 | 101111 |
Color Harmonies of #40B14F
Complementary color
Monochromatic Colors of #40B14F
Black with #40B14F
Text Example
Text Example
White with #40B14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B14F; }
p { color: rgb(64,177,79); }
H1.HeaderClassName
{
color: #40B14F;
}
.AnyTagClassName
{
color: #40B14F;
}
</style>
background-color css
<style>
a { background-color: #40B14F; }
a { background-color: rgb(64,177,79); }
div.DivClassName
{
background-color: #40B14F;
}
.BgClassName
{
background-color: #40B14F;
}
</style>
border-color css
<style>
span { border-color: #40B14F; }
span { border-color: rgb(64,177,79); }
td.TdClassName
{
border-color: #40B14F;
}
.TagClassName
{
border-color: #40B14F;
}
</style>