Shades of Fruit Salad #50994D
Tints of Fruit Salad #50994D
RGB
CMYK
RGB Variations
Color information
#50994D (or 0x50994D) is known color: Fruit Salad. HEX triplet: 50, 99 and 4D. RGB value is (80,153,77). Sum of RGB (Red+Green+Blue) = 80+153+77=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #50994D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50994D is #AF66B2. Grayscale: #7A7A7A. Windows color (decimal): -11495091 or 5085520. OLE color: 5085520.
HSL color Cylindrical-coordinate representation of color #50994D: hue angle of 117.63º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50994D is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 153 | 77 | - |
| CMYK | 0.48 | 0 | 0.50 | 0.4 |
| HSL | 117.63º | 0.33% | 0.45% | - |
| HSV(B) | 117.63º | 0.5% | 0.6% | - |
| XYZ | 16.04 | 25.02 | 11.01 | - |
| YUV | 122.51 | 102.32 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 153 | 77 | 0.48 | 0 | 0.50 | 0.4 | 117.63 | 0.33 | 0.45 |
| Hex | 50 | 99 | 4D | 30 | 0 | 32 | 28 | 76 | 21 | 2D |
| Octal | 120 | 231 | 115 | 60 | 0 | 62 | 50 | 166 | 41 | 55 |
| Binary | 1010000 | 10011001 | 1001101 | 110000 | 0 | 110010 | 101000 | 1110110 | 100001 | 101101 |
Color Harmonies of #50994D
Complementary color
Monochromatic Colors of #50994D
Black with #50994D
Text Example
Text Example
White with #50994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50994D; }
p { color: rgb(80,153,77); }
H1.HeaderClassName
{
color: #50994D;
}
.AnyTagClassName
{
color: #50994D;
}
</style>
background-color css
<style>
a { background-color: #50994D; }
a { background-color: rgb(80,153,77); }
div.DivClassName
{
background-color: #50994D;
}
.BgClassName
{
background-color: #50994D;
}
</style>
border-color css
<style>
span { border-color: #50994D; }
span { border-color: rgb(80,153,77); }
td.TdClassName
{
border-color: #50994D;
}
.TagClassName
{
border-color: #50994D;
}
</style>