Shades of Fruit Salad #50914D
Tints of Fruit Salad #50914D
RGB
CMYK
RGB Variations
Color information
#50914D (or 0x50914D) is known color: Fruit Salad. HEX triplet: 50, 91 and 4D. RGB value is (80,145,77). Sum of RGB (Red+Green+Blue) = 80+145+77=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 145 - color contains mainly: green. Hex color #50914D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50914D is #AF6EB2. Grayscale: #767676. Windows color (decimal): -11497139 or 5083472. OLE color: 5083472.
HSL color Cylindrical-coordinate representation of color #50914D: hue angle of 117.35º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50914D is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 145 | 77 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.43 |
| HSL | 117.35º | 0.31% | 0.44% | - |
| HSV(B) | 117.35º | 0.47% | 0.57% | - |
| XYZ | 14.77 | 22.49 | 10.58 | - |
| YUV | 117.81 | 104.97 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 145 | 77 | 0.45 | 0 | 0.47 | 0.43 | 117.35 | 0.31 | 0.44 |
| Hex | 50 | 91 | 4D | 2D | 0 | 2F | 2B | 75 | 1F | 2C |
| Octal | 120 | 221 | 115 | 55 | 0 | 57 | 53 | 165 | 37 | 54 |
| Binary | 1010000 | 10010001 | 1001101 | 101101 | 0 | 101111 | 101011 | 1110101 | 11111 | 101100 |
Color Harmonies of #50914D
Complementary color
Monochromatic Colors of #50914D
Black with #50914D
Text Example
Text Example
White with #50914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50914D; }
p { color: rgb(80,145,77); }
H1.HeaderClassName
{
color: #50914D;
}
.AnyTagClassName
{
color: #50914D;
}
</style>
background-color css
<style>
a { background-color: #50914D; }
a { background-color: rgb(80,145,77); }
div.DivClassName
{
background-color: #50914D;
}
.BgClassName
{
background-color: #50914D;
}
</style>
border-color css
<style>
span { border-color: #50914D; }
span { border-color: rgb(80,145,77); }
td.TdClassName
{
border-color: #50914D;
}
.TagClassName
{
border-color: #50914D;
}
</style>