Shades of Fruit Salad #40AB50
Tints of Fruit Salad #40AB50
RGB
CMYK
RGB Variations
Color information
#40AB50 (or 0x40AB50) is known color: Fruit Salad. HEX triplet: 40, AB and 50. RGB value is (64,171,80). Sum of RGB (Red+Green+Blue) = 64+171+80=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 171 (67.19% from 255 or 54.29% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AB50 is #BF54AF. Grayscale: #808080. Windows color (decimal): -12539056 or 5286720. OLE color: 5286720.
HSL color Cylindrical-coordinate representation of color #40AB50: hue angle of 128.97º 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 #40AB50 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 171 | 80 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.33 |
| HSL | 128.97º | 0.46% | 0.46% | - |
| HSV(B) | 128.97º | 0.63% | 0.67% | - |
| XYZ | 18.13 | 30.8 | 12.58 | - |
| YUV | 128.63 | 100.55 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 80 | 0.63 | 0 | 0.53 | 0.33 | 128.97 | 0.46 | 0.46 |
| Hex | 40 | AB | 50 | 3F | 0 | 35 | 21 | 81 | 2E | 2E |
| Octal | 100 | 253 | 120 | 77 | 0 | 65 | 41 | 201 | 56 | 56 |
| Binary | 1000000 | 10101011 | 1010000 | 111111 | 0 | 110101 | 100001 | 10000001 | 101110 | 101110 |
Color Harmonies of #40AB50
Complementary color
Monochromatic Colors of #40AB50
Black with #40AB50
Text Example
Text Example
White with #40AB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AB50; }
p { color: rgb(64,171,80); }
H1.HeaderClassName
{
color: #40AB50;
}
.AnyTagClassName
{
color: #40AB50;
}
</style>
background-color css
<style>
a { background-color: #40AB50; }
a { background-color: rgb(64,171,80); }
div.DivClassName
{
background-color: #40AB50;
}
.BgClassName
{
background-color: #40AB50;
}
</style>
border-color css
<style>
span { border-color: #40AB50; }
span { border-color: rgb(64,171,80); }
td.TdClassName
{
border-color: #40AB50;
}
.TagClassName
{
border-color: #40AB50;
}
</style>