Shades of Fruit Salad #40AB4D
Tints of Fruit Salad #40AB4D
RGB
CMYK
RGB Variations
Color information
#40AB4D (or 0x40AB4D) is known color: Fruit Salad. HEX triplet: 40, AB and 4D. RGB value is (64,171,77). Sum of RGB (Red+Green+Blue) = 64+171+77=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 171 (67.19% from 255 or 54.81% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AB4D is #BF54B2. Grayscale: #808080. Windows color (decimal): -12539059 or 5090112. OLE color: 5090112.
HSL color Cylindrical-coordinate representation of color #40AB4D: hue angle of 127.29º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AB4D is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 171 | 77 | - |
| CMYK | 0.63 | 0 | 0.55 | 0.33 |
| HSL | 127.29º | 0.46% | 0.46% | - |
| HSV(B) | 127.29º | 0.63% | 0.67% | - |
| XYZ | 18.02 | 30.75 | 12.01 | - |
| YUV | 128.29 | 99.05 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 77 | 0.63 | 0 | 0.55 | 0.33 | 127.29 | 0.46 | 0.46 |
| Hex | 40 | AB | 4D | 3F | 0 | 37 | 21 | 7F | 2E | 2E |
| Octal | 100 | 253 | 115 | 77 | 0 | 67 | 41 | 177 | 56 | 56 |
| Binary | 1000000 | 10101011 | 1001101 | 111111 | 0 | 110111 | 100001 | 1111111 | 101110 | 101110 |
Color Harmonies of #40AB4D
Complementary color
Monochromatic Colors of #40AB4D
Black with #40AB4D
Text Example
Text Example
White with #40AB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AB4D; }
p { color: rgb(64,171,77); }
H1.HeaderClassName
{
color: #40AB4D;
}
.AnyTagClassName
{
color: #40AB4D;
}
</style>
background-color css
<style>
a { background-color: #40AB4D; }
a { background-color: rgb(64,171,77); }
div.DivClassName
{
background-color: #40AB4D;
}
.BgClassName
{
background-color: #40AB4D;
}
</style>
border-color css
<style>
span { border-color: #40AB4D; }
span { border-color: rgb(64,171,77); }
td.TdClassName
{
border-color: #40AB4D;
}
.TagClassName
{
border-color: #40AB4D;
}
</style>